From 5e435b9f5aea309348bda3d77885434eeaf582d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 14:19:20 +0000 Subject: [PATCH 1/2] Bump ed25519-dalek from 2.1.1 to 2.2.0 Bumps [ed25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases) - [Commits](https://github.com/dalek-cryptography/curve25519-dalek/compare/2.1.1...ed25519-2.2.0) --- updated-dependencies: - dependency-name: ed25519-dalek dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 067e7e70d..1e1b0a3bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1939,9 +1939,9 @@ dependencies = [ [[package]] name = "ed25519-dalek" -version = "2.1.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" +checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9" dependencies = [ "curve25519-dalek 4.1.3", "ed25519 2.2.3", @@ -4585,7 +4585,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce" dependencies = [ "bs58 0.4.0", - "ed25519-dalek 2.1.1", + "ed25519-dalek 2.2.0", "log", "multiaddr", "multihash 0.17.0", @@ -7707,7 +7707,7 @@ dependencies = [ name = "robonode-crypto" version = "0.1.0" dependencies = [ - "ed25519-dalek 2.1.1", + "ed25519-dalek 2.2.0", "hex-literal", "rand 0.8.5", ] From fa7bb1dd72aafcfba6c0db481ea6fe6e95d59f56 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 14:20:20 +0000 Subject: [PATCH 2/2] Update features snapshot --- utils/checks/snapshots/features.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/checks/snapshots/features.yaml b/utils/checks/snapshots/features.yaml index 5cd368b51..b615c839b 100644 --- a/utils/checks/snapshots/features.yaml +++ b/utils/checks/snapshots/features.yaml @@ -671,7 +671,7 @@ - std - name: ed25519-dalek 1.0.1 features: [] -- name: ed25519-dalek 2.1.1 +- name: ed25519-dalek 2.2.0 features: - alloc - default