From 13fd0b12ec4d1cf43eec656586f319e3915668e1 Mon Sep 17 00:00:00 2001 From: Ohad Ravid Date: Mon, 1 Nov 2021 08:54:29 +0200 Subject: [PATCH] Bump version and async deps --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e3f5bab..a79f7d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wmi" -version = "0.9.1" +version = "0.9.2" authors = ["Ohad Ravid "] edition = "2018" license = "MIT OR Apache-2.0" @@ -29,8 +29,8 @@ serde = { version = "1.0", features = ["derive"] } chrono = { version = "0.4", features = ["serde"] } lazy_static = { version = "1.4.0", optional = true } thiserror = "^1" -async-channel = {version = "1.5.1", optional = true} -async-std = { version = "1.8.0", features = ["attributes"], optional = true } +async-channel = {version = "1.6", optional = true} +async-std = { version = "1.10", features = ["attributes"], optional = true } futures = { version = "0.3", optional = true} com = { version = "0.6", features = ["production"], optional = true }