From 8db20f65689d3fb3f955b03d59bee297b1ad131c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 15:49:05 +0000 Subject: [PATCH] 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](https://github.com/rust-random/rand/compare/0.7.0...0.8.0) Signed-off-by: dependabot[bot] --- curve25519-parser/Cargo.toml | 2 +- mla/Cargo.toml | 2 +- mlar/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/curve25519-parser/Cargo.toml b/curve25519-parser/Cargo.toml index 9e4fc330..a7d9aa20 100644 --- a/curve25519-parser/Cargo.toml +++ b/curve25519-parser/Cargo.toml @@ -25,4 +25,4 @@ version = "0.5" default-features = false [dev-dependencies] -rand = "0.7" +rand = "0.8" diff --git a/mla/Cargo.toml b/mla/Cargo.toml index f620652f..ab082f33 100644 --- a/mla/Cargo.toml +++ b/mla/Cargo.toml @@ -12,7 +12,7 @@ readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -rand = "0.7" +rand = "0.8" rand_chacha = "0.2" brotli = "3.3" aes-ctr = "0.5" diff --git a/mlar/Cargo.toml b/mlar/Cargo.toml index 5adc674a..cdf22cd7 100644 --- a/mlar/Cargo.toml +++ b/mlar/Cargo.toml @@ -17,7 +17,7 @@ clap = "2" glob = "0.3" mla = { path = "../mla", version = "1" } curve25519-parser = { path = "../curve25519-parser", version = "0.2" } -rand = "0.7" +rand = "0.8" x25519-dalek = "1" humansize = "1" hex = "0.4"