]> git.lizzy.rs Git - rust.git/blobdiff - library/std/Cargo.toml
Auto merge of #106822 - matthiaskrgr:rollup-46bi4pi, r=matthiaskrgr
[rust.git] / library / std / Cargo.toml
index 29b5a468bf4c502d582e0d369067b8c50af5eaea..adf521d9b94a124544268303b51f52e8e5ef2c05 100644 (file)
@@ -33,7 +33,8 @@ default-features = false
 features = ['read_core', 'elf', 'macho', 'pe', 'unaligned', 'archive']
 
 [dev-dependencies]
-rand = "0.7"
+rand = { version = "0.8.5", default-features = false, features = ["alloc"] }
+rand_xorshift = "0.3.0"
 
 [target.'cfg(any(all(target_family = "wasm", not(target_os = "emscripten")), all(target_vendor = "fortanix", target_env = "sgx")))'.dependencies]
 dlmalloc = { version = "0.2.3", features = ['rustc-dep-of-std'] }