From a2a2a632b24d3fa1ec04e08556a58eeeee39f890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 14:20:15 +0000 Subject: [PATCH] Bump hyper from 1.0.0-rc.3 to 1.0.0-rc.4 Bumps [hyper](https://github.com/hyperium/hyper) from 1.0.0-rc.3 to 1.0.0-rc.4. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v1.0.0-rc.3...v1.0.0-rc.4) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- crates/quickjs-wasm-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49b8b200..20794292 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1240,13 +1240,12 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "1.0.0-rc.3" +version = "1.0.0-rc.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b75264b2003a3913f118d35c586e535293b3e22e41f074930762929d071e092" +checksum = "d280a71f348bcc670fc55b02b63c53a04ac0bf2daff2980795aeaf53edae10e6" dependencies = [ "bytes", "futures-channel", - "futures-core", "futures-util", "http", "http-body", diff --git a/crates/quickjs-wasm-sys/Cargo.toml b/crates/quickjs-wasm-sys/Cargo.toml index d2b76104..1b35e352 100644 --- a/crates/quickjs-wasm-sys/Cargo.toml +++ b/crates/quickjs-wasm-sys/Cargo.toml @@ -18,7 +18,7 @@ anyhow.workspace = true # The dependencies below are pinned so they map exactly to the exemptions # we copied from the wasmtime team to our supply-chain config tokio = { version = "=1.33.0", default-features = false, features = ["rt", "macros", "net"] } -hyper = { version = "=1.0.0-rc.3", features = ["client", "http1"], default-features = false } +hyper = { version = "=1.0.0-rc.4", features = ["client", "http1"], default-features = false } bytes = "=1.5.0" futures-task = "=0.3.29" futures-util = { version = "=0.3.27", default-features = false }