Skip to content

Commit 3b6538f

Browse files
deps(deps): update rand_core requirement from 0.6 to 0.10
Updates the requirements on [rand_core](https://github.com/rust-random/rand_core) to permit the latest version. - [Release notes](https://github.com/rust-random/rand_core/releases) - [Changelog](https://github.com/rust-random/rand_core/blob/master/CHANGELOG.md) - [Commits](rust-random/rand_core@v0.6.0...v0.10.0) --- updated-dependencies: - dependency-name: rand_core dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 45123b1 commit 3b6538f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ant-quic = "0.21"
3232
chacha20poly1305 = "0.10"
3333

3434
# Random number generation (shared with saorsa-pqc)
35-
rand_core = { version = "0.6", features = ["getrandom"] }
35+
rand_core = { version = "0.10", features = ["getrandom"] }
3636
rand_chacha = "0.3"
3737

3838
# Constant-time operations (also used by saorsa-pqc)

0 commit comments

Comments
 (0)