2 Commits

Author SHA1 Message Date
101ebb1c15 Merge pull request 'Update Rust crate rand to 0.9.0' (#4) from renovate/rand-0.x into develop
Some checks failed
ci/woodpecker/push/dockerize Pipeline failed
ci/woodpecker/push/deploy unknown status
Reviewed-on: #4
2025-04-21 15:04:27 +00:00
c662a2c85c Update Rust crate rand to 0.9.0
All checks were successful
ci/woodpecker/pr/validate Pipeline was successful
2025-04-21 13:38:42 +00:00

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"