aboutsummaryrefslogtreecommitdiff
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-06 13:06:25 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-06 13:06:25 +0200
commitb4a6cbfe411f6420922040061c72ffa4febf7111 (patch)
tree94f755a730b6641c8e5d6399e4c046c92f46aa29 /server/Cargo.toml
parent5ccadd8349d30de62959cb98ece6eebd3d50d40b (diff)
downloadjellything-b4a6cbfe411f6420922040061c72ffa4febf7111.tar
jellything-b4a6cbfe411f6420922040061c72ffa4febf7111.tar.bz2
jellything-b4a6cbfe411f6420922040061c72ffa4febf7111.tar.zst
update things
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 5029408..4d0df5d 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -12,7 +12,7 @@ jellyimport = { path = "../import" }
serde = { version = "1.0.203", features = ["derive"] }
bincode = { version = "2.0.0-rc.3", features = ["serde", "derive"] }
-serde_json = "1.0.117"
+serde_json = "1.0.120"
log = { workspace = true }
anyhow = { workspace = true }