aboutsummaryrefslogtreecommitdiff
path: root/kv
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 /kv
parentaa13fade6fcabf9122babac7ac812a433a81b627 (diff)
downloadjellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar
jellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar.bz2
jellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar.zst
update and clean up dependencies
Diffstat (limited to 'kv')
-rw-r--r--kv/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kv/Cargo.toml b/kv/Cargo.toml
index 91422c7..eafd496 100644
--- a/kv/Cargo.toml
+++ b/kv/Cargo.toml
@@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2024"
[dependencies]
-anyhow = "1.0.100"
-rand = { version = "0.10.0-rc.7", optional = true }
+anyhow = { workspace = true }
+rand = { version = "0.10.0", optional = true }
rocksdb = { version = "0.24.0", features = [
"multi-threaded-cf",
], optional = true }