From 4d5ed64ac3c95fef11d9631fa8c4bd1748c7b037 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Wed, 16 Nov 2022 20:17:50 +0000 Subject: [PATCH] cargo upgrade --- Cargo.lock | 4 ++-- web3_proxy/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 950c035e..23679bcb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3613,9 +3613,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.12" +version = "0.11.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc" +checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c" dependencies = [ "base64 0.13.0", "bytes", diff --git a/web3_proxy/Cargo.toml b/web3_proxy/Cargo.toml index fd035e65..46bbf321 100644 --- a/web3_proxy/Cargo.toml +++ b/web3_proxy/Cargo.toml @@ -51,7 +51,7 @@ petgraph = "0.6.2" proctitle = "0.1.1" # TODO: regex has several "perf" features that we might want to use regex = "1.7.0" -reqwest = { version = "0.11.12", default-features = false, features = ["json", "tokio-rustls"] } +reqwest = { version = "0.11.13", default-features = false, features = ["json", "tokio-rustls"] } handlebars = "4.3.5" rustc-hash = "1.1.0" siwe = "0.5.0"