From 8f2a07d2924f1b28de70316111005b94cc401149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 06:02:35 +0000 Subject: [PATCH] chore(deps): update jsonwebtoken requirement from 9.3.1 to 10.3.0 Updates the requirements on [jsonwebtoken](https://github.com/Keats/jsonwebtoken) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- crates/server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index 2e75fce..104711b 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -55,7 +55,7 @@ diesel_migrations = "2.2.0" dirs = "6.0.0" fern = { version = "0.7.1", features = ["colored"] } image = "0.25.5" -jsonwebtoken = "9.3.1" +jsonwebtoken = "10.3.0" libsqlite3-sys = { version = "0.35", features = ["bundled"] } # this is needed for proper linking log = "0.4.25" once_cell = "1.20.3"