Skip to content

Commit

Permalink
build(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 Feb 7, 2025
1 parent 02d9b42 commit 544f180
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 25 deletions.
114 changes: 92 additions & 22 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 dhkem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ zeroize = ["dep:zeroize"]
[dev-dependencies]
hex-literal = "0.4.1"
hkdf = "0.12.4"
rand = "0.8.5"
rand = "0.9.0"
sha2 = "0.10.8"

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion ml-kem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ criterion = "0.5.1"
hex = { version = "0.4.3", features = ["serde"] }
hex-literal = "0.4.1"
num-rational = { version = "0.4.2", default-features = false, features = ["num-bigint"] }
rand = "0.8.5"
rand = "0.9.0"
crypto-common = { version = "0.1.6", features = ["rand_core"] }
serde = { version = "1.0.208", features = ["derive"] }
serde_json = "1.0.125"
Expand Down
2 changes: 1 addition & 1 deletion x-wing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rand_core = { version = "0.6" }
hex = { version = "0.4", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rand = "0.8"
rand = "0.9"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 544f180

Please sign in to comment.