Skip to content

Commit 9d0a729

Browse files
fix(deps): update rust crate jsonwebtoken to v10
1 parent 64083dc commit 9d0a729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ thiserror = "2.0"
3131
base64 = { version = "0.22", optional = true }
3232
gotham_middleware_diesel = { version = "0.5.1", optional = true }
3333
gotham_restful_redoc = { version = "0.2.13", path = "./redoc", optional = true }
34-
jsonwebtoken = { version = "9.3", default-features = false, optional = true }
34+
jsonwebtoken = { version = "10.0", default-features = false, optional = true }
3535
lazy-regex = { version = "3.0", optional = true }
3636
openapi_type = { version = "0.5.0", optional = true }
3737
parking_lot = { version = "0.12", optional = true }

0 commit comments

Comments
 (0)