Skip to content

Commit

Permalink
Update Rust crate jsonwebtoken to v9 (#102)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2023
1 parent 35ea07c commit 18eee38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ gcemeta = { version = "0.2" }
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1" }
url = { version = "2.5" }
jsonwebtoken = { version = "8" }
jsonwebtoken = { version = "9" }
hyper = { version ="0.14", features = ["client", "http2", "h2"] }
async-trait = "0.1"
chrono = { version = "0.4", features = ["serde", "clock"], default-features = false }
Expand Down

0 comments on commit 18eee38

Please sign in to comment.