From a3b778486a443a33ed0b68bd7f3e9d231ea61cff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 14:54:13 +0000 Subject: [PATCH] Update http requirement from 0.2 to 1.0 Updates the requirements on [http](https://github.com/hyperium/http) to permit the latest version. - [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.0...v1.0.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ballista/scheduler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballista/scheduler/Cargo.toml b/ballista/scheduler/Cargo.toml index 1b0c1866d..bef222cb0 100644 --- a/ballista/scheduler/Cargo.toml +++ b/ballista/scheduler/Cargo.toml @@ -56,7 +56,7 @@ etcd-client = { version = "0.12", optional = true } flatbuffers = { version = "23.5.26" } futures = "0.3" graphviz-rust = "0.6.1" -http = "0.2" +http = "1.0" http-body = "0.4" hyper = "0.14.4" itertools = "0.12.0"