Skip to content

Commit

Permalink
Update jsonwebtoken (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle authored Oct 25, 2023
1 parent f426225 commit 7d29461
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ path = "examples/embark.rs"
[dependencies]
data-encoding = "2.4"
http = "0.2"
jsonwebtoken = "8.1"
jsonwebtoken = "9.1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
url = "2.3"
Expand Down
2 changes: 0 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ deny = [
{ name = "openssl-sys" },
]
skip = [
# jsonwebtoken uses an old version
{ name = "base64", version = "=0.13.1" },
]
skip-tree = [
]
Expand Down

0 comments on commit 7d29461

Please sign in to comment.