Skip to content

Commit

Permalink
Update rand requirement from 0.7 to 0.8
Browse files Browse the repository at this point in the history
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version.
- [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.7.0...0.8.3)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 4, 2021
1 parent 0aff97f commit eb5dcb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ strict_encoding = { version = "1.2", optional = true }
subtle = { version = "2", default-features = false }
hash_edwards_to_edwards = { git = "https://github.com/comit-network/hash_edwards_to_edwards" }
integer-encoding = "3"
rand = { version = "0.7", optional = true }
rand = { version = "0.8", optional = true }
lazy_static = "1"
clear_on_drop = { version = "0.2", default-features = false }

Expand All @@ -45,7 +45,7 @@ version = "0.7.0"
default-features = false

[dev-dependencies]
rand = { version = "0.7", features = ["std"] }
rand = { version = "0.8", features = ["std"] }
serde_json = "1"

[package.metadata.docs.rs]
Expand Down

0 comments on commit eb5dcb4

Please sign in to comment.