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 bece4c5..9e1d5ce 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -6,8 +6,8 @@ edition = "2021" [dependencies] jellycommon = { path = "../common" } log = { workspace = true } -reqwest = { version = "0.11.20", features = ["json"] } +reqwest = { version = "0.11.22", features = ["json"] } anyhow = "1.0.75" -serde_json = "1.0.107" -serde = { version = "1.0.188", features = ["derive"] } +serde_json = "1.0.108" +serde = { version = "1.0.193", features = ["derive"] } tokio = { workspace = true } |