Skip to content

Commit eb5dcb4

Browse files
Update rand requirement from 0.7 to 0.8
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] <support@github.com>
1 parent 0aff97f commit eb5dcb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ strict_encoding = { version = "1.2", optional = true }
3636
subtle = { version = "2", default-features = false }
3737
hash_edwards_to_edwards = { git = "https://github.com/comit-network/hash_edwards_to_edwards" }
3838
integer-encoding = "3"
39-
rand = { version = "0.7", optional = true }
39+
rand = { version = "0.8", optional = true }
4040
lazy_static = "1"
4141
clear_on_drop = { version = "0.2", default-features = false }
4242

@@ -45,7 +45,7 @@ version = "0.7.0"
4545
default-features = false
4646

4747
[dev-dependencies]
48-
rand = { version = "0.7", features = ["std"] }
48+
rand = { version = "0.8", features = ["std"] }
4949
serde_json = "1"
5050

5151
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)