diff --git a/Cargo.toml b/Cargo.toml index 57b0f6a..9db1343 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ xxhash3 = ["dbutils/xxhash3"] tracing = ["dbutils/tracing"] [dependencies] -dbutils = { version = "0.9", default-features = false, features = ["crc32fast"] } +dbutils = { version = "0.12", default-features = false, features = ["crc32fast"] } rarena-allocator = { version = "0.4", default-features = false } viewit = "0.1.5"