summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-01-18 02:59:32 -0500
committerJesse Luehrs <doy@tozt.net>2022-01-18 02:59:32 -0500
commit0e4742fc76bd6474358884f1929643483670cc54 (patch)
tree232c83cc13b9caf4c9d402b531da89e414213ad0 /Cargo.lock
parente0a478c2f24925034b298e5fb882521ec5886f69 (diff)
downloadnbsh-0e4742fc76bd6474358884f1929643483670cc54.tar.gz
nbsh-0e4742fc76bd6474358884f1929643483670cc54.zip
more useful pty-process dep
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ae36fd5..3a004de 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1046,6 +1046,7 @@ dependencies = [
[[package]]
name = "pty-process"
version = "0.2.0"
+source = "git+https://github.com/doy/pty-process#ebcf5f15081f6a84c861eb2aecbf962396a88695"
dependencies = [
"async-io",
"async-process",