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"] }