From e96f002e8c57acdfcb85980e8141fc307574a3bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Nov 2022 22:13:41 +0000 Subject: [PATCH] build(deps): bump hyper from 0.14.16 to 0.14.22 Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.16 to 0.14.22. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.22/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.16...v0.14.22) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- src/ccsr/Cargo.toml | 2 +- src/materialized/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d50677bf67806..8e160351b82d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2125,9 +2125,9 @@ dependencies = [ [[package]] name = "httparse" -version = "1.5.1" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503" +checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" [[package]] name = "httpdate" @@ -2149,9 +2149,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.16" +version = "0.14.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7ec3e62bdc98a2f0393a5048e4c30ef659440ea6e0e572965103e72bd836f55" +checksum = "abfba89e19b959ca163c7752ba59d737c1ceea53a5d31a149c805446fc958064" dependencies = [ "bytes", "futures-channel", @@ -2162,7 +2162,7 @@ dependencies = [ "http-body", "httparse", "httpdate", - "itoa 0.4.6", + "itoa 1.0.1", "pin-project-lite", "socket2", "tokio", diff --git a/src/ccsr/Cargo.toml b/src/ccsr/Cargo.toml index b27f24ea9aef5..7ef755ff165e3 100644 --- a/src/ccsr/Cargo.toml +++ b/src/ccsr/Cargo.toml @@ -18,7 +18,7 @@ serde = { version = "1.0.136", features = ["derive"] } url = { version = "2.2.2", features = ["serde"] } [dev-dependencies] -hyper = { version = "0.14.16", features = ["server"] } +hyper = { version = "0.14.22", features = ["server"] } lazy_static = "1.4.0" serde_json = "1.0.78" tokio = { version = "1.16.1", features = ["macros"] } diff --git a/src/materialized/Cargo.toml b/src/materialized/Cargo.toml index 75e090ad9f9c1..d82649baf41a3 100644 --- a/src/materialized/Cargo.toml +++ b/src/materialized/Cargo.toml @@ -48,7 +48,7 @@ differential-dataflow = { git = "https://github.com/TimelyDataflow/differential- fail = { version = "0.5.0", features = ["failpoints"] } futures = "0.3.21" hex = "0.4.3" -hyper = { version = "0.14.16", features = ["http1", "server"] } +hyper = { version = "0.14.22", features = ["http1", "server"] } hyper-openssl = "0.9.1" include_dir = "0.7.2" itertools = "0.10.3"