From 2388de301ab35fdf1d20c13d91890db6205530cf Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 14 Aug 2019 02:32:22 +0900 Subject: [PATCH] Update proc-macro-hack 0.5.9 --- futures-join-macro/Cargo.toml | 2 +- futures-select-macro/Cargo.toml | 2 +- futures-util/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/futures-join-macro/Cargo.toml b/futures-join-macro/Cargo.toml index 10edfc71c7..caba46922b 100644 --- a/futures-join-macro/Cargo.toml +++ b/futures-join-macro/Cargo.toml @@ -19,6 +19,6 @@ proc-macro = true [dependencies] proc-macro2 = "1.0" -proc-macro-hack = "0.5.3" +proc-macro-hack = "0.5.9" quote = "1.0" syn = { version = "1.0", features = ["full"] } diff --git a/futures-select-macro/Cargo.toml b/futures-select-macro/Cargo.toml index ac4539365b..78ef7c6ab7 100644 --- a/futures-select-macro/Cargo.toml +++ b/futures-select-macro/Cargo.toml @@ -20,6 +20,6 @@ std = [] [dependencies] proc-macro2 = "1.0" -proc-macro-hack = "0.5.3" +proc-macro-hack = "0.5.9" quote = "1.0" syn = { version = "1.0", features = ["full"] } diff --git a/futures-util/Cargo.toml b/futures-util/Cargo.toml index ed6c6e577b..617fcff471 100644 --- a/futures-util/Cargo.toml +++ b/futures-util/Cargo.toml @@ -37,7 +37,7 @@ futures-io-preview = { path = "../futures-io", version = "=0.3.0-alpha.18", defa futures-sink-preview = { path = "../futures-sink", version = "=0.3.0-alpha.18", default-features = false, optional = true } futures-join-macro-preview = { path = "../futures-join-macro", version = "=0.3.0-alpha.18", default-features = false, optional = true } futures-select-macro-preview = { path = "../futures-select-macro", version = "=0.3.0-alpha.18", default-features = false, optional = true } -proc-macro-hack = { version = "0.5", optional = true } +proc-macro-hack = { version = "0.5.9", optional = true } proc-macro-nested = { version = "0.1.2", optional = true } rand = { version = "0.7.0", optional = true } slab = { version = "0.4", optional = true }