From 3270754835e3efa2b140c5a401bb2e0023baf255 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 04:55:44 +0000 Subject: [PATCH] chore(deps): bump jsonwebtoken from 9.3.0 to 9.3.1 Bumps [jsonwebtoken](https://github.com/Keats/jsonwebtoken) from 9.3.0 to 9.3.1. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/jsonwebtoken/compare/v9.3.0...v9.3.1) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88e8795..2b20f5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1176,7 +1176,7 @@ dependencies = [ [[package]] name = "eldflow" -version = "0.1.0" +version = "0.0.1" dependencies = [ "anyhow", "argon2", @@ -2126,11 +2126,11 @@ dependencies = [ [[package]] name = "jsonwebtoken" -version = "9.3.0" +version = "9.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f" +checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde" dependencies = [ - "base64 0.21.7", + "base64 0.22.1", "js-sys", "pem", "ring", diff --git a/Cargo.toml b/Cargo.toml index 56aefcc..bf4057a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ dotenv = { version = "0.15.0" } chrono = { version = "0.4.38", features = ["serde"] } bson = { version = "2.13.0", features = ["chrono-0_4"] } futures-util = { version = "0.3.31" } -jsonwebtoken = { version = "9.3.0", optional = true } +jsonwebtoken = { version = "9.3.1", optional = true } argon2 = { version = "0.5.3", optional = true } tokio = { version = "1.41.1", optional = true } uuid = { version = "1.11.0", optional = true }