From 501d0dd21adf7192ce8852b3840abe680707b693 Mon Sep 17 00:00:00 2001 From: Stephen Carman Date: Sat, 7 Dec 2024 10:23:26 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: R. Tyler Croy --- crates/core/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index c24df39de1..b24f648b9f 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -81,7 +81,6 @@ dashmap = "6" errno = "0.3" either = "1.8" fix-hidden-lifetime-bug = "0.2" -#hyper = { version = "0.14", optional = true } indexmap = "2.2.1" itertools = "0.13" lazy_static = "1" @@ -112,7 +111,6 @@ ctor = "0" deltalake-test = { path = "../test", features = ["datafusion"] } dotenvy = "0" fs_extra = "1.2.0" -#hyper = { version = "0.14", features = ["server"] } maplit = "1" pretty_assertions = "1.2.1" pretty_env_logger = "0.5.0"