From ffc7197461843574ab6206b770bd47e3b00b572d Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 19:22:27 +0000 Subject: [PATCH] Update Rust crate jsonwebtoken to v10.3.0 [SECURITY] --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 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",