]> git.lizzy.rs Git - rust.git/blobdiff - library/core/Cargo.toml
Update rand in the stdlib tests, and remove the getrandom feature from it
[rust.git] / library / core / Cargo.toml
index 2a7df9556cfe194d9925a70b7414ad7893241ef5..3dc8c84e0bfde0837d4623c05fdd33e604c5a308 100644 (file)
@@ -24,8 +24,8 @@ path = "benches/lib.rs"
 test = true
 
 [dev-dependencies]
-rand = "0.7"
-rand_xorshift = "0.2"
+rand = { version = "0.8.5", default-features = false }
+rand_xorshift = { version = "0.3.0", default-features = false }
 
 [features]
 # Make panics and failed asserts immediately abort without formatting any message