From 34e5d355cfd3b674c0d10c80fda1c079a0dffbe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 09:42:45 +0000 Subject: [PATCH] Bump ed25519-dalek from v1.0.1-f to 1.0.1 Bumps [ed25519-dalek](https://github.com/FindoraNetwork/ed25519-dalek) from v1.0.1-f to 1.0.1. - [Release notes](https://github.com/FindoraNetwork/ed25519-dalek/releases) - [Changelog](https://github.com/FindoraNetwork/ed25519-dalek/blob/main/CHANGELOG.md) - [Commits](https://github.com/FindoraNetwork/ed25519-dalek/compare/v1.0.1-f...1042cb60a07cdaacb59ca209716b69f444460f8f) --- updated-dependencies: - dependency-name: ed25519-dalek dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/Cargo.toml | 2 +- crypto/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Cargo.toml b/api/Cargo.toml index da16a7ca..783fab8c 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -40,7 +40,7 @@ aes-gcm = '0.10.1' bincode = '1.3.1' bulletproofs = { git = "https://github.com/FindoraNetwork/bp", tag = "v1.0.2-f" } digest = '0.10' -ed25519-dalek = { git = "https://github.com/FindoraNetwork/ed25519-dalek", tag = "v1.0.1-f" } +ed25519-dalek = { git = "https://github.com/FindoraNetwork/ed25519-dalek", tag = "1.0.1" } lazy_static = "1.4.0" libsecp256k1 = '0.7' linear-map = '1.2.0' diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml index 7dcf8ddb..7ee02b11 100644 --- a/crypto/Cargo.toml +++ b/crypto/Cargo.toml @@ -14,7 +14,7 @@ aes = '0.8.1' bulletproofs = { git = "https://github.com/FindoraNetwork/bp", tag = "v1.0.2-f" } ctr = '0.9.1' digest = '0.10' -ed25519-dalek = { git = "https://github.com/FindoraNetwork/ed25519-dalek", tag = "v1.0.1-f" } +ed25519-dalek = { git = "https://github.com/FindoraNetwork/ed25519-dalek", tag = "1.0.1" } itertools = '0.10.3' merlin = '3.0' rand_chacha = '0.3'