From baa11e31f4bf0a9152df5fa72d7163105f9728fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 12:41:38 +0000 Subject: [PATCH] Bump signature from 1.2.2 to 1.3.1 Bumps [signature](https://github.com/RustCrypto/traits) from 1.2.2 to 1.3.1. - [Release notes](https://github.com/RustCrypto/traits/releases) - [Commits](https://github.com/RustCrypto/traits/compare/signature-v1.2.2...signature-v1.3.1) --- updated-dependencies: - dependency-name: signature dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9363eb707d3c..6cbfb664dd1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6154,9 +6154,9 @@ dependencies = [ [[package]] name = "signature" -version = "1.2.2" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29f060a7d147e33490ec10da418795238fd7545bba241504d6b31a409f2e6210" +checksum = "c19772be3c4dd2ceaacf03cb41d5885f2a02c4d8804884918e3a258480803335" [[package]] name = "simplelog"