Update Rust crate rand to 0.10
All checks were successful
CI / checks (pull_request) Successful in 7m57s
All checks were successful
CI / checks (pull_request) Successful in 7m57s
This commit is contained in:
parent
e8b7c433e6
commit
5effb763f0
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ mtp-common = { version = "0.2.0", path = "../common" }
|
||||||
mtp-codec = { version = "0.2.0", path = "../codec", features = ["registry"] }
|
mtp-codec = { version = "0.2.0", path = "../codec", features = ["registry"] }
|
||||||
mtp-transport = { version = "0.2.0", path = "../transport", features = ["host"] }
|
mtp-transport = { version = "0.2.0", path = "../transport", features = ["host"] }
|
||||||
mtp-crypto = { version = "0.2.0", path = "../crypto", optional = true }
|
mtp-crypto = { version = "0.2.0", path = "../crypto", optional = true }
|
||||||
rand = "0.8"
|
rand = "0.10"
|
||||||
tokio = { version = "1", features = ["macros", "rt", "time", "sync"] }
|
tokio = { version = "1", features = ["macros", "rt", "time", "sync"] }
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
wtransport = "0.7"
|
wtransport = "0.7"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue