Skip to content

Commit 587ad9d

Browse files
committed
Remove some unused dependencies
1 parent 3c31f13 commit 587ad9d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ repository = "https://github.com/ctz/hyper-rustls"
1212
bytes = "0.4"
1313
ct-logs = "0.5"
1414
futures = "0.1.21"
15-
http = "0.1"
1615
hyper = "0.12.14"
1716
rustls = "0.15"
1817
tokio-io = "0.1.1"
1918
tokio-rustls = "0.9"
20-
tokio-tcp = "0.1"
2119
webpki = "0.19.0"
2220
webpki-roots = "0.16"
2321

2422
[dev-dependencies]
2523
tokio = "0.1"
24+
tokio-tcp = "0.1"

src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@
2626
extern crate bytes;
2727
extern crate ct_logs;
2828
extern crate futures;
29-
extern crate http;
3029
extern crate hyper;
3130
extern crate rustls;
3231
extern crate tokio_io;
3332
extern crate tokio_rustls;
34-
extern crate tokio_tcp;
3533
extern crate webpki;
3634
extern crate webpki_roots;
3735

0 commit comments

Comments
 (0)