From 1896ac0f42cbcfc4f4a0b28edf731fb28c7ea8f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 06:25:17 +0000 Subject: [PATCH] chore(deps): bump http from 1.4.2 to 1.5.0 Bumps [http](https://github.com/hyperium/http) from 1.4.2 to 1.5.0. - [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.2...v1.5.0) --- updated-dependencies: - dependency-name: http dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 72 +++++++++++++++++++++++++++--------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed50d93..41695ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -492,7 +492,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "16e2cdb6d5ed835199484bb92bb8b3edd526effe995c61732580439c1a67e2e9" dependencies = [ "base64 0.22.1", - "http 1.4.2", + "http 1.5.0", "log", "url", ] @@ -537,7 +537,7 @@ dependencies = [ "bytes", "form_urlencoded", "futures-util", - "http 1.4.2", + "http 1.5.0", "http-body", "http-body-util", "hyper", @@ -567,7 +567,7 @@ checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22" dependencies = [ "bytes", "futures-core", - "http 1.4.2", + "http 1.5.0", "http-body", "http-body-util", "mime", @@ -1173,7 +1173,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1678b3295890df5895480a7c080430e73df2b7101f1763f62a3b32dd532f1d37" dependencies = [ "chrono", - "http 1.4.2", + "http 1.5.0", "reqwest 0.12.28", "serde", "serde_json", @@ -2634,7 +2634,7 @@ dependencies = [ "futures", "getrandom 0.4.3", "hex", - "http 1.4.2", + "http 1.5.0", "js-sys", "mockall", "opentelemetry", @@ -2842,7 +2842,7 @@ dependencies = [ "futures", "gate-core", "getrandom 0.4.3", - "http 1.4.2", + "http 1.5.0", "http-body-util", "hyper", "hyper-util", @@ -2914,7 +2914,7 @@ dependencies = [ "gate-p2p", "gate-tlsforward", "hex", - "http 1.4.2", + "http 1.5.0", "http-body-util", "hyper", "hyper-util", @@ -3415,7 +3415,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c06f627b1a58ca3d42b45d6104bf1e1a03799df472df00988b6ba21accc10580" dependencies = [ "gloo-utils", - "http 1.4.2", + "http 1.5.0", "js-sys", "serde", "serde_json", @@ -3580,7 +3580,7 @@ dependencies = [ "fnv", "futures-core", "futures-sink", - "http 1.4.2", + "http 1.5.0", "indexmap 2.12.0", "slab", "tokio", @@ -3700,7 +3700,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "629d8f3bbeda9d148036d6b0de0a3ab947abd08ce90626327fc3547a49d59d97" dependencies = [ "dirs", - "http 1.4.2", + "http 1.5.0", "indicatif", "libc", "log", @@ -3727,7 +3727,7 @@ dependencies = [ "futures-io", "futures-util", "h2", - "http 1.4.2", + "http 1.5.0", "idna 1.1.0", "ipnet", "once_cell", @@ -3815,9 +3815,9 @@ dependencies = [ [[package]] name = "http" -version = "1.4.2" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" +checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0" dependencies = [ "bytes", "itoa", @@ -3830,7 +3830,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ "bytes", - "http 1.4.2", + "http 1.5.0", ] [[package]] @@ -3841,7 +3841,7 @@ checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2" dependencies = [ "bytes", "futures-core", - "http 1.4.2", + "http 1.5.0", "http-body", "pin-project-lite", ] @@ -3885,7 +3885,7 @@ dependencies = [ "futures-channel", "futures-core", "h2", - "http 1.4.2", + "http 1.5.0", "http-body", "httparse", "httpdate", @@ -3902,7 +3902,7 @@ version = "0.27.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" dependencies = [ - "http 1.4.2", + "http 1.5.0", "hyper", "hyper-util", "rustls", @@ -3941,7 +3941,7 @@ dependencies = [ "bytes", "futures-channel", "futures-util", - "http 1.4.2", + "http 1.5.0", "http-body", "hyper", "ipnet", @@ -4123,7 +4123,7 @@ dependencies = [ "attohttpc", "bytes", "futures", - "http 1.4.2", + "http 1.5.0", "http-body-util", "hyper", "hyper-util", @@ -4229,7 +4229,7 @@ dependencies = [ "async-trait", "base64 0.22.1", "bytes", - "http 1.4.2", + "http 1.5.0", "http-body", "http-body-util", "httpdate", @@ -4281,7 +4281,7 @@ dependencies = [ "futures-util", "getrandom 0.3.4", "hickory-resolver", - "http 1.4.2", + "http 1.5.0", "igd-next", "instant", "iroh-base", @@ -4432,7 +4432,7 @@ dependencies = [ "derive_more", "getrandom 0.3.4", "hickory-resolver", - "http 1.4.2", + "http 1.5.0", "http-body-util", "hyper", "hyper-util", @@ -5794,7 +5794,7 @@ checksum = "5683015d09e2df236ef005b17f6f196f0d5f6313c4fa43a7b6a53b52776e4331" dependencies = [ "async-trait", "bytes", - "http 1.4.2", + "http 1.5.0", "opentelemetry", "reqwest 0.13.1", ] @@ -5805,7 +5805,7 @@ version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9966929966d17620d7c316c643ba62631826e10021409357772d5eea84f62c35" dependencies = [ - "http 1.4.2", + "http 1.5.0", "opentelemetry", "opentelemetry-http", "opentelemetry-proto", @@ -6813,7 +6813,7 @@ dependencies = [ "futures-core", "futures-util", "h2", - "http 1.4.2", + "http 1.5.0", "http-body", "http-body-util", "hyper", @@ -6860,7 +6860,7 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "http 1.4.2", + "http 1.5.0", "http-body", "http-body-util", "hyper", @@ -8379,7 +8379,7 @@ dependencies = [ "glob", "gtk", "heck 0.5.0", - "http 1.4.2", + "http 1.5.0", "jni", "libc", "log", @@ -8524,7 +8524,7 @@ dependencies = [ "cookie", "dpi", "gtk", - "http 1.4.2", + "http 1.5.0", "jni", "objc2 0.6.4", "objc2-ui-kit", @@ -8547,7 +8547,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e6fac707727b7a2f48e4ded90976324267371073edbb415ffb73bb0458d203f" dependencies = [ "gtk", - "http 1.4.2", + "http 1.5.0", "jni", "log", "objc2 0.6.4", @@ -8579,7 +8579,7 @@ dependencies = [ "dom_query", "dunce", "glob", - "http 1.4.2", + "http 1.5.0", "infer", "json-patch", "log", @@ -8911,7 +8911,7 @@ dependencies = [ "futures-core", "futures-sink", "getrandom 0.3.4", - "http 1.4.2", + "http 1.5.0", "httparse", "rand 0.9.5", "ring", @@ -9060,7 +9060,7 @@ dependencies = [ "bytes", "futures-core", "futures-util", - "http 1.4.2", + "http 1.5.0", "http-body", "http-body-util", "pin-project-lite", @@ -9082,7 +9082,7 @@ dependencies = [ "bytes", "futures-core", "futures-util", - "http 1.4.2", + "http 1.5.0", "http-body", "http-body-util", "http-range-header", @@ -10580,7 +10580,7 @@ dependencies = [ "base64 0.22.1", "deadpool 0.12.3", "futures", - "http 1.4.2", + "http 1.5.0", "http-body-util", "hyper", "hyper-util", @@ -10625,7 +10625,7 @@ dependencies = [ "chrono", "futures-channel", "futures-util", - "http 1.4.2", + "http 1.5.0", "http-body", "js-sys", "matchit 0.7.3", @@ -10710,7 +10710,7 @@ dependencies = [ "dunce", "gdkx11", "gtk", - "http 1.4.2", + "http 1.5.0", "javascriptcore-rs", "jni", "libc",