mirror of
https://github.com/openharmony/third_party_rust_tokio.git
synced 2026-06-30 22:07:53 -04: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"] }
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.7.3"
|
||||
rand = "0.8"
|
||||
|
||||
+1
-1
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user