From ba5e159f76a228e1c32fe47db6b316ce4f4362cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jun 2022 08:35:57 +0000 Subject: [PATCH] Bump http from 0.2.7 to 0.2.8 Bumps [http](https://github.com/hyperium/http) from 0.2.7 to 0.2.8. - [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.7...v0.2.8) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- relayer/Cargo.toml | 2 +- tools/test-framework/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a308af3a6f..58dcfbaa66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1341,9 +1341,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb" +checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" dependencies = [ "bytes", "fnv", diff --git a/relayer/Cargo.toml b/relayer/Cargo.toml index e779e175b5..052b0770e7 100644 --- a/relayer/Cargo.toml +++ b/relayer/Cargo.toml @@ -53,7 +53,7 @@ itertools = "0.10.3" dirs-next = "2.0.0" retry = { version = "1.3.1", default-features = false } async-stream = "0.3.3" -http = "0.2.6" +http = "0.2.8" flex-error = { version = "0.4.4", default-features = false } signature = "1.4.0" anyhow = "1.0" diff --git a/tools/test-framework/Cargo.toml b/tools/test-framework/Cargo.toml index 896fa29487..96a23e5914 100644 --- a/tools/test-framework/Cargo.toml +++ b/tools/test-framework/Cargo.toml @@ -22,7 +22,7 @@ tendermint = { version = "=0.23.7" } tendermint-rpc = { version = "=0.23.7", features = ["http-client", "websocket-client"] } async-trait = "0.1.56" -http = "0.2.6" +http = "0.2.8" tokio = { version = "1.0", features = ["full"] } tracing = "0.1.34" tracing-subscriber = "0.3.11"