summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-31 00:18:02 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-31 00:18:02 -0500
commita5179c4124e7fd8c4a1b31154d616e7a435477ae (patch)
treed64633e9360f5dc8984f6c87af52fb56f7d07fe8 /Cargo.lock
parente6200649a87a7fdc04ad62b6348068d61f53925a (diff)
downloadnbsh-a5179c4124e7fd8c4a1b31154d616e7a435477ae.tar.gz
nbsh-a5179c4124e7fd8c4a1b31154d616e7a435477ae.zip
update pty_process
and make everything executed in a single command share a pty
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock13
1 files changed, 6 insertions, 7 deletions
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",
]