Skip to content

Commit

Permalink
fix(deps): update rust crate rand to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent 0e141e5 commit e0fa509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ reqwest = "0.12.5"
uuid = { version = "1.10.0", features = ["v4", "fast-rng", "macro-diagnostics", ] }
md5 = "0.7.0"
chrono = "0.4.38"
rand = "0.8.5"
rand = "0.9.0"
regex = "1.10.6"
parameterized = "2.0.0"
testing_logger = "0.1.1"
Expand Down

0 comments on commit e0fa509

Please sign in to comment.