Skip to content

Commit 35367e0

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.1 - [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...rand_core-0.9.1) 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-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crypto - dependency-name: rand_core dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: crypto ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c49184 commit 35367e0

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
@@ -37,7 +37,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
3737
uuid = { version = "1.16", default-features = false }
3838
tracing = { version = "0.1", default-features = false }
3939
bitflags = "2.9"
40-
rand = "0.8"
40+
rand = "0.9"
4141
cfg-if = "1"
4242
time = { version = "0.3", default-features = false }
4343
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)