Skip to content

Commit 0ee3f0c

Browse files
fix(deps): update rust crate jsonwebtoken to v9
1 parent e54a715 commit 0ee3f0c

File tree

2 files changed

+121
-59
lines changed

2 files changed

+121
-59
lines changed

Cargo.lock

Lines changed: 120 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exclude = ["index.node"]
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
jsonwebtoken = "8.3.0"
12+
jsonwebtoken = "9.0.0"
1313
sha2 = "0.10.8"
1414
hmac = "0.12.1"
1515
serde = {version = "1.0.200", features = ["derive"] }

0 commit comments

Comments
 (0)