From e94e7486d1aefb0fe870db147ac33501202853a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 07:53:02 +0000 Subject: [PATCH] chore(deps): update hyper requirement from 0.14 to 1.5 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.0...v1.5.1) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/core/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 6b31bed778..977d746e2d 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -81,7 +81,7 @@ dashmap = "6" errno = "0.3" either = "1.8" fix-hidden-lifetime-bug = "0.2" -hyper = { version = "0.14", optional = true } +hyper = { version = "1.5", optional = true } indexmap = "2.2.1" itertools = "0.13" lazy_static = "1" @@ -111,7 +111,7 @@ ctor = "0" deltalake-test = { path = "../test", features = ["datafusion"] } dotenvy = "0" fs_extra = "1.2.0" -hyper = { version = "0.14", features = ["server"] } +hyper = { version = "1.5", features = ["server"] } maplit = "1" pretty_assertions = "1.2.1" pretty_env_logger = "0.5.0"