From e12e02ab63e94760f5fbf86ddcbe07f25ec5b3ad Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 26 Dec 2021 20:00:35 +0000 Subject: [PATCH] Update Rust crate sha2 to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9ad50d5..180d6f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ uuid = { version = "0.8.2", features = ["serde"] } # Authentification jwt = "0.15.0" hmac = "0.11.0" -sha2 = { version = "0.9.0", default_features = false } +sha2 = { version = "0.10.0", default_features = false } # Timestamps for JWT tokens chrono = { version = "0.4.19", features = [ "serde" ] } # Encoding of refresh tokens