From d695ac5cec08135b9cc65f879a287ac73eb292ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 15:19:52 -0600 Subject: [PATCH] chore: bump http from 0.2.6 to 0.2.8 (#26777) * chore: bump http from 0.2.6 to 0.2.8 Bumps [http](https://github.com/hyperium/http) from 0.2.6 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.6...v0.2.8) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 4 ++-- programs/bpf/Cargo.lock | 4 ++-- storage-bigtable/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5880a4c5b..a0176ca98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1978,9 +1978,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.6" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03" +checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" dependencies = [ "bytes", "fnv", diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index c7932267f..fea7fb8b6 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -1725,9 +1725,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.6" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03" +checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" dependencies = [ "bytes", "fnv", diff --git a/storage-bigtable/Cargo.toml b/storage-bigtable/Cargo.toml index 202a46afb..bdcf5f905 100644 --- a/storage-bigtable/Cargo.toml +++ b/storage-bigtable/Cargo.toml @@ -18,7 +18,7 @@ enum-iterator = "0.8.1" flate2 = "1.0.24" futures = "0.3.21" goauth = "0.13.0" -http = "0.2.6" +http = "0.2.8" hyper = "0.14.20" hyper-proxy = "0.9.1" log = "0.4.17"