From 8aa12341c9ded8186a5e6bf25602590ac725550d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 21:04:15 +0000 Subject: [PATCH] build(deps): bump http from 1.4.1 to 1.4.2 Bumps [http](https://github.com/hyperium/http) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: http dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b5ed34..4dfb6ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -208,7 +208,7 @@ dependencies = [ "bytes", "form_urlencoded", "futures-util", - "http 1.4.1", + "http 1.4.2", "http-body 1.0.1", "http-body-util", "hyper 1.9.0", @@ -239,7 +239,7 @@ checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" dependencies = [ "bytes", "futures-core", - "http 1.4.1", + "http 1.4.2", "http-body 1.0.1", "http-body-util", "mime", @@ -355,7 +355,7 @@ dependencies = [ "clap_complete", "comfy-table", "futures", - "http 1.4.1", + "http 1.4.2", "http-serde", "humansize", "humantime", @@ -379,7 +379,7 @@ version = "0.3.10" dependencies = [ "bytes", "directories", - "http 1.4.1", + "http 1.4.2", "mime", "semver", "serde", @@ -393,7 +393,7 @@ name = "caracal-cli" version = "0.3.10" dependencies = [ "caracal-base", - "http 1.4.1", + "http 1.4.2", "serde", "serde_with", "snafu 0.9.1", @@ -415,7 +415,7 @@ dependencies = [ "clap", "clap_complete", "futures", - "http 1.4.1", + "http 1.4.2", "http-serde", "resolve-path", "serde", @@ -437,7 +437,7 @@ dependencies = [ "bytes", "caracal-base", "futures", - "http 1.4.1", + "http 1.4.2", "mailparse", "opendal", "reqwest", @@ -456,7 +456,7 @@ version = "0.3.10" dependencies = [ "caracal-base", "caracal-proto", - "http 1.4.1", + "http 1.4.2", "hyper-util", "prost-types", "semver", @@ -506,7 +506,7 @@ dependencies = [ "caracal-metrics", "caracal-proto", "futures", - "http 1.4.1", + "http 1.4.2", "prometheus", "semver", "serde", @@ -536,7 +536,7 @@ dependencies = [ "clap_complete", "crossterm", "futures", - "http 1.4.1", + "http 1.4.2", "http-serde", "humansize", "humantime", @@ -1455,7 +1455,7 @@ dependencies = [ "fnv", "futures-core", "futures-sink", - "http 1.4.1", + "http 1.4.2", "indexmap 2.14.0", "slab", "tokio", @@ -1549,9 +1549,9 @@ dependencies = [ [[package]] name = "http" -version = "1.4.1" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8be7462df143984c4598a256ef469b251d7d7f9e271135073e78fc535414f3d0" +checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" dependencies = [ "bytes", "itoa", @@ -1575,7 +1575,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ "bytes", - "http 1.4.1", + "http 1.4.2", ] [[package]] @@ -1586,7 +1586,7 @@ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" dependencies = [ "bytes", "futures-core", - "http 1.4.1", + "http 1.4.2", "http-body 1.0.1", "pin-project-lite", ] @@ -1597,7 +1597,7 @@ version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f056c8559e3757392c8d091e796416e4649d8e49e88b8d76df6c002f05027fd" dependencies = [ - "http 1.4.1", + "http 1.4.2", "serde", ] @@ -1663,7 +1663,7 @@ dependencies = [ "futures-channel", "futures-core", "h2 0.4.13", - "http 1.4.1", + "http 1.4.2", "http-body 1.0.1", "httparse", "httpdate", @@ -1710,7 +1710,7 @@ dependencies = [ "bytes", "futures-channel", "futures-util", - "http 1.4.1", + "http 1.4.2", "http-body 1.0.1", "hyper 1.9.0", "libc", @@ -4194,7 +4194,7 @@ dependencies = [ "bytes", "flate2", "h2 0.4.13", - "http 1.4.1", + "http 1.4.2", "http-body 1.0.1", "http-body-util", "hyper 1.9.0", @@ -4278,7 +4278,7 @@ checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" dependencies = [ "bitflags 2.12.1", "bytes", - "http 1.4.1", + "http 1.4.2", "http-body 1.0.1", "pin-project-lite", "tower-layer",