From 7b40da967f86c13824241fc6c889015066ec00d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 16:20:15 +0000 Subject: [PATCH] chore(deps): Update jsonwebtoken requirement from 9.3 to 10.1 Updates the requirements on [jsonwebtoken](https://github.com/Keats/jsonwebtoken) to permit the latest version. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/jsonwebtoken/compare/v9.3.0...v10.1.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8d45fd4d..ac6e5eab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ chrono = { version = "0.4", features = ["serde"] } futures-util = "0.3" http = "1.3" http-auth = { version = "0.1", default-features = false } -jsonwebtoken = "9.3" +jsonwebtoken = "10.1" lazy_static = "1.4" oci-spec = "0.8" olpc-cjson = "0.1"