diff options
Diffstat (limited to 'client/Cargo.toml')
-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 91bf4a8..3aeb3dc 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.75" -serde_json = "1.0.108" -serde = { version = "1.0.193", features = ["derive"] } +anyhow = "1.0.82" +serde_json = "1.0.115" +serde = { version = "1.0.197", features = ["derive"] } tokio = { workspace = true } |