mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
deps: update rand to 0.8, loom to 0.4 (#3307)
This commit is contained in:
@@ -11,4 +11,4 @@ publish = false
|
|||||||
tokio = { path = "../tokio/", features = ["full"] }
|
tokio = { path = "../tokio/", features = ["full"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rand = "0.7.3"
|
rand = "0.8"
|
||||||
|
|||||||
+1
-1
@@ -127,7 +127,7 @@ tempfile = "3.1.0"
|
|||||||
async-stream = "0.3"
|
async-stream = "0.3"
|
||||||
|
|
||||||
[target.'cfg(loom)'.dev-dependencies]
|
[target.'cfg(loom)'.dev-dependencies]
|
||||||
loom = { version = "0.3.5", features = ["futures", "checkpoint"] }
|
loom = { version = "0.4", features = ["futures", "checkpoint"] }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
autocfg = "1" # Needed for conditionally enabling `track-caller`
|
autocfg = "1" # Needed for conditionally enabling `track-caller`
|
||||||
|
|||||||
Reference in New Issue
Block a user