From b8e242f1ae9b450babe1a5ed8721911b1c4af51e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 23:25:56 +0000 Subject: [PATCH] Bump hyper-http-proxy from 1.1.1 to 1.2.0 in /python/rust Bumps [hyper-http-proxy](https://github.com/metalbear-co/hyper-http-proxy) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/metalbear-co/hyper-http-proxy/releases) - [Commits](https://github.com/metalbear-co/hyper-http-proxy/compare/1.1.1...1.2.0) --- updated-dependencies: - dependency-name: hyper-http-proxy dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/rust/Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/python/rust/Cargo.lock b/python/rust/Cargo.lock index 91deffed..225d2c86 100644 --- a/python/rust/Cargo.lock +++ b/python/rust/Cargo.lock @@ -477,7 +477,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -811,9 +811,9 @@ dependencies = [ [[package]] name = "hyper-http-proxy" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8021e0ae20c08eadc94d0bdafdeda66d4f0858541c146ae6e46b219bfe58497e" +checksum = "bd1d471ea2f65ba45eddb1d6ab7d58ac2671d2d4ac14da5c6516ae1d97e1327a" dependencies = [ "bytes", "futures-util", @@ -1655,7 +1655,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -1821,7 +1821,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -2122,7 +2122,7 @@ dependencies = [ "getrandom 0.4.3", "once_cell", "rustix", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]]