Skip to content

Commit a94b889

Browse files
fix(deps): update rust crate jsonwebtoken to v9 (#507)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8de89bf commit a94b889

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
@@ -58,7 +58,7 @@ axum-extra = { version = "0.8.0", optional = true }
5858
base64-compat = { version = "1", optional = true }
5959
custom_error = "1.9.2"
6060
document-features = { version = "0.2", optional = true }
61-
jsonwebtoken = { version = "8.3.0", optional = true }
61+
jsonwebtoken = { version = "9.1.0", optional = true }
6262
openidconnect = { version = "3.4.0", optional = true }
6363
pbjson-types = { version = "0.5.1", optional = true }
6464
prost = { version = "0.11", optional = true }

0 commit comments

Comments
 (0)