Skip to content

Commit 13104ff

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 3700cab commit 13104ff

File tree

3 files changed

+58
-28
lines changed

3 files changed

+58
-28
lines changed

Cargo.lock

+56-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ironrdp-connector/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ironrdp-pdu = { path = "../ironrdp-pdu", version = "0.4", features = ["std"] } #
2626
arbitrary = { version = "1", features = ["derive"], optional = true } # public
2727
sspi = "0.15" # public
2828
url = "2.5" # public
29-
rand_core = { version = "0.6", features = ["std"] } # TODO: dependency injection?
29+
rand_core = { version = "0.9", features = ["std"] } # TODO: dependency injection?
3030
tracing = { version = "0.1", features = ["log"] }
3131
picky-asn1-der = "0.5"
3232
picky-asn1-x509 = "0.14"

crates/ironrdp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ sspi = { version = "0.15", features = ["network_client"] }
6060
tracing = { version = "0.1", features = ["log"] }
6161
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
6262
tokio-rustls = "0.26"
63-
rand = "0.8"
63+
rand = "0.9"
6464
opus = "0.3"
6565

6666
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)