Skip to content

Commit

Permalink
chore(cargo): Bump rand from 0.8.5 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.0.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.8.5...0.9.0)

---
updated-dependencies:
- dependency-name: rand
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2025
1 parent 5ebda2a commit 6742bb1
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 25 deletions.
127 changes: 104 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ features = ["json", "rustls-tls", "cookies"]
once_cell = "1"
cargo-husky = { workspace = true }
wiremock = "0.6"
rand = "0.8"
rand = "0.9"
lrzcc-test = { path = "../test" }
2 changes: 1 addition & 1 deletion test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ reqwest = { version = "0.12", default-features = false, features = ["json", "blo
uuid = { version = "1.12", features = ["v4", "serde"] }
once_cell = "1"
wiremock = "0.6"
rand = "0.8"
rand = "0.9"
chrono = "0.4"
anyhow = "1.0"

Expand Down

0 comments on commit 6742bb1

Please sign in to comment.