Skip to content

Commit 5a38fff

Browse files
chore(deps): remove usage of reqwest hickory dns feature (#860)
Fix #841 Apply suggestion from #841 (comment)
1 parent a455829 commit 5a38fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testcontainers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ aws-lc-rs = ["bollard/aws-lc-rs", "russh?/aws-lc-rs"]
5454
ssl = ["bollard/ssl_providerless"]
5555
blocking = []
5656
watchdog = ["signal-hook", "conquer-once"]
57-
http_wait = ["http_wait_plain", "reqwest/rustls-tls", "reqwest/rustls-tls-native-roots", "reqwest/hickory-dns"]
57+
http_wait = ["http_wait_plain", "reqwest/rustls-tls", "reqwest/rustls-tls-native-roots"]
5858
http_wait_plain = ["reqwest"]
5959
properties-config = ["serde-java-properties"]
6060
reusable-containers = []

0 commit comments

Comments
 (0)