Skip to content

Commit 104bfbb

Browse files
authored
Merge pull request #100 from erickt/no-required-tokio-rt
don't depend on hyper/tcp feature by default
2 parents 5dec3f9 + 0f432b3 commit 104bfbb

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
@@ -13,7 +13,7 @@ repository = "https://github.com/ctz/hyper-rustls"
1313
bytes = "0.5.2"
1414
ct-logs = { version = "^0.6.0", optional = true }
1515
futures-util = "0.3.1"
16-
hyper = { version = "0.13.0", default-features = false, features = ["tcp"] }
16+
hyper = { version = "0.13.0", default-features = false }
1717
rustls = "0.16"
1818
tokio = "0.2.4"
1919
tokio-rustls = "0.12.1"

0 commit comments

Comments
 (0)