Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit d38fb6f

Browse files
committed
chore: bump jsonwebtoken to version from 8 to 9
It uses the latest Ring, which fixes an issue for compiling to wasm32-wasi Issue: briansmith/ring#1043
1 parent 5394d89 commit d38fb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethers-providers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ http = "0.2"
3232
reqwest = { workspace = true, features = ["json"] }
3333
url.workspace = true
3434
base64 = "0.22"
35-
jsonwebtoken = "8"
35+
jsonwebtoken = "9"
3636

3737
async-trait.workspace = true
3838
hex.workspace = true

0 commit comments

Comments
 (0)