diff --git a/Cargo.toml b/Cargo.toml index 7be8ed9..3105f68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ features = ["zstd", "lz4"] [dev-dependencies] anyhow = "1.0.79" -rand = "0.8.5" +rand = "0.10.0" [dev-dependencies.criterion] version = "0.5.1" diff --git a/benchmark/Cargo.toml b/benchmark/Cargo.toml index 93157ee..dde0840 100644 --- a/benchmark/Cargo.toml +++ b/benchmark/Cargo.toml @@ -8,7 +8,7 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] simpledb = { path = "../" } -rand = "0.8" +rand = "0.10" [dev-dependencies] criterion = "0.5"