From 9ff5681e6c0ec3356da0023e9ba5b097ab9acc78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 17:51:55 +0000 Subject: [PATCH] build(deps): bump http from 1.3.1 to 1.4.0 Bumps [http](https://github.com/hyperium/http) from 1.3.1 to 1.4.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.3.1...v1.4.0) --- updated-dependencies: - dependency-name: http dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 47 ++++++++++++++++---------------- graph/src/ipfs/server_address.rs | 2 +- 2 files changed, 24 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f657930078..d691ea010a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -180,7 +180,7 @@ dependencies = [ "futures-timer", "futures-util", "handlebars", - "http 1.3.1", + "http 1.4.0", "indexmap 2.11.4", "mime", "multer", @@ -346,7 +346,7 @@ dependencies = [ "axum-core 0.4.3", "bytes", "futures-util", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.0", "http-body-util", "itoa", @@ -374,7 +374,7 @@ dependencies = [ "bytes", "form_urlencoded", "futures-util", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.0", "http-body-util", "hyper 1.8.1", @@ -408,7 +408,7 @@ dependencies = [ "async-trait", "bytes", "futures-util", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.0", "http-body-util", "mime", @@ -427,7 +427,7 @@ checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22" dependencies = [ "bytes", "futures-core", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.0", "http-body-util", "mime", @@ -2088,7 +2088,7 @@ dependencies = [ "hex", "hex-literal 1.0.0", "http 0.2.12", - "http 1.3.1", + "http 1.4.0", "http-body-util", "humantime", "hyper 1.8.1", @@ -2547,7 +2547,7 @@ dependencies = [ "fnv", "futures-core", "futures-sink", - "http 1.3.1", + "http 1.4.0", "indexmap 2.11.4", "slab", "tokio", @@ -2606,7 +2606,7 @@ dependencies = [ "base64 0.21.7", "bytes", "headers-core", - "http 1.3.1", + "http 1.4.0", "httpdate", "mime", "sha1", @@ -2618,7 +2618,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" dependencies = [ - "http 1.3.1", + "http 1.4.0", ] [[package]] @@ -2697,12 +2697,11 @@ dependencies = [ [[package]] name = "http" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" +checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" dependencies = [ "bytes", - "fnv", "itoa", ] @@ -2724,7 +2723,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" dependencies = [ "bytes", - "http 1.3.1", + "http 1.4.0", ] [[package]] @@ -2735,7 +2734,7 @@ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" dependencies = [ "bytes", "futures-core", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.0", "pin-project-lite", ] @@ -2793,7 +2792,7 @@ dependencies = [ "futures-channel", "futures-core", "h2 0.4.5", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.0", "httparse", "httpdate", @@ -2812,7 +2811,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155" dependencies = [ "futures-util", - "http 1.3.1", + "http 1.4.0", "hyper 1.8.1", "hyper-util", "rustls", @@ -2863,7 +2862,7 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.0", "hyper 1.8.1", "ipnet", @@ -3609,7 +3608,7 @@ dependencies = [ "bytes", "encoding_rs", "futures-util", - "http 1.3.1", + "http 1.4.0", "httparse", "memchr", "mime", @@ -3786,7 +3785,7 @@ dependencies = [ "chrono", "form_urlencoded", "futures 0.3.31", - "http 1.3.1", + "http 1.4.0", "http-body-util", "humantime", "hyper 1.8.1", @@ -4693,7 +4692,7 @@ dependencies = [ "futures-core", "futures-util", "h2 0.4.5", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.0", "http-body-util", "hyper 1.8.1", @@ -6122,7 +6121,7 @@ dependencies = [ "bytes", "flate2", "h2 0.4.5", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.0", "http-body-util", "hyper 1.8.1", @@ -6221,7 +6220,7 @@ dependencies = [ "bitflags 2.9.0", "bytes", "futures-util", - "http 1.3.1", + "http 1.4.0", "http-body 1.0.0", "iri-string", "pin-project-lite", @@ -6338,7 +6337,7 @@ checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442" dependencies = [ "bytes", "data-encoding", - "http 1.3.1", + "http 1.4.0", "httparse", "log", "rand 0.9.2", @@ -7440,7 +7439,7 @@ dependencies = [ "base64 0.22.1", "deadpool", "futures 0.3.31", - "http 1.3.1", + "http 1.4.0", "http-body-util", "hyper 1.8.1", "hyper-util", diff --git a/graph/src/ipfs/server_address.rs b/graph/src/ipfs/server_address.rs index c7c8bc109f6..556997406ef 100644 --- a/graph/src/ipfs/server_address.rs +++ b/graph/src/ipfs/server_address.rs @@ -119,7 +119,7 @@ mod tests { assert_eq!( err.to_string(), - "'https://' is not a valid IPFS server address: invalid format", + "'https://' is not a valid IPFS server address: empty string", ); }