deps: update rand to 0.8, loom to 0.4 (#3307)

This commit is contained in:
Taiki Endo
2020-12-22 18:28:35 +09:00
committed by GitHub
parent f64ab3cfff
commit 85ea5306ad
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,4 +11,4 @@ publish = false
tokio = { path = "../tokio/", features = ["full"] }
[dev-dependencies]
rand = "0.7.3"
rand = "0.8"
+1 -1
View File
@@ -127,7 +127,7 @@ tempfile = "3.1.0"
async-stream = "0.3"
[target.'cfg(loom)'.dev-dependencies]
loom = { version = "0.3.5", features = ["futures", "checkpoint"] }
loom = { version = "0.4", features = ["futures", "checkpoint"] }
[build-dependencies]
autocfg = "1" # Needed for conditionally enabling `track-caller`