Update Rust crate rand to 0.9.0 #4

Merged
Adrien merged 1 commits from renovate/rand-0.x into develop 2025-04-21 15:04:28 +00:00
Showing only changes of commit c662a2c85c - Show all commits

View File

@@ -22,7 +22,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"