tokio-xmpp: Bump rand to 0.9
This commit is contained in:
parent
4f270bff7a
commit
c11075d1d4
4 changed files with 4 additions and 9 deletions
|
|
@ -20,7 +20,7 @@ tokio-stream = { version = "0.1", features = ["sync"] }
|
|||
webpki-roots = { version = "0.26", optional = true }
|
||||
rustls-native-certs = { version = "0.7", optional = true }
|
||||
rxml = { version = "0.13.1", features = ["compact_str"] }
|
||||
rand = "0.8"
|
||||
rand = "0.9"
|
||||
syntect = { version = "5", optional = true }
|
||||
pin-project-lite = { version = "0.2" }
|
||||
# same repository dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue