From 946ed499236d609097be2d93b694fbccc119c2ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 15:48:52 +0000 Subject: [PATCH] Update rand_chacha requirement from 0.2 to 0.3 Updates the requirements on [rand_chacha](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/rand_chacha-0.2.0...rand_chacha-0.3.0) Signed-off-by: dependabot[bot] --- mla/Cargo.toml | 2 +- mlar/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mla/Cargo.toml b/mla/Cargo.toml index f620652f..cefb38fd 100644 --- a/mla/Cargo.toml +++ b/mla/Cargo.toml @@ -13,7 +13,7 @@ readme = "../README.md" [dependencies] rand = "0.7" -rand_chacha = "0.2" +rand_chacha = "0.3" brotli = "3.3" aes-ctr = "0.5" bitflags = "1.2" diff --git a/mlar/Cargo.toml b/mlar/Cargo.toml index 5adc674a..9a31b551 100644 --- a/mlar/Cargo.toml +++ b/mlar/Cargo.toml @@ -23,7 +23,7 @@ humansize = "1" hex = "0.4" # Could be made optional / feature to enable (for binary size) tar = "0.4" -rand_chacha = "0.2" +rand_chacha = "0.3" [dev-dependencies] assert_cmd = "1.0"