diff --git a/Cargo.toml b/Cargo.toml index 8c43fd9f..625da393 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ foldhash = { version = "0.1.3", default-features = false } [dev-dependencies] bencher = "0.1.5" -rand = "0.8.3" +rand = "0.9.0" trybuild = "1.0.23" serde = { version = "1.0.117", features = ["derive"] } serde_test = "1.0.117"