From a5573023a115db0f5ae89ff7864ee95281a99f0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 01:00:20 +0000 Subject: [PATCH] Bump signature from 1.2.2 to 1.3.0 Bumps [signature](https://github.com/RustCrypto/traits) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/RustCrypto/traits/releases) - [Commits](https://github.com/RustCrypto/traits/compare/signature-v1.2.2...signature-v1.3.0) 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..104cddcf5116 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6154,9 +6154,9 @@ dependencies = [ [[package]] name = "signature" -version = "1.2.2" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29f060a7d147e33490ec10da418795238fd7545bba241504d6b31a409f2e6210" +checksum = "0f0242b8e50dd9accdd56170e94ca1ebd223b098eb9c83539a6e367d0f36ae68" [[package]] name = "simplelog"