aboutsummaryrefslogtreecommitdiff
path: root/common/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-10 14:52:40 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-10 14:52:40 +0200
commitc0365c8c64f403fd9ee75c0db1a9ed6134633e8f (patch)
tree5c51567748c9bbf1b3a9da46a97f52da90cc2ebd /common/Cargo.toml
parentd7636b4707f09862577515c87007f3ac0b705ed8 (diff)
downloadjellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar
jellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar.bz2
jellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar.zst
bump versions
Diffstat (limited to 'common/Cargo.toml')
-rw-r--r--common/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Cargo.toml b/common/Cargo.toml
index 3c8d90a..913be45 100644
--- a/common/Cargo.toml
+++ b/common/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-serde = { version = "1.0.197", features = ["derive"] }
+serde = { version = "1.0.203", features = ["derive"] }
bincode = { version = "2.0.0-rc.3", features = ["derive"] }
rocket = { workspace = true, optional = true }
chrono = { version = "0.4.38", features = ["serde"] }