Skip to content

Commit de539e2

Browse files
build(deps): bump rand_core from 0.5.1 to 0.6.1 (#214)
Bumps [rand_core](https://github.com/rust-random/rand) from 0.5.1 to 0.6.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_core-0.5.1...rand_core-0.6.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 131cd4b commit de539e2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

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

chacha20/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ edition = "2018"
1919
[dependencies]
2020
cfg-if = "1"
2121
cipher = { version = "=0.3.0-pre.4", optional = true }
22-
rand_core = { version = "0.5", optional = true, default-features = false }
22+
rand_core = { version = "0.6", optional = true, default-features = false }
2323
zeroize = { version = "1", optional = true, default-features = false }
2424

2525
[target.'cfg(any(target_arch = "x86_64", target_arch = "x86"))'.dependencies]

0 commit comments

Comments
 (0)