aboutsummaryrefslogtreecommitdiff
path: root/cache/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-02-22 12:06:25 +0100
committermetamuffin <metamuffin@disroot.org>2026-02-22 12:06:25 +0100
commitbe24e6673599b67cbf0917c54e4cedf9ca2aa859 (patch)
treef1a2766bf5495fa7126fc0c713155fec7472e6c1 /cache/Cargo.toml
parentaa13fade6fcabf9122babac7ac812a433a81b627 (diff)
downloadjellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar
jellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar.bz2
jellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar.zst
update and clean up dependencies
Diffstat (limited to 'cache/Cargo.toml')
-rw-r--r--cache/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/cache/Cargo.toml b/cache/Cargo.toml
index cd891b8..af334b4 100644
--- a/cache/Cargo.toml
+++ b/cache/Cargo.toml
@@ -6,11 +6,11 @@ edition = "2024"
[dependencies]
base64 = "0.22.1"
humansize = "2.1.3"
-anyhow = "1.0.100"
+anyhow = { workspace = true }
log = { workspace = true }
sha2 = "0.10.9"
-rand = "0.9.2"
+rand = "0.10.0"
serde = "1.0.228"
-serde_json = "1.0.145"
+serde_json = "1.0.149"
percent-encoding = "2.3.2"
jellykv = { path = "../kv" }