From e04e332900ee8c41c38609fdd802e638b6e5eb98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 23:41:24 +0000 Subject: [PATCH] build(deps): Bump http from 0.2.11 to 0.2.12 (#2804) Bumps [http](https://github.com/hyperium/http) from 0.2.11 to 0.2.12. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/v0.2.12/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.11...v0.2.12) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- aggregator/Cargo.toml | 2 +- aggregator_core/Cargo.toml | 2 +- client/Cargo.toml | 2 +- core/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06dae2ed5..f31560d2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1835,9 +1835,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" +checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" dependencies = [ "bytes", "fnv", diff --git a/aggregator/Cargo.toml b/aggregator/Cargo.toml index 0e23dd7cb..3d0431a9e 100644 --- a/aggregator/Cargo.toml +++ b/aggregator/Cargo.toml @@ -52,7 +52,7 @@ fixed = { version = "1.26", optional = true } futures = "0.3.30" git-version = "0.3.9" hex = { version = "0.4.3", features = ["serde"], optional = true } -http = "0.2.11" +http = "0.2.12" http-api-problem = "0.57.0" itertools.workspace = true janus_aggregator_api.workspace = true diff --git a/aggregator_core/Cargo.toml b/aggregator_core/Cargo.toml index f58742733..6826a37f3 100644 --- a/aggregator_core/Cargo.toml +++ b/aggregator_core/Cargo.toml @@ -24,7 +24,7 @@ deadpool-postgres = "0.12.1" derivative.workspace = true futures = "0.3.30" hex = { version = "0.4.3", features = ["serde"], optional = true } -http = "0.2.11" +http = "0.2.12" http-api-problem = "0.57.0" janus_core.workspace = true janus_messages.workspace = true diff --git a/client/Cargo.toml b/client/Cargo.toml index 284b7c0b3..0f134b3c2 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -12,7 +12,7 @@ version.workspace = true [dependencies] backoff = { version = "0.4.0", features = ["tokio"] } derivative.workspace = true -http = "0.2.11" +http = "0.2.12" itertools.workspace = true janus_core.workspace = true janus_messages.workspace = true diff --git a/core/Cargo.toml b/core/Cargo.toml index eedc57d43..d3128e50a 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -42,7 +42,7 @@ fixed = { version = "1.26", optional = true } futures = "0.3.30" hex = "0.4" hpke-dispatch = { version = "0.5.1", features = ["serde"] } -http = "0.2.11" +http = "0.2.12" http-api-problem = "0.57.0" janus_messages.workspace = true kube = { workspace = true, optional = true, features = ["rustls-tls"] }