From 37029396d76bea8a91c90483fae4629f1b9cb5a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:50:16 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20jsonwebtoken=20from=209.2.0?= =?UTF-8?q?=20to=209.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [jsonwebtoken](https://github.com/Keats/jsonwebtoken) from 9.2.0 to 9.3.0. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/jsonwebtoken/compare/v9.2.0...v9.3.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a90df90..949ec62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -734,9 +734,9 @@ dependencies = [ [[package]] name = "jsonwebtoken" -version = "9.2.0" +version = "9.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c7ea04a7c5c055c175f189b6dc6ba036fd62306b58c66c9f6389036c503a3f4" +checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f" dependencies = [ "base64", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 69a01d7..db020ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ mktemp = "0.5.1" base64 = "0.21.7" serde_yaml = "0.9.30" bcrypt = "0.15.0" -jsonwebtoken = "9.2.0" +jsonwebtoken = "9.3.0" rand = "0.8.5"