Skip to content

Commit 29fcd98

Browse files
authored
chore: fix cargo check (#17152)
* chore: fix cargo check * taplo fmt
1 parent 749ca84 commit 29fcd98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ humantime = "2.1.0"
320320
hyper = "1"
321321
hyper-tls = "0.5.0"
322322
hyper-util = { version = "0.1.9", features = ["client", "client-legacy", "tokio", "service"] }
323-
hyper_v014 = { package = "hyper", version = "0.14" }
323+
hyper_v014 = { package = "hyper", version = "0.14", features = ["client", "tcp"] }
324324
iceberg = { version = "0.3.0", git = "https://github.com/Xuanwo/iceberg-rust/", rev = "01d706a1" }
325325
iceberg-catalog-glue = { version = "0.3.0", git = "https://github.com/Xuanwo/iceberg-rust/", rev = "01d706a1" }
326326
iceberg-catalog-hms = { version = "0.3.0", git = "https://github.com/Xuanwo/iceberg-rust/", rev = "01d706a1" }

0 commit comments

Comments
 (0)