Skip to content

Commit bdd3029

Browse files
chore(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] <[email protected]>
1 parent d4c3126 commit bdd3029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["Anshul Malik <[email protected]>"]
88
num-bigint = { version = "0.4", optional = true }
99
num-traits = { version = "0.2", optional = true }
1010
rand = "0.8"
11-
rand_chacha = "0.3"
11+
rand_chacha = "0.9"
1212
nalgebra = "0.33.0"
1313

1414
[dev-dependencies]

0 commit comments

Comments
 (0)