From 0e7b8e55eedf27b01b52a7cd95d8616d6e1c1945 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 12:20:56 +0000 Subject: [PATCH] Update base64 requirement from 0.10 to 0.11 Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Release notes](https://github.com/marshallpierce/rust-base64/releases) - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.10.0...v0.11.0) Signed-off-by: dependabot-preview[bot] --- crates/crypto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/crypto/Cargo.toml b/crates/crypto/Cargo.toml index 4f64700..037ee93 100644 --- a/crates/crypto/Cargo.toml +++ b/crates/crypto/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] rand = "0.7" -base64 = "0.10" +base64 = "0.11" ed25519-dalek = "1.0.0-pre.1" chacha20-poly1305-aead = "0.1"