aboutsummaryrefslogtreecommitdiff
path: root/cache/tools
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/tools
parentaa13fade6fcabf9122babac7ac812a433a81b627 (diff)
downloadjellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar
jellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar.bz2
jellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar.zst
update and clean up dependencies
Diffstat (limited to 'cache/tools')
-rw-r--r--cache/tools/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"