diff --git a/Cargo.lock b/Cargo.lock index 77fed499a9f..6e87c1e3738 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -324,7 +324,7 @@ checksum = "ec0a82e56b1843bce483942d54fcadea92e676f1bde162e93c7d3b621fabc4e1" dependencies = [ "alloy-primitives", "alloy-sol-types", - "http 1.4.1", + "http 1.4.2", "serde", "serde_json", "thiserror 2.0.18", @@ -823,7 +823,7 @@ dependencies = [ "alloy-pubsub", "alloy-transport", "futures 0.3.31", - "http 1.4.1", + "http 1.4.2", "rustls", "serde_json", "tokio", @@ -1481,7 +1481,7 @@ dependencies = [ "fnv", "futures-util", "handlebars", - "http 1.4.1", + "http 1.4.2", "indexmap 2.14.0", "mime", "multer", @@ -1719,7 +1719,7 @@ dependencies = [ "bytes", "form_urlencoded", "futures-util", - "http 1.4.1", + "http 1.4.2", "http-body", "http-body-util", "hyper", @@ -1752,7 +1752,7 @@ checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22" dependencies = [ "bytes", "futures-core", - "http 1.4.1", + "http 1.4.2", "http-body", "http-body-util", "mime", @@ -3924,7 +3924,7 @@ dependencies = [ "hex", "hex-literal", "http 0.2.12", - "http 1.4.1", + "http 1.4.2", "http-body-util", "hyper", "hyper-util", @@ -4371,7 +4371,7 @@ dependencies = [ "fnv", "futures-core", "futures-sink", - "http 1.4.1", + "http 1.4.2", "indexmap 2.14.0", "slab", "tokio", @@ -4538,9 +4538,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", @@ -4553,7 +4553,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" dependencies = [ "bytes", - "http 1.4.1", + "http 1.4.2", ] [[package]] @@ -4564,7 +4564,7 @@ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" dependencies = [ "bytes", "futures-core", - "http 1.4.1", + "http 1.4.2", "http-body", "pin-project-lite", ] @@ -4607,7 +4607,7 @@ dependencies = [ "futures-channel", "futures-core", "h2", - "http 1.4.1", + "http 1.4.2", "http-body", "httparse", "httpdate", @@ -4625,7 +4625,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155" dependencies = [ "futures-util", - "http 1.4.1", + "http 1.4.2", "hyper", "hyper-util", "rustls", @@ -4675,7 +4675,7 @@ dependencies = [ "bytes", "futures-channel", "futures-util", - "http 1.4.1", + "http 1.4.2", "http-body", "hyper", "ipnet", @@ -5575,7 +5575,7 @@ dependencies = [ "bytes", "encoding_rs", "futures-util", - "http 1.4.1", + "http 1.4.2", "httparse", "memchr", "mime", @@ -5799,7 +5799,7 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "http 1.4.1", + "http 1.4.2", "http-body-util", "humantime", "hyper", @@ -6964,7 +6964,7 @@ dependencies = [ "futures-core", "futures-util", "h2", - "http 1.4.1", + "http 1.4.2", "http-body", "http-body-util", "hyper", @@ -7009,7 +7009,7 @@ dependencies = [ "base64 0.22.1", "bytes", "futures-core", - "http 1.4.1", + "http 1.4.2", "http-body", "http-body-util", "hyper", @@ -8594,7 +8594,7 @@ dependencies = [ "bytes", "flate2", "h2", - "http 1.4.1", + "http 1.4.2", "http-body", "http-body-util", "hyper", @@ -8701,7 +8701,7 @@ dependencies = [ "bitflags 2.11.1", "bytes", "futures-util", - "http 1.4.1", + "http 1.4.2", "http-body", "pin-project-lite", "tower 0.5.2", @@ -8790,7 +8790,7 @@ checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442" dependencies = [ "bytes", "data-encoding", - "http 1.4.1", + "http 1.4.2", "httparse", "log", "rand 0.9.3", @@ -8809,7 +8809,7 @@ checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8" dependencies = [ "bytes", "data-encoding", - "http 1.4.1", + "http 1.4.2", "httparse", "log", "rand 0.9.3", @@ -10079,7 +10079,7 @@ dependencies = [ "base64 0.22.1", "deadpool 0.12.3", "futures 0.3.31", - "http 1.4.1", + "http 1.4.2", "http-body-util", "hyper", "hyper-util",