Skip to content

Commit e96b19c

Browse files
build(deps): bump rand_chacha from 0.3.1 to 0.9.0
Bumps [rand_chacha](https://github.com/rust-random/rand) from 0.3.1 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@rand_chacha-0.3.1...0.9.0) --- updated-dependencies: - dependency-name: rand_chacha dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 747159c commit e96b19c

File tree

10 files changed

+111
-41
lines changed

10 files changed

+111
-41
lines changed

Cargo.lock

Lines changed: 102 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ipnetwork = "0.20.0"
2929
itertools = "0.13.0"
3030
listenfd = "1.0.2"
3131
rand.workspace = true
32-
rand_chacha = "0.3.1"
32+
rand_chacha = "0.9.0"
3333
reqwest.workspace = true
3434
rustls.workspace = true
3535
serde_json.workspace = true

crates/config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pem-rfc7468 = "0.7.0"
3333
rustls-pki-types = "1.10.1"
3434
rustls-pemfile = "2.2.0"
3535
rand.workspace = true
36-
rand_chacha = "0.3.1"
36+
rand_chacha = "0.9.0"
3737

3838
indoc = "2.0.5"
3939

0 commit comments

Comments
 (0)