From c1359d4b5d657f59733c3d314f948cf779c88322 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:16:17 +0000 Subject: [PATCH] chore(deps): update rust crate http to 0.2.12 (#441) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 28 ++++++++++++++-------------- Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c769e548..287b96b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -164,7 +164,7 @@ dependencies = [ "bitflags 1.3.2", "bytes", "futures-util", - "http 0.2.11", + "http 0.2.12", "http-body 0.4.5", "hyper 0.14.28", "itoa", @@ -224,7 +224,7 @@ dependencies = [ "async-trait", "bytes", "futures-util", - "http 0.2.11", + "http 0.2.12", "http-body 0.4.5", "mime", "rustversion", @@ -771,7 +771,7 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "http 0.2.11", + "http 0.2.12", "indexmap 2.2.1", "slab", "tokio", @@ -848,9 +848,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" +checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" dependencies = [ "bytes", "fnv", @@ -875,7 +875,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" dependencies = [ "bytes", - "http 0.2.11", + "http 0.2.12", "pin-project-lite", ] @@ -931,7 +931,7 @@ dependencies = [ "futures-core", "futures-util", "h2 0.3.24", - "http 0.2.11", + "http 0.2.12", "http-body 0.4.5", "httparse", "httpdate", @@ -970,7 +970,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", - "http 0.2.11", + "http 0.2.12", "hyper 0.14.28", "log", "rustls 0.21.9", @@ -1188,7 +1188,7 @@ dependencies = [ "either", "futures", "home", - "http 0.2.11", + "http 0.2.12", "http-body 0.4.5", "hyper 0.14.28", "hyper-rustls", @@ -1220,7 +1220,7 @@ checksum = "a6b42844e9172f631b8263ea9ce003b9251da13beb1401580937ad206dd82f4c" dependencies = [ "chrono", "form_urlencoded", - "http 0.2.11", + "http 0.2.12", "json-patch", "k8s-openapi", "once_cell", @@ -1806,7 +1806,7 @@ dependencies = [ "futures-core", "futures-util", "h2 0.3.24", - "http 0.2.11", + "http 0.2.12", "http-body 0.4.5", "hyper 0.14.28", "hyper-rustls", @@ -2252,7 +2252,7 @@ dependencies = [ "futures", "google-agones-crds", "google-agones-sdk", - "http 0.2.11", + "http 0.2.12", "hyper 0.14.28", "insta", "k8s-openapi", @@ -2642,7 +2642,7 @@ dependencies = [ "bytes", "flate2", "h2 0.3.24", - "http 0.2.11", + "http 0.2.12", "http-body 0.4.5", "hyper 0.14.28", "hyper-timeout", @@ -2691,7 +2691,7 @@ dependencies = [ "bytes", "futures-core", "futures-util", - "http 0.2.11", + "http 0.2.12", "http-body 0.4.5", "http-range-header", "mime", diff --git a/Cargo.toml b/Cargo.toml index 4b005dcc..55e0454d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ const_format = "0.2.32" futures = "0.3.30" futures-core = "0.3.30" hostname = "0.3.1" -http = "0.2.11" +http = "0.2.12" hyper = "0.14.28" insta = { version = "1.36.1", features = ["yaml", "toml", "redactions"] } k8s-openapi = { version = "0.21.1", features = ["latest", "schemars"] }