From 15798bd72b46909c8de282aa24a14ba66af77fab Mon Sep 17 00:00:00 2001 From: Marc-Antoine Perennou Date: Mon, 7 Sep 2020 17:01:29 +0200 Subject: [PATCH] update to smol 1.0 subcrates Signed-off-by: Marc-Antoine Perennou --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5e3ee19e..0c18ff45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,9 +80,9 @@ futures-timer = { version = "3.0.2", optional = true } surf = { version = "1.0.3", optional = true } [target.'cfg(not(target_os = "unknown"))'.dependencies] -async-executor = { version = "0.2.0", optional = true } -async-io = { version = "0.2.1", optional = true } -blocking = { version = "0.6.0", optional = true } +async-executor = { version = "1.0.0", optional = true } +async-io = { version = "1.0.1", optional = true } +blocking = { version = "1.0.0", optional = true } futures-lite = { version = "1.0.0", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies]