Skip to content

Commit

Permalink
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 Sep 21, 2021
1 parent e3ae940 commit d7a5bcc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 10 deletions.
34 changes: 25 additions & 9 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ crate-type = ["cdylib", "staticlib"]
[dependencies]
schnorrkel = { version="0.9.1", features = ["preaudit_deprecated"] }
ed25519-dalek = { version="1.0.0" }
rand_chacha = "0.2.2"
rand_chacha = "0.3.1"
merlin = { version = "2.0", default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit d7a5bcc

Please sign in to comment.