From 99f0136d29b2341e92468dc032c88847ac32d479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 12:33:18 +0000 Subject: [PATCH] Update jwt-simple requirement from 0.12.9 to 0.13.0 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/compare/0.12.9...0.13.0) --- updated-dependencies: - dependency-name: jwt-simple dependency-version: 0.13.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 fd02654..bd80876 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.0"