Skip to content

Commit

Permalink
build(deps): update rand_chacha requirement from 0.3 to 0.9
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 6, 2025
1 parent b871ad0 commit 2829c5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dc/s2n-quic-dc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ num-rational = { version = "0.4", default-features = false }
once_cell = "1"
pin-project-lite = "0.2"
rand = { version = "0.8", features = ["small_rng"] }
rand_chacha = "0.3"
rand_chacha = "0.9"
s2n-codec = { version = "=0.53.0", path = "../../common/s2n-codec", default-features = false }
s2n-quic-core = { version = "=0.53.0", path = "../../quic/s2n-quic-core", default-features = false }
s2n-quic-platform = { version = "=0.53.0", path = "../../quic/s2n-quic-platform" }
Expand Down
2 changes: 1 addition & 1 deletion quic/s2n-quic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ futures = { version = "0.3", default-features = false, features = ["std"] }
hash_hasher = { version = "2", optional = true }
humansize = { version = "2", optional = true }
rand = "0.8"
rand_chacha = "0.3"
rand_chacha = "0.9"
s2n-codec = { version = "=0.53.0", path = "../../common/s2n-codec" }
s2n-quic-core = { version = "=0.53.0", path = "../s2n-quic-core" }
s2n-quic-crypto = { version = "=0.53.0", path = "../s2n-quic-crypto", optional = true }
Expand Down

0 comments on commit 2829c5e

Please sign in to comment.