Update Rust crate rand to 0.9.0
Some checks failed
ci/woodpecker/pr/lint Pipeline failed
ci/woodpecker/pr/audit unknown status

This commit is contained in:
2025-05-03 00:01:39 +00:00
parent 66179ba858
commit 56afe2688d

View File

@@ -26,7 +26,7 @@ tokio-stream = "0.1.15"
# Utils
base64 = "0.22.0"
const_format = "0.2.32"
rand = "0.8.5"
rand = "0.9.0"
validator = { version = "0.17.0", features = ["derive"] }
# Http client
reqwest = "0.11.24"