From d860bde961b6a8b1b7cadddb8f8f57beb168f921 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 12:33:01 +0000 Subject: [PATCH] Update jwt-simple requirement from 0.12.9 to 0.13.1 Updates the requirements on [jwt-simple](https://github.com/jedisct1/rust-jwt-simple) to permit the latest version. - [Release notes](https://github.com/jedisct1/rust-jwt-simple/releases) - [Commits](https://github.com/jedisct1/rust-jwt-simple/commits) --- updated-dependencies: - dependency-name: jwt-simple dependency-version: 0.13.1 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 fd02654..07bd2f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,4 @@ rand = "0.10.1" serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.120" base64 = "0.23.0" -jwt-simple = "0.12.9" +jwt-simple = "0.13.1"