aboutsummaryrefslogtreecommitdiff
path: root/client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'client/Cargo.toml')
-rw-r--r--client/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Cargo.toml b/client/Cargo.toml
index 9e1d5ce..91bf4a8 100644
--- a/client/Cargo.toml
+++ b/client/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
jellycommon = { path = "../common" }
log = { workspace = true }
-reqwest = { version = "0.11.22", features = ["json"] }
+reqwest = { workspace = true }
anyhow = "1.0.75"
serde_json = "1.0.108"
serde = { version = "1.0.193", features = ["derive"] }