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"] }