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 --- kv/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kv') 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 } -- cgit v1.3