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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 16, 2022
1 parent 3a9bc4b commit 162bfc7
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 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 client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ log = "0.4.17"
quinn = "0.8.4"
quinn-proto = "0.8.4"
rand = "0.7.0"
rand_chacha = "0.2.2"
rand_chacha = "0.3.1"
rayon = "1.5.3"
reqwest = { version = "0.11.11", default-features = false, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] }
rustls = { version = "0.20.6", features = ["dangerous_configuration"] }
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ log = "0.4.17"
lru = "0.7.7"
min-max-heap = "1.3.0"
rand = "0.7.0"
rand_chacha = "0.2.2"
rand_chacha = "0.3.1"
rayon = "1.5.3"
serde = "1.0.143"
serde_derive = "1.0.103"
Expand Down
2 changes: 1 addition & 1 deletion gossip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lru = "0.7.7"
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.3"
serde = "1.0.143"
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 @@ -28,7 +28,7 @@ num_cpus = "1.13.1"
num_enum = "0.5.7"
prost = "0.11.0"
rand = "0.7.0"
rand_chacha = "0.2.2"
rand_chacha = "0.3.1"
rayon = "1.5.3"
reed-solomon-erasure = { version = "5.0.3", features = ["simd-accel"] }
serde = "1.0.143"
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ name = "solana_runtime"
assert_matches = "1.5.0"
ed25519-dalek = "=1.0.1"
libsecp256k1 = "0.6.0"
rand_chacha = "0.2.2"
rand_chacha = "0.3.1"
solana-logger = { path = "../logger", version = "=1.12.0" }

[package.metadata.docs.rs]
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.11.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.9"
serde = "1.0.143"
serde_bytes = "0.11"
Expand Down

0 comments on commit 162bfc7

Please sign in to comment.