Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Bump rand from 0.6.5 to 0.8.4
Browse files Browse the repository at this point in the history
Bumps [rand](https://github.com/rust-random/rand) from 0.6.5 to 0.8.4.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.6.5...0.8.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 13, 2021
1 parent a71d2a6 commit 17cbb9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 cfd_protocol/Cargo.toml
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
anyhow = "1"
bdk = { git = "https://github.com/bitcoindevkit/bdk/" }
itertools = "0.10"
rand = "0.6"
rand = "0.8"
rand_chacha = "0.1"
secp256k1-zkp = { version = "0.4", features = ["hashes", "global-context"] }

Expand Down

0 comments on commit 17cbb9b

Please sign in to comment.