From 4f8d110121415832f8be405c62219d4eaf8dc0f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Apr 2021 06:39:48 -0700 Subject: [PATCH] build(deps): bump x25519-dalek from 1.1.0 to 1.1.1 (#280) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf69be6d..65cbdeb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -529,9 +529,9 @@ checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" [[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",