Skip to content

Commit

Permalink
Merge pull request #723 from napi-rs/renovate/jsonwebtoken-9.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate jsonwebtoken to v9
  • Loading branch information
Brooooooklyn authored Oct 23, 2023
2 parents 5deb8df + 1cd9d90 commit 72f1e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jsonwebtoken/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ crate-type = ["cdylib"]

[dependencies]
global_alloc = { path = "../../crates/alloc" }
jsonwebtoken = { version = "8" }
jsonwebtoken = { version = "9" }
napi = { version = "2", default-features = false, features = [
"napi3",
"serde-json",
Expand Down

0 comments on commit 72f1e24

Please # to comment.