From 1e7dbb9bff613f895923899c04b71471be58d7ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 09:47:54 +0000 Subject: [PATCH] fix(deps): update rust crate jsonwebtoken to v9 --- curlz/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curlz/Cargo.toml b/curlz/Cargo.toml index a996510..323f4a7 100644 --- a/curlz/Cargo.toml +++ b/curlz/Cargo.toml @@ -25,7 +25,7 @@ humantime = "2.1" minijinja = "0.32" -jsonwebtoken = "8.3" +jsonwebtoken = "9.0" serde_json = { version = "1.0", features = ["preserve_order"] } base64 = "0.21"