diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml index a0bca2c..b00fbc4 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.86" -serde_json = "1.0.120" -serde = { version = "1.0.203", features = ["derive"] } +anyhow = "1.0.92" +serde_json = "1.0.132" +serde = { version = "1.0.214", features = ["derive"] } tokio = { workspace = true } |