From 930df1848af5dc6a6979fb8cc44ed2ad2ff23298 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 10 Oct 2018 11:27:09 -0400 Subject: Upgrade hyper-rustls This removes tokio-core, which was deprecated. --- build_extra/rust/BUILD.gn | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) (limited to 'build_extra/rust') diff --git a/build_extra/rust/BUILD.gn b/build_extra/rust/BUILD.gn index fffe76e86..93c370c41 100644 --- a/build_extra/rust/BUILD.gn +++ b/build_extra/rust/BUILD.gn @@ -426,23 +426,6 @@ rust_crate("hyper") { ] } -rust_crate("tokio_core") { - source_root = "$registry_github/tokio-core-0.1.17/src/lib.rs" - extern = [ - ":mio", - ":futures", - ":tokio", - ":tokio_executor", - ":tokio_reactor", - ":tokio_timer", - ":tokio_io", - ":log", - ":iovec", - ":bytes", - ":scoped_tls", - ] -} - rust_crate("h2") { source_root = "$registry_github/h2-0.1.12/src/lib.rs" extern = [ @@ -659,14 +642,14 @@ rust_crate("tokio_current_thread") { } rust_crate("hyper_rustls") { - source_root = "$registry_github/hyper-rustls-0.14.0/src/lib.rs" + source_root = + "$crates/git/checkouts/hyper-rustls-d4ca51501db57c63/2c536d5/src/lib.rs" extern = [ ":ct_logs", ":futures", ":http", ":hyper", ":rustls", - ":tokio_core", ":tokio_io", ":tokio_rustls", ":tokio_tcp", -- cgit v1.2.3