aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml
index 4d3fc6b..a0bca2c 100644
--- a/client/Cargo.toml
+++ b/client/Cargo.toml
@@ -8,6 +8,6 @@ jellycommon = { path = "../common" }
log = { workspace = true }
reqwest = { workspace = true }
anyhow = "1.0.86"
-serde_json = "1.0.117"
+serde_json = "1.0.120"
serde = { version = "1.0.203", features = ["derive"] }
tokio = { workspace = true }