From be24e6673599b67cbf0917c54e4cedf9ca2aa859 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 22 Feb 2026 12:06:25 +0100 Subject: update and clean up dependencies --- cache/Cargo.toml | 6 +++--- cache/tools/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'cache') 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" } diff --git a/cache/tools/Cargo.toml b/cache/tools/Cargo.toml index 8f249b5..bf0427d 100644 --- a/cache/tools/Cargo.toml +++ b/cache/tools/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" [dependencies] rocksdb = { version = "0.24.0", features = ["multi-threaded-cf"] } -anyhow = "1.0.100" +anyhow = { workspace = true } [[bin]] name = "cache_fs_to_rocksdb" -- cgit v1.3