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