From aee04ecc6705d86d5371bbb54b2dc43bbec0773c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 4 Dec 2021 20:40:26 -0500 Subject: use futures-lite instead of futures --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d0a8022..48e8b7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,8 @@ keywords = ["ttyrec"] categories = ["parser-implementations"] [dependencies] -futures = { version = "0.3.18", optional = true } +futures-lite = { version = "1.12.0", optional = true } [features] default = ["async"] -async = ["futures"] +async = ["futures-lite"] -- cgit v1.2.3-54-g00ecf