Skip to content

Commit 940ac41

Browse files
build(deps): bump rand_core from 0.6.4 to 0.9.3
Bumps [rand_core](https://github.com/rust-random/rand) from 0.6.4 to 0.9.3. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/commits) --- updated-dependencies: - dependency-name: rand_core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7588874 commit 940ac41

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

Cargo.lock

Lines changed: 16 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hkd32/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rust-version = "1.63"
2020

2121
[dependencies]
2222
hmac = { version = "0.12", default-features = false }
23-
rand_core = { version = "0.6", default-features = false }
23+
rand_core = { version = "0.9", default-features = false }
2424
sha2 = { version = "0.10", default-features = false }
2525
zeroize = { version = "1", default-features = false }
2626

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

3232
[dev-dependencies]
3333
hex-literal = "0.4"
34-
rand_core = { version = "0.6", features = ["std"] }
34+
rand_core = { version = "0.9", features = ["std"] }
3535

3636
[features]
3737
default = ["alloc", "bech32"]

signatory/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust-version = "1.65"
1414

1515
[dependencies]
1616
pkcs8 = { version = "0.10", features = ["alloc", "pem"] }
17-
rand_core = "0.6"
17+
rand_core = "0.9"
1818
signature = "2"
1919
zeroize = "1.5"
2020

0 commit comments

Comments
 (0)