From 80e075ac7ed99e42f2d3fbef3d55c88063faabef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 17:38:25 +0000 Subject: [PATCH] Bump ed25519-dalek from 2.1.0 to 2.1.1 Bumps [ed25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases) - [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/2.1.1/CHANGELOG.md) - [Commits](https://github.com/dalek-cryptography/curve25519-dalek/compare/2.1.0...2.1.1) --- updated-dependencies: - dependency-name: ed25519-dalek dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17a7f89..1dca8d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -347,9 +347,9 @@ dependencies = [ [[package]] name = "ed25519-dalek" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f628eaec48bfd21b865dc2950cfa014450c01d2fa2b69a86c2fd5844ec523c0" +checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" dependencies = [ "curve25519-dalek", "ed25519", diff --git a/Cargo.toml b/Cargo.toml index 187225f..e2b3bfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ crypto-common = "0.1.6" der = "0.7.8" digest = "0.10.7" ecdsa = "0.16.8" -ed25519-dalek = { version = "2.0.0", features = ["pkcs8"] } +ed25519-dalek = { version = "2.1.1", features = ["pkcs8"] } elliptic-curve = "0.13.5" generic-array = "0.14.7" hmac = "0.12.1"