From d734bf968173fe5982e02a1512fbe4674d966109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 21:59:13 +0000 Subject: [PATCH] Update hyper requirement from 0.14.4 to 1.3.1 Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version. - [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/v0.14.4...v1.3.1) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ballista/executor/Cargo.toml | 2 +- ballista/scheduler/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ballista/executor/Cargo.toml b/ballista/executor/Cargo.toml index 8849c296b..4f20a3c15 100644 --- a/ballista/executor/Cargo.toml +++ b/ballista/executor/Cargo.toml @@ -48,7 +48,7 @@ dashmap = "5.4.0" datafusion = { workspace = true } datafusion-proto = { workspace = true } futures = "0.3" -hyper = "0.14.4" +hyper = "1.3.1" log = "0.4" mimalloc = { version = "0.1", default-features = false, optional = true } num_cpus = "1.13.0" diff --git a/ballista/scheduler/Cargo.toml b/ballista/scheduler/Cargo.toml index b11b091f5..8865d1930 100644 --- a/ballista/scheduler/Cargo.toml +++ b/ballista/scheduler/Cargo.toml @@ -59,7 +59,7 @@ futures = "0.3" graphviz-rust = "0.8.0" http = "0.2" http-body = "0.4" -hyper = "0.14.4" +hyper = "1.3.1" itertools = "0.12.0" log = "0.4" object_store = { workspace = true }