diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-10-10 11:27:09 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-10 12:19:08 -0400 |
commit | 930df1848af5dc6a6979fb8cc44ed2ad2ff23298 (patch) | |
tree | 6de0eff43b9aa57807454f1e07afd43c8e049e51 /build_extra | |
parent | d26792d926429c3df8906d70da1a5f631fafe50a (diff) |
Upgrade hyper-rustls
This removes tokio-core, which was deprecated.
Diffstat (limited to 'build_extra')
-rw-r--r-- | build_extra/rust/BUILD.gn | 21 |
1 files changed, 2 insertions, 19 deletions
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", |