From 701fe284cccf427da7bea50cf2f24f73ec061a33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 07:17:34 +0000 Subject: [PATCH] Bump http from 0.2.3 to 0.2.7 in /node Bumps [http](https://github.com/hyperium/http) from 0.2.3 to 0.2.7. - [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.7) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- node/Cargo.lock | 34 +++++++++++++++++++++------------- node/Cargo.toml | 2 +- 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/node/Cargo.lock b/node/Cargo.lock index 0b8e74bd7..bbafdb892 100644 --- a/node/Cargo.lock +++ b/node/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "actix" version = "0.7.9" @@ -1110,7 +1112,7 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "http 0.2.3", + "http 0.2.7", "indexmap", "slab 0.4.2", "tokio 0.2.24", @@ -1225,18 +1227,18 @@ checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0" dependencies = [ "bytes 0.4.12", "fnv", - "itoa", + "itoa 0.4.6", ] [[package]] name = "http" -version = "0.2.3" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747" +checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb" dependencies = [ "bytes 1.0.0", "fnv", - "itoa", + "itoa 1.0.1", ] [[package]] @@ -1258,7 +1260,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.7", ] [[package]] @@ -1306,7 +1308,7 @@ dependencies = [ "http-body 0.1.0", "httparse", "iovec", - "itoa", + "itoa 0.4.6", "log 0.4.13", "net2", "rustc_version", @@ -1333,11 +1335,11 @@ dependencies = [ "futures-core", "futures-util", "h2 0.2.7", - "http 0.2.3", + "http 0.2.7", "http-body 0.3.1", "httparse", "httpdate", - "itoa", + "itoa 0.4.6", "pin-project 1.0.2", "socket2", "tokio 0.2.24", @@ -1536,6 +1538,12 @@ version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6" +[[package]] +name = "itoa" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" + [[package]] name = "js-sys" version = "0.3.46" @@ -1939,7 +1947,7 @@ dependencies = [ "flexi_logger", "futures", "heck", - "http 0.2.3", + "http 0.2.7", "indoc", "itertools", "jsonrpc-core", @@ -2692,7 +2700,7 @@ dependencies = [ "encoding_rs", "futures-core", "futures-util", - "http 0.2.3", + "http 0.2.7", "http-body 0.3.1", "hyper 0.13.9", "hyper-tls 0.4.3", @@ -2960,7 +2968,7 @@ version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a" dependencies = [ - "itoa", + "itoa 0.4.6", "ryu", "serde", ] @@ -2972,7 +2980,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97" dependencies = [ "dtoa", - "itoa", + "itoa 0.4.6", "serde", "url 2.1.1", ] diff --git a/node/Cargo.toml b/node/Cargo.toml index de04a87bc..e3746cf13 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.7" indoc = "0.3.4" itertools = "0.10.0" lazy_static = "1.4.0"