summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }