Skip to content

Commit 7d93eba

Browse files
build(deps): bump jsonwebtoken from 9.3.0 to 10.3.0
Bumps [jsonwebtoken](https://github.com/Keats/jsonwebtoken) from 9.3.0 to 10.3.0. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](Keats/jsonwebtoken@v9.3.0...v10.3.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 10.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6702c3d commit 7d93eba

2 files changed

Lines changed: 54 additions & 36 deletions

File tree

Cargo.lock

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

libsql-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ hyper = { workspace = true, features = ["http2"] }
3535
hyper-rustls = { git = "https://github.com/rustls/hyper-rustls.git", rev = "163b3f5", features = ["http2"] }
3636
hyper-tungstenite = "0.11"
3737
itertools = "0.10.5"
38-
jsonwebtoken = "9"
38+
jsonwebtoken = "10"
3939
libsql = { path = "../libsql/", optional = true }
4040
libsql_replication = { path = "../libsql-replication" }
4141
metrics = "0.21.1"

0 commit comments

Comments
 (0)