tokio-xmpp: Bump rand to 0.9

This commit is contained in:
Link Mauve 2025-07-28 14:37:07 +02:00
commit c11075d1d4
4 changed files with 4 additions and 9 deletions

View file

@ -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