diff --git a/Cargo.lock b/Cargo.lock index 1f10c26..b40f5b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2190,7 +2190,7 @@ dependencies = [ "serde_urlencoded", "serde_yml", "sha1", - "sha2 0.10.9", + "sha2 0.11.0", "sha256", "simd-json", "tempfile", diff --git a/Cargo.toml b/Cargo.toml index 0e39493..38ba1f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ arc-swap = "1" # Crypto hmac = "0.12" -sha2 = "0.10" +sha2 = "0.11" hex = "0.4" base64 = "0.22" sha1 = "0.10"