Skip to content

Commit

Permalink
build(deps): bump rand_core from 0.6.4 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [rand_core](https://github.com/rust-random/rand) from 0.6.4 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@rand_core-0.6.4...0.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent c56549f commit 993f530
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 14 deletions.
82 changes: 71 additions & 11 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions hkd32/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rust-version = "1.63"

[dependencies]
hmac = { version = "0.12", default-features = false }
rand_core = { version = "0.6", default-features = false }
rand_core = { version = "0.9", default-features = false }
sha2 = { version = "0.10", default-features = false }
zeroize = { version = "1", default-features = false }

Expand All @@ -31,7 +31,7 @@ subtle-encoding = { version = "=0.6.0-pre", optional = true, default-features =

[dev-dependencies]
hex-literal = "0.4"
rand_core = { version = "0.6", features = ["std"] }
rand_core = { version = "0.9", features = ["std"] }

[features]
default = ["alloc", "bech32"]
Expand Down
2 changes: 1 addition & 1 deletion signatory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.65"

[dependencies]
pkcs8 = { version = "0.10", features = ["alloc", "pem"] }
rand_core = "0.6"
rand_core = "0.9"
signature = "2"
zeroize = "1.5"

Expand Down

0 comments on commit 993f530

Please sign in to comment.