From 14b726e195e57fd6c4d62ba884fcf2ede50731ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 19:46:16 +0000 Subject: [PATCH] build(deps): bump jsonwebtoken from 9.2.0 to 9.3.0 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 9e519a68..12e95e0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1552,9 +1552,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 0.21.7", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 22083125..909e2b91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ headers = { version = "0.3.9", default-features = false } http = { version = "0.2.12", default-features = false } http-types = { version = "2.12.0", default-features = false } hyper = { version = "0.14.28", default-features = false } -jsonwebtoken = { version = "9.2.0", default-features = false } +jsonwebtoken = { version = "9.3.0", default-features = false } mediatype = { version = "0.19.18", default-features = false } mime = { version = "0.3.17", default-features = false } once_cell = { version = "1.19.0", default-features = false }