From 61aa7076a58b92f1dd820554e6c18f2e4395696a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 18:49:12 +0000 Subject: [PATCH] Bump jsonwebtoken in the cargo group across 1 directory Bumps the cargo group with 1 update in the / directory: [jsonwebtoken](https://github.com/Keats/jsonwebtoken). Updates `jsonwebtoken` from 10.2.0 to 10.3.0 - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/jsonwebtoken/compare/v10.2.0...v10.3.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.3.0 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6a6af8..ac4bdb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1775,9 +1775,9 @@ dependencies = [ [[package]] name = "jsonwebtoken" -version = "10.2.0" +version = "10.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c76e1c7d7df3e34443b3621b459b066a7b79644f059fc8b2db7070c825fd417e" +checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1" dependencies = [ "base64", "ed25519-dalek", @@ -3079,7 +3079,7 @@ dependencies = [ "hex", "http 1.4.0", "hyper", - "jsonwebtoken 10.2.0", + "jsonwebtoken 10.3.0", "meilisearch-sdk", "minijinja", "mockall", @@ -3136,7 +3136,7 @@ dependencies = [ "dirs 6.0.0", "futures", "itertools", - "jsonwebtoken 10.2.0", + "jsonwebtoken 10.3.0", "oauth2", "owo-colors", "progenitor-client", @@ -4689,7 +4689,7 @@ dependencies = [ "http 1.4.0", "http-body-util", "hyper", - "jsonwebtoken 10.2.0", + "jsonwebtoken 10.3.0", "newtype-uuid", "oauth2", "partial-struct", diff --git a/Cargo.toml b/Cargo.toml index b74c6c6..096ce6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ hmac = "0.12.1" http = "1.4.0" hyper = "1.8.1" itertools = "0.13.0" -jsonwebtoken = { version = "10.2", features = ["rust_crypto"] } +jsonwebtoken = { version = "10.3", features = ["rust_crypto"] } meilisearch-sdk = "0.28.0" md-5 = "0.10.6" mime_guess = "2.0.5"