chore(deps): bump jsonwebtoken from 9.3.1 to 10.2.0

Bumps [jsonwebtoken](https://github.com/Keats/jsonwebtoken) from 9.3.1 to 10.2.0.
- [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Keats/jsonwebtoken/compare/v9.3.1...v10.2.0)

---
updated-dependencies:
- dependency-name: jsonwebtoken
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-11-10 18:44:31 +00:00
committed by GitHub
parent 2442641479
commit 91ad9aef27
2 changed files with 5 additions and 6 deletions

9
Cargo.lock generated
View File

@@ -1730,10 +1730,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"js-sys",
"libc", "libc",
"wasi 0.11.1+wasi-snapshot-preview1", "wasi 0.11.1+wasi-snapshot-preview1",
"wasm-bindgen",
] ]
[[package]] [[package]]
@@ -2380,16 +2378,17 @@ dependencies = [
[[package]] [[package]]
name = "jsonwebtoken" name = "jsonwebtoken"
version = "9.3.1" version = "10.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde" checksum = "c76e1c7d7df3e34443b3621b459b066a7b79644f059fc8b2db7070c825fd417e"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"getrandom 0.2.16",
"js-sys", "js-sys",
"pem", "pem",
"ring",
"serde", "serde",
"serde_json", "serde_json",
"signature 2.2.0",
"simple_asn1", "simple_asn1",
] ]

View File

@@ -38,7 +38,7 @@ futures-util = "0"
# authorization # authorization
bcrypt = "0" bcrypt = "0"
jsonwebtoken = { version = "9", features = ["use_pem"] } jsonwebtoken = { version = "10", features = ["use_pem"] }
# creating users # creating users
objectid = "0" objectid = "0"