From 62c72fd041dbc382db8e108f292b851b21eafdba Mon Sep 17 00:00:00 2001 From: dante <45801863+alexander-camuto@users.noreply.github.com> Date: Mon, 6 May 2024 13:08:14 +0100 Subject: [PATCH] chore: bump `jsonwebtoken` --- 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