From 7a1fb4b1ba2461d628c110014b64b6f238fa8d1c Mon Sep 17 00:00:00 2001 From: marvin-j97 Date: Sat, 14 Sep 2024 20:31:33 +0200 Subject: [PATCH] update vlog dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd435e9..5aeab59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ quick_cache = { version = "0.6.5", default-features = false, features = [] } self_cell = "1.0.4" smallvec = { version = "1.13.2" } tempfile = "3.12.0" -value-log = { git = "https://github.com/fjall-rs/value-log" } +value-log = "1.0.0-pre.2" varint-rs = "2.2.0" xxhash-rust = { version = "0.8.12", features = ["xxh3"] }