Skip to content

Commit 089757b

Browse files
fix(deps): update rust crate jsonwebtoken to v10
1 parent 0bff742 commit 089757b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcloud-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ prost-types = "0.14"
441441
serde = { version = "1", features = ["derive"] }
442442
serde_json = { version = "1" }
443443
url = { version = "2.5" }
444-
jsonwebtoken = { version = "9" }
444+
jsonwebtoken = { version = "10" }
445445
hyper = { version ="1", features = ["client", "http2"] }
446446
async-trait = "0.1"
447447
chrono = { version = "0.4", features = ["serde", "clock"], default-features = false }

0 commit comments

Comments
 (0)