]> git.lizzy.rs Git - rust.git/blobdiff - src/liballoc/Cargo.toml
Rollup merge of #67875 - dtolnay:hidden, r=GuillaumeGomez
[rust.git] / src / liballoc / Cargo.toml
index bcb27bb5161e2d4bfe791164586a9fe537b93517..d1119f7b7c0a7f6a83cccaa0aa7c8d0897d5abde 100644 (file)
@@ -15,8 +15,8 @@ core = { path = "../libcore" }
 compiler_builtins = { version = "0.1.10", features = ['rustc-dep-of-std'] }
 
 [dev-dependencies]
-rand = "0.6"
-rand_xorshift = "0.1"
+rand = "0.7"
+rand_xorshift = "0.2"
 
 [[test]]
 name = "collectionstests"