chore(deps): update rust crate rand to 0.9

pull/2369/head
renovate[bot] 6 months ago committed by GitHub
parent 8df17e2192
commit 1ed9558464
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -26,7 +26,7 @@ rand_chacha = { version = "0.3.1", optional = true }
rand_core = { version = "0.6.4", features = ["getrandom"], optional = true }
[dev-dependencies]
rand = "0.8"
rand = "0.9"
rusty-fork = "0.3"
[features]

@ -16,7 +16,7 @@ tauri = { workspace = true }
log = { workspace = true }
thiserror = { workspace = true }
http = "1"
rand = "0.8"
rand = "0.9"
futures-util = "0.3"
tokio = { version = "1", features = ["net", "sync"] }
tokio-tungstenite = { version = "0.26", features = ["native-tls"] }

Loading…
Cancel
Save