mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
chore: update rand dependency to 0.7 (#1302)
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ tokio-io = { version = "0.2.0", path = "../tokio-io" }
|
||||
tokio-futures = { version = "0.2.0", path = "../tokio-futures" }
|
||||
|
||||
[dev-dependencies]
|
||||
rand = "0.6"
|
||||
rand = "0.7"
|
||||
tempfile = "3"
|
||||
tempdir = "0.3"
|
||||
tokio-codec = { version = "0.2.0", path = "../tokio-codec" }
|
||||
|
||||
Reference in New Issue
Block a user