Skip to content

Commit 6e01d46

Browse files
build(deps): bump the crypto group across 1 directory with 2 updates
Bumps the crypto group with 2 updates in the / directory: [rand](https://github.com/rust-random/rand) and [rand_core](https://github.com/rust-random/rand). Updates `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) Updates `rand_core` 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 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crypto - dependency-name: rand_core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crypto ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 193f92a commit 6e01d46

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
3131
uuid = { version = "1.16", default-features = false }
3232
tracing = { version = "0.1", default-features = false }
3333
bitflags = "2.8"
34-
rand = "0.8"
34+
rand = "0.9"
3535
cfg-if = "1"
3636
time = { version = "0.3", default-features = false }
3737
sha1 = { version = "0.10", default-features = false }

crates/winscard/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ time = { workspace = true, features = [
2828
uuid = { workspace = true, features = ["v4"] }
2929
flate2 = { version = "1.1", features = ["zlib", "rust_backend"], default-features = false }
3030
rsa = { workspace = true, features = ["hazmat", "sha1"] }
31-
rand_core = "0.6"
31+
rand_core = "0.9"
3232
sha1.workspace = true
3333
base64 = { workspace = true , optional = true }
3434
picky-asn1-der = { workspace = true, optional = true }

0 commit comments

Comments
 (0)