From 69131dad1cf51652d4b3c51b87296d1dae5c2ff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 20:57:25 +0000 Subject: [PATCH] Update jwt-simple requirement from 0.11.1 to 0.12.6 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.11.1...0.12.6) --- updated-dependencies: - dependency-name: jwt-simple dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- shared/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 13544cf0..dbb5ba6a 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -39,7 +39,7 @@ sha2 = "0.10.2" openssl = "0.10.40" chacha20poly1305 = "0.10.1" itertools = "0.12.0" -jwt-simple = "0.11.1" +jwt-simple = "0.12.6" # Global variables static_init = "1.0.2"