Skip to content

Commit ccb16fb

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.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 911ed7d commit ccb16fb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mla/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "../README.md"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
rand = "0.7"
15+
rand = "0.8"
1616
rand_chacha = "0.2"
1717
brotli = "3.3"
1818
aes-ctr = "0.5"

mlar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ clap = "2"
1717
glob = "0.3"
1818
mla = { path = "../mla", version = "1" }
1919
curve25519-parser = { path = "../curve25519-parser", version = "0.2" }
20-
rand = "0.7"
20+
rand = "0.8"
2121
x25519-dalek = "1"
2222
humansize = "1"
2323
hex = "0.4"

0 commit comments

Comments
 (0)