Skip to content

Commit

Permalink
chore: bump rand_chacha from 0.2.2 to 0.3.1
Browse files Browse the repository at this point in the history
Bumps [rand_chacha](https://github.com/rust-random/rand) from 0.2.2 to 0.3.1.
- [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.2.2...rand_chacha-0.3.1)

---
updated-dependencies:
- dependency-name: rand_chacha
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2021
1 parent bf5b7f5 commit 4c3d1c6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ itertools = "0.10.1"
log = "0.4.14"
lru = "0.7.0"
rand = "0.7.0"
rand_chacha = "0.2.2"
rand_chacha = "0.3.1"
raptorq = "1.6.4"
rayon = "1.5.1"
retain_mut = "0.1.4"
Expand Down
2 changes: 1 addition & 1 deletion gossip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ lru = "0.7.0"
matches = "0.1.9"
num-traits = "0.2"
rand = "0.7.0"
rand_chacha = "0.2.2"
rand_chacha = "0.3.1"
rayon = "1.5.1"
serde = "1.0.130"
serde_bytes = "0.11"
Expand Down
2 changes: 1 addition & 1 deletion ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ num-traits = "0.2"
num_cpus = "1.13.0"
prost = "0.9.0"
rand = "0.7.0"
rand_chacha = "0.2.2"
rand_chacha = "0.3.1"
rayon = "1.5.1"
serde = "1.0.130"
serde_bytes = "0.11.5"
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ num-traits = "0.2"
pbkdf2 = { version = "0.9.0", default-features = false }
qstring = "0.7.2"
rand = { version = "0.7.0", optional = true }
rand_chacha = { version = "0.2.2", optional = true }
rand_chacha = { version = "0.3.1", optional = true }
rustversion = "1.0.5"
serde = "1.0.130"
serde_bytes = "0.11"
Expand Down

0 comments on commit 4c3d1c6

Please sign in to comment.