From a63283f35586671c84f637836236cebc6fb530e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 10:20:50 +0000 Subject: [PATCH] Bump hmac-sha256 from 1.1.5 to 1.1.6 Bumps [hmac-sha256](https://github.com/jedisct1/rust-hmac-sha256) from 1.1.5 to 1.1.6. - [Release notes](https://github.com/jedisct1/rust-hmac-sha256/releases) - [Commits](https://github.com/jedisct1/rust-hmac-sha256/commits) --- updated-dependencies: - dependency-name: hmac-sha256 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 e87a82d..3d8a8d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -772,9 +772,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hmac-sha256" -version = "1.1.5" +version = "1.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43ecbd4fb98b97457d10a29f8bdfee1fad612b6ce879b39d7b8dd6ce510875af" +checksum = "fc736091aacb31ddaa4cd5f6988b3c21e99913ac846b41f32538c5fae5d71bfe" [[package]] name = "http" diff --git a/Cargo.toml b/Cargo.toml index ff69fbd..cbc675a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ regex = "1" lazy_static = "1.4" log = "0.4" hex = "0.4.3" -hmac-sha256 = "1.1.5" +hmac-sha256 = "1.1.6" # Optional dependencies schemars = { version = "0.8", optional = true } tokio = { version = "1.23.0", optional = true, features = ["full"] }