From f769ecb487517bc1b659488b52c857deb1158ea7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 03:04:15 +0000 Subject: [PATCH] Bump signature from 1.3.0 to 1.3.1 Bumps [signature](https://github.com/RustCrypto/traits) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/RustCrypto/traits/releases) - [Commits](https://github.com/RustCrypto/traits/compare/signature-v1.3.0...signature-v1.3.1) --- updated-dependencies: - dependency-name: signature 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 05a1bf4..8b07916 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -920,9 +920,9 @@ dependencies = [ [[package]] name = "signature" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f0242b8e50dd9accdd56170e94ca1ebd223b098eb9c83539a6e367d0f36ae68" +checksum = "c19772be3c4dd2ceaacf03cb41d5885f2a02c4d8804884918e3a258480803335" [[package]] name = "simplelog" diff --git a/Cargo.toml b/Cargo.toml index 7213dd7..5fe90a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ ed25519-dalek = "1.0.1" x25519-dalek = "1.1.1" ecies-ed25519 = "0.5.1" chacha20poly1305 = "0.8.0" -signature = "1.3.0" +signature = "1.3.1" blakeout = "0.3.0" num_cpus = "1.13.0" byteorder = "1.4.3"