From 6fbccafd650d6171939a97c235e03757bf58feee Mon Sep 17 00:00:00 2001 From: Mateo Miccino Date: Wed, 10 Apr 2024 21:56:53 -0300 Subject: [PATCH] chore: bump jsonwebtoken to version from 8 to 9 It uses the latest Ring, which fixes an issue for compiling to wasm32-wasi Issue: https://github.com/briansmith/ring/issues/1043 --- ethers-providers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethers-providers/Cargo.toml b/ethers-providers/Cargo.toml index 5e0644b0d..ccb6ee369 100644 --- a/ethers-providers/Cargo.toml +++ b/ethers-providers/Cargo.toml @@ -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