From 2891ff6bb02f1cb1af8aa896cdc09cab36163314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:16:29 +0000 Subject: [PATCH] Bump the cargo group across 2 directories with 1 update Updates the requirements on [ed25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) to permit the latest version. Updates `ed25519-dalek` 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/1.0.1...2.1.1) --- updated-dependencies: - dependency-name: ed25519-dalek dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- vm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/Cargo.toml b/vm/Cargo.toml index 2246fc453a..e8be7f1095 100644 --- a/vm/Cargo.toml +++ b/vm/Cargo.toml @@ -24,7 +24,7 @@ sha2 = "0.10.6" sha3 = "0.10.6" rand = "0.8.5" rand_seeder = "0.2.2" -ed25519-dalek = "1.0.1" +ed25519-dalek = "2.1.1" itertools = "0.12.0" hex-literal = "=0.4.1" bitflags = "=2.4.2"