From f03d69d65ea03f58ed89633a8b53bb4a5f794114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Apr 2021 09:02:25 +0000 Subject: [PATCH] build(deps): bump x25519-dalek from 1.1.0 to 1.1.1 Bumps [x25519-dalek](https://github.com/dalek-cryptography/x25519-dalek) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/dalek-cryptography/x25519-dalek/releases) - [Changelog](https://github.com/dalek-cryptography/x25519-dalek/blob/main/CHANGELOG.md) - [Commits](https://github.com/dalek-cryptography/x25519-dalek/compare/1.1.0...1.1.1) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba333c8d..a4400b1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4004,9 +4004,9 @@ checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214" [[package]] name = "x25519-dalek" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc614d95359fd7afc321b66d2107ede58b246b844cf5d8a0adcca413e439f088" +checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f" dependencies = [ "curve25519-dalek", "rand_core 0.5.1",