diff --git a/Cargo.toml b/Cargo.toml index ba70e3a3..9331308d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ liblzma-sys = { path = "liblzma-sys", version = "0.4.0", default-features = fals num_cpus = { version = "1.16.0", optional = true } [dev-dependencies] -rand = "0.8.0" +rand = "0.9.0" quickcheck = "1.0.1" [target.'cfg(target_arch = "wasm32")'.dev-dependencies]