From 26d648d5da48b99abc8e1db0f82b1bca8107b801 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 12:13:17 +0000 Subject: [PATCH] Update base64 requirement from 0.10 to 0.13 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.13.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..fd1245a 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.13" ed25519-dalek = "1.0.0-pre.1" chacha20-poly1305-aead = "0.1"