aboutsummaryrefslogtreecommitdiff
path: root/kv
diff options
context:
space:
mode:
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 }