From b86bb9117d0af4c37e159b2e8d4dc7b45097dd86 Mon Sep 17 00:00:00 2001 From: Collin Brittain Date: Thu, 20 Jul 2023 14:20:17 -0500 Subject: [PATCH] Update http crate dependency --- orchestrator/Cargo.lock | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/orchestrator/Cargo.lock b/orchestrator/Cargo.lock index e9382e7ba..d267cf405 100644 --- a/orchestrator/Cargo.lock +++ b/orchestrator/Cargo.lock @@ -170,7 +170,7 @@ dependencies = [ "http", "httparse", "indexmap", - "itoa", + "itoa 0.4.7", "language-tags 0.2.2", "lazy_static", "log", @@ -211,7 +211,7 @@ dependencies = [ "h2 0.3.3", "http", "httparse", - "itoa", + "itoa 0.4.7", "language-tags 0.3.2", "local-channel", "log", @@ -700,7 +700,7 @@ dependencies = [ "cfg-if 1.0.0", "derive_more", "futures-core", - "itoa", + "itoa 0.4.7", "log", "mime", "openssl", @@ -2558,13 +2558,13 @@ dependencies = [ [[package]] name = "http" -version = "0.2.4" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11" +checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" dependencies = [ "bytes 1.1.0", "fnv", - "itoa", + "itoa 1.0.9", ] [[package]] @@ -2611,7 +2611,7 @@ dependencies = [ "http-body", "httparse", "httpdate", - "itoa", + "itoa 0.4.7", "pin-project-lite 0.2.6", "socket2 0.4.9", "tokio 1.28.0", @@ -2771,6 +2771,12 @@ version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" +[[package]] +name = "itoa" +version = "1.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" + [[package]] name = "jobserver" version = "0.1.22" @@ -4388,7 +4394,7 @@ version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e466864e431129c7e0d3476b92f20458e5879919a0596c6472738d9fa2d342f8" dependencies = [ - "itoa", + "itoa 0.4.7", "ryu", "serde", ] @@ -4400,7 +4406,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9" dependencies = [ "form_urlencoded", - "itoa", + "itoa 0.4.7", "ryu", "serde", ]