Skip to content

Commit

Permalink
chore: bump jsonwebtoken to version from 8 to 9
Browse files Browse the repository at this point in the history
It uses the latest Ring, which fixes an issue for compiling to wasm32-wasi

Issue: briansmith/ring#1043
  • Loading branch information
kuruk-mm committed Apr 11, 2024
1 parent 5394d89 commit 6fbccaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-providers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ http = "0.2"
reqwest = { workspace = true, features = ["json"] }
url.workspace = true
base64 = "0.22"
jsonwebtoken = "8"
jsonwebtoken = "9"

async-trait.workspace = true
hex.workspace = true
Expand Down

0 comments on commit 6fbccaf

Please sign in to comment.