Compare commits

..
Author SHA1 Message Date
1d010bc7a3 Merge pull request 'Update Rust crate rand to 0.10' (#14) from renovate/rand-0.x into master
Some checks failed
CI / checks (push) Has been cancelled
2026-08-06 02:10:37 +02:00
5effb763f0 Update Rust crate rand to 0.10
All checks were successful
CI / checks (pull_request) Successful in 7m57s
2026-08-06 02:02:36 +02:00

View file

@ -8,7 +8,7 @@ mtp-common = { version = "0.2.0", path = "../common" }
mtp-codec = { version = "0.2.0", path = "../codec", features = ["registry"] }
mtp-transport = { version = "0.2.0", path = "../transport", features = ["host"] }
mtp-crypto = { version = "0.2.0", path = "../crypto", optional = true }
rand = "0.8"
rand = "0.10"
tokio = { version = "1", features = ["macros", "rt", "time", "sync"] }
tracing = "0.1"
wtransport = "0.7"