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 Dec 29, 2024
1 parent f711f79 commit e1b2d8b
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 59 deletions.
187 changes: 129 additions & 58 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude = ["index.node"]
crate-type = ["cdylib"]

[dependencies]
jsonwebtoken = "8.3.0"
jsonwebtoken = "9.0.0"
sha2 = "0.10.8"
hmac = "0.12.1"
serde = {version = "1.0.200", features = ["derive"] }
Expand Down

0 comments on commit e1b2d8b

Please sign in to comment.