Skip to content

Commit f9c6ba4

Browse files
chore(deps): bump jsonwebtoken from 9.3.1 to 10.3.0
Bumps [jsonwebtoken](https://github.com/Keats/jsonwebtoken) from 9.3.1 to 10.3.0. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](Keats/jsonwebtoken@v9.3.1...v10.3.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 854a605 commit f9c6ba4

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ client = ["dep:reqwest", "dep:gate-core"]
3838

3939
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
4040
hyper-util = { workspace = true, features = ["server", "tokio"], optional = true }
41-
jsonwebtoken = { version = "9.3", optional = true }
41+
jsonwebtoken = { version = "10.3", optional = true }
4242
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "stream", "zstd", "brotli", "gzip", "deflate"], optional = true }
4343
webauthn-rs = { version = "0.5", optional = true }
4444

0 commit comments

Comments
 (0)