From 299dbf79246369546d957f6b1b0aec2556bd510a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 10 Jan 2022 00:05:42 +0000 Subject: [PATCH] Update Rust crate jwt to 0.16.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e6231bf..081d267 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ rust-argon2 = "0.8.3" rand = "0.8.4" uuid = { version = "0.8.2", features = ["serde"] } # Authentification -jwt = "0.15.0" +jwt = "0.16.0" hmac = "*" sha2 = "*" # Timestamps for JWT tokens