From 882b8d23e9846dfa38b12f5d03b32fdba2a554c4 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 03:15:21 +0000 Subject: [PATCH] Update Rust crate jsonwebtoken to 9.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c895af..b360886 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ hex = "0.4.3" http = "0.2.12" hyper = "0.14.28" hyper-rustls = "0.24.2" -jsonwebtoken = "9.2.0" +jsonwebtoken = "9.3.0" mockall = "0.12.1" newtype-uuid = { version = "1.0.1", features = ["schemars08", "serde", "v4"] } oauth2 = "4.4.2"