aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-11-01 13:53:40 +0100
committermetamuffin <metamuffin@disroot.org>2024-11-01 13:53:40 +0100
commit5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0 (patch)
treedfd6143383bfd42f138fd69b1cd0fc6ad4beedbc /common
parentb4a6cbfe411f6420922040061c72ffa4febf7111 (diff)
downloadjellything-5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0.tar
jellything-5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0.tar.bz2
jellything-5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0.tar.zst
update deps
Diffstat (limited to 'common')
-rw-r--r--common/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Cargo.toml b/common/Cargo.toml
index 913be45..1ee76c9 100644
--- a/common/Cargo.toml
+++ b/common/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-serde = { version = "1.0.203", features = ["derive"] }
+serde = { version = "1.0.214", features = ["derive"] }
bincode = { version = "2.0.0-rc.3", features = ["derive"] }
rocket = { workspace = true, optional = true }
chrono = { version = "0.4.38", features = ["serde"] }