From 5c5834243560997de0ac80d3901307e17aecf3a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 02:40:04 +0000 Subject: [PATCH] Bump the cargo group across 1 directory with 1 update Bumps the cargo group with 1 update in the /runtime directory: [jsonwebtoken](https://github.com/Keats/jsonwebtoken). Updates `jsonwebtoken` from 9.3.1 to 10.3.0 - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/jsonwebtoken/compare/v9.3.1...v10.3.0) Updates `jsonwebtoken` from 9.3.1 to 10.3.0 - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](https://github.com/Keats/jsonwebtoken/compare/v9.3.1...v10.3.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.3.0 dependency-type: direct:production dependency-group: cargo - dependency-name: jsonwebtoken dependency-version: 10.3.0 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- runtime/Cargo.lock | 24 ++++++++++++++++++++---- runtime/plaid/Cargo.toml | 2 +- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index a4217fb4..0992a9e1 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -1914,9 +1914,9 @@ version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e7f34442dbe69c60fe8eaf58a8cafff81a1f278816d8ab4db255b3bef4ac3c4" dependencies = [ - "getrandom 0.3.3", + "getrandom 0.3.4", "libm", - "rand 0.9.1", + "rand 0.9.2", "siphasher", ] @@ -2862,6 +2862,22 @@ dependencies = [ "simple_asn1", ] +[[package]] +name = "jsonwebtoken" +version = "10.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1" +dependencies = [ + "base64 0.22.1", + "getrandom 0.2.17", + "js-sys", + "pem 3.0.6", + "serde", + "serde_json", + "signature", + "simple_asn1", +] + [[package]] name = "jwt-simple" version = "0.12.14" @@ -3345,7 +3361,7 @@ dependencies = [ "hyper-rustls 0.26.0", "hyper-timeout", "hyper-util", - "jsonwebtoken", + "jsonwebtoken 9.3.1", "once_cell", "percent-encoding", "pin-project", @@ -3649,7 +3665,7 @@ dependencies = [ "futures-util", "hex", "http 1.4.0", - "jsonwebtoken", + "jsonwebtoken 10.3.0", "jwt-simple", "log", "lru", diff --git a/runtime/plaid/Cargo.toml b/runtime/plaid/Cargo.toml index ccd6d138..6bef3490 100644 --- a/runtime/plaid/Cargo.toml +++ b/runtime/plaid/Cargo.toml @@ -44,7 +44,7 @@ flate2 = "1.0" futures-util = "0.3.30" hex = "0.4.3" http = "1" -jsonwebtoken = { version = "9.2" } +jsonwebtoken = { version = "10.3" } jwt-simple = { version = "0.12.10", default-features = false, features = [ "pure-rust", ] }