From a5179c4124e7fd8c4a1b31154d616e7a435477ae Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 31 Dec 2021 00:18:02 -0500 Subject: update pty_process and make everything executed in a single command share a pty --- Cargo.lock | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 17eac54..88a9329 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,7 +95,7 @@ dependencies = [ [[package]] name = "async-process" version = "1.3.0" -source = "git+https://github.com/doy/async-process?branch=status-drop#4438e61dac21d58c29ab4cc7d8152c829977a62d" +source = "git+https://github.com/doy/async-process#5e25598d6fcf3865f2b9e106ba049a26a490a884" dependencies = [ "async-io", "blocking", @@ -307,9 +307,9 @@ checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d" [[package]] name = "futures-io" -version = "0.3.17" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377" +checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2" [[package]] name = "futures-lite" @@ -482,9 +482,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.23.0" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f305c2c2e4c39a82f7bf0bf65fb557f9070ce06781d4f2454295cc34b1c43188" +checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6" dependencies = [ "bitflags", "cc", @@ -601,11 +601,10 @@ dependencies = [ [[package]] name = "pty-process" version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5c0159357669a990d96531d7095fd9d5eaa9f59d3d7d522f65b438dc8d1c109" dependencies = [ "async-io", "async-process", + "futures-io", "libc", "nix", ] -- cgit v1.2.3-54-g00ecf