aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-10 14:52:40 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-10 14:52:40 +0200
commitc0365c8c64f403fd9ee75c0db1a9ed6134633e8f (patch)
tree5c51567748c9bbf1b3a9da46a97f52da90cc2ebd /client
parentd7636b4707f09862577515c87007f3ac0b705ed8 (diff)
downloadjellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar
jellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar.bz2
jellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar.zst
bump versions
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 }