From 54107a390b0b6e87aa052f677f47688d7b8f7637 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Mon, 26 Jun 2023 21:07:25 -0700 Subject: [PATCH] cargo upgrade --- Cargo.lock | 8 ++++---- web3_proxy/Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aaede3e1..a2381cea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2695,9 +2695,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.26" +version = "0.14.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4" +checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" dependencies = [ "bytes", "futures-channel", @@ -2964,9 +2964,9 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.7.2" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" +checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" dependencies = [ "schemars", "serde", diff --git a/web3_proxy/Cargo.toml b/web3_proxy/Cargo.toml index 0eb72d34..bbaa6861 100644 --- a/web3_proxy/Cargo.toml +++ b/web3_proxy/Cargo.toml @@ -63,8 +63,8 @@ hashbrown = { version = "0.14.0", features = ["nightly", "serde"] } hdrhistogram = "7.5.2" hostname = "0.3.1" http = "0.2.9" -hyper = { version = "0.14.26", features = ["full", "nightly"] } -ipnet = { version = "2.7.2", features = ["json"] } +hyper = { version = "0.14.27", features = ["full", "nightly"] } +ipnet = { version = "2.8.0", features = ["json"] } itertools = "0.11.0" listenfd = "1.0.1" mimalloc = { version = "0.1.37", optional = true}