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