Skip to content

Commit 2829c5e

Browse files
build(deps): update rand_chacha requirement from 0.3 to 0.9
Updates the requirements on [rand_chacha](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_chacha-0.3.0...0.9.0) --- updated-dependencies: - dependency-name: rand_chacha dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b871ad0 commit 2829c5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dc/s2n-quic-dc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ num-rational = { version = "0.4", default-features = false }
3232
once_cell = "1"
3333
pin-project-lite = "0.2"
3434
rand = { version = "0.8", features = ["small_rng"] }
35-
rand_chacha = "0.3"
35+
rand_chacha = "0.9"
3636
s2n-codec = { version = "=0.53.0", path = "../../common/s2n-codec", default-features = false }
3737
s2n-quic-core = { version = "=0.53.0", path = "../../quic/s2n-quic-core", default-features = false }
3838
s2n-quic-platform = { version = "=0.53.0", path = "../../quic/s2n-quic-platform" }

quic/s2n-quic/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ futures = { version = "0.3", default-features = false, features = ["std"] }
7070
hash_hasher = { version = "2", optional = true }
7171
humansize = { version = "2", optional = true }
7272
rand = "0.8"
73-
rand_chacha = "0.3"
73+
rand_chacha = "0.9"
7474
s2n-codec = { version = "=0.53.0", path = "../../common/s2n-codec" }
7575
s2n-quic-core = { version = "=0.53.0", path = "../s2n-quic-core" }
7676
s2n-quic-crypto = { version = "=0.53.0", path = "../s2n-quic-crypto", optional = true }

0 commit comments

Comments
 (0)