fix(deps): update rust crate rand to 0.9.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Kasper Juul Hermansen 2025-01-28 01:36:11 +00:00
parent e2992fcd6b
commit c43b4aec82

View File

@ -23,7 +23,7 @@ nats = "0.25.0"
walkdir = "2.4.0"
tar = "0.4.40"
tokio-stream = { version = "0.1.15", features = ["full"] }
rand = "0.8.5"
rand = "0.9.0"
sqlx = { version = "0.8.0", features = [
"postgres",
"runtime-tokio",