Skip to content

Commit efb2c7f

Browse files
build(deps): bump the crypto group across 1 directory with 3 updates
Bumps the crypto group with 3 updates in the / directory: [rand](https://github.com/rust-random/rand), [rand_core](https://github.com/rust-random/rand) and [der](https://github.com/RustCrypto/formats). 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) Updates `der` from 0.7.9 to 0.7.10 - [Commits](RustCrypto/formats@der/v0.7.9...der/v0.7.10) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.0 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 - dependency-name: der dependency-version: 0.7.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: crypto ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b8b207 commit efb2c7f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+4-4
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)