X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Fcore%2FCargo.toml;h=3dc8c84e0bfde0837d4623c05fdd33e604c5a308;hb=809d4aa478f79ce4088d76a5c1f332ba66eba884;hp=2a7df9556cfe194d9925a70b7414ad7893241ef5;hpb=a06da98f2187d0b71317492b635cd2f43a2fc64b;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