diff --git a/Cargo.toml b/Cargo.toml index 18b2e300..bb369078 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ liblzma-sys = { path = "liblzma-sys", version = "0.4.3", default-features = fals num_cpus = { version = "1.16.0", optional = true } [dev-dependencies] -rand = "0.8.0" +rand = "0.9.2" quickcheck = "1.0.1" [target.'cfg(target_arch = "wasm32")'.dev-dependencies]