Skip to content

Commit

Permalink
fix(deps): update rust crate jsonwebtoken to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 20, 2023
1 parent bb75986 commit 1cd9d90
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 1cd9d90

Please sign in to comment.