X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Fcore%2FCargo.toml;h=3dc8c84e0bfde0837d4623c05fdd33e604c5a308;hb=f4f3335114e5e2588707f5fedf3bd290e18e4732;hp=2a7df9556cfe194d9925a70b7414ad7893241ef5;hpb=367f2ad8b6844192b3b9b2becfec89a159eecd57;p=rust.git diff --git a/library/core/Cargo.toml b/library/core/Cargo.toml index 2a7df9556cf..3dc8c84e0bf 100644 --- a/library/core/Cargo.toml +++ b/library/core/Cargo.toml @@ -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