diff --git a/ethers-providers/Cargo.toml b/ethers-providers/Cargo.toml index 3e7321e96..5e0644b0d 100644 --- a/ethers-providers/Cargo.toml +++ b/ethers-providers/Cargo.toml @@ -31,7 +31,7 @@ serde_json = { workspace = true, features = ["raw_value"] } http = "0.2" reqwest = { workspace = true, features = ["json"] } url.workspace = true -base64 = "0.21" +base64 = "0.22" jsonwebtoken = "8" async-trait.workspace = true