From fd92b1e233af9afe88fe952f96cbcf5f892cb9b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 03:14:27 +0000 Subject: [PATCH] Bump the minor-changes group with 1 update Bumps the minor-changes group with 1 update: [ed25519-compact](https://github.com/jedisct1/rust-ed25519-compact). Updates `ed25519-compact` from 2.0.6 to 2.1.1 - [Release notes](https://github.com/jedisct1/rust-ed25519-compact/releases) - [Commits](https://github.com/jedisct1/rust-ed25519-compact/commits/2.1.1) --- updated-dependencies: - dependency-name: ed25519-compact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-changes ... 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 7bb0d1d..78be944 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -483,9 +483,9 @@ dependencies = [ [[package]] name = "ed25519-compact" -version = "2.0.6" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a667e6426df16c2ac478efa4a439d0e674cba769c5556e8cf221739251640c8c" +checksum = "e9b3460f44bea8cd47f45a0c70892f1eff856d97cd55358b2f73f663789f6190" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index 402be2f..0748478 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ optional = true default-features = false [dependencies.ed25519-compact] -version = "2.0.6" +version = "2.1.1" optional = true default-features = false features = ["random"]