From 57a9e97dcab66c9f13331280335841b3d098b0b5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 11 Nov 2021 03:20:55 -0500 Subject: switch to futures-lite --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index dfb8dc4..9971030 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" anyhow = "1.0.45" async-process = "1.3.0" async-std = "1.10.0" -futures = "0.3.17" +futures-lite = "1.12.0" libc = "0.2.107" nix = "0.23.0" pty-process = { version = "0.1.1", features = ["backend-async-std"] } -- cgit v1.2.3-54-g00ecf