From d19c74ccd42763ed7bff65156941090eb510f2f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 08:19:39 +0000 Subject: [PATCH] Bump http from 0.2.3 to 0.2.4 in /node Bumps [http](https://github.com/hyperium/http) from 0.2.3 to 0.2.4. - [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/v0.2.3...v0.2.4) Signed-off-by: dependabot[bot] --- node/Cargo.lock | 14 +++++++------- node/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/node/Cargo.lock b/node/Cargo.lock index 0b8e74bd7..10067e315 100644 --- a/node/Cargo.lock +++ b/node/Cargo.lock @@ -1110,7 +1110,7 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "http 0.2.3", + "http 0.2.4", "indexmap", "slab 0.4.2", "tokio 0.2.24", @@ -1230,9 +1230,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747" +checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11" dependencies = [ "bytes 1.0.0", "fnv", @@ -1258,7 +1258,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" dependencies = [ "bytes 0.5.6", - "http 0.2.3", + "http 0.2.4", ] [[package]] @@ -1333,7 +1333,7 @@ dependencies = [ "futures-core", "futures-util", "h2 0.2.7", - "http 0.2.3", + "http 0.2.4", "http-body 0.3.1", "httparse", "httpdate", @@ -1939,7 +1939,7 @@ dependencies = [ "flexi_logger", "futures", "heck", - "http 0.2.3", + "http 0.2.4", "indoc", "itertools", "jsonrpc-core", @@ -2692,7 +2692,7 @@ dependencies = [ "encoding_rs", "futures-core", "futures-util", - "http 0.2.3", + "http 0.2.4", "http-body 0.3.1", "hyper 0.13.9", "hyper-tls 0.4.3", diff --git a/node/Cargo.toml b/node/Cargo.toml index de04a87bc..a78b9788c 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -26,7 +26,7 @@ fdlimit = "0.1.1" flexi_logger = { version = "0.14.1", features = [ "ziplogs" ] } futures = "0.1.28" heck = "0.3.2" -http = "0.2.3" +http = "0.2.4" indoc = "0.3.4" itertools = "0.10.0" lazy_static = "1.4.0"