Skip to content

Commit

Permalink
chore(deps): 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 0e9917c commit 4efab59
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 17 deletions.
111 changes: 96 additions & 15 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ primitive-types = { version = "0.12.1", features = ["serde", "arbitrary"] }
proptest = "1.6.0"
proptest-derive = "0.3.0"
rayon = "1.5.2"
rand = "0.8.5"
rand = "0.9.0"
rand_core = { version = "0.6.3", default-features = false }
reqwest = { version = "0.12", features = ["json", "stream"] }
schemars = { version = "0.8.21", features = ["either"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/testsuite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jpst = "0.1.1"
tracing = "0.1"
backtrace = "0.3"
env_logger = "0.11.5"
rand = "0.8"
rand = "0.9"
sha2 = "0.10.8"
hmac = "0.12.1"
hex = "0.4.3"
Expand Down

0 comments on commit 4efab59

Please sign in to comment.