summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2022-02-25 20:28:25 -0500
committerJesse Luehrs <doy@tozt.net>2022-02-25 20:28:25 -0500
commit31d2bd9dfc8da6cec159f38c28f3220c8b538d34 (patch)
tree7df838bc9bbf2fc1b5921b36fa098fcf92afac3c /Cargo.lock
parenta2462bbaea13f7a3f3eb65e7430b30618bc203b8 (diff)
downloadnbsh-31d2bd9dfc8da6cec159f38c28f3220c8b538d34.tar.gz
nbsh-31d2bd9dfc8da6cec159f38c28f3220c8b538d34.zip
bump pty-process
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 685e62f..785a17f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -828,7 +828,7 @@ dependencies = [
[[package]]
name = "pty-process"
version = "0.2.0"
-source = "git+https://github.com/doy/pty-process#aca49b2f55df04142d4b2fcfcb361361e76d0820"
+source = "git+https://github.com/doy/pty-process#f0710ededc80610fdaff3209f8b94fa0d7bb78ce"
dependencies = [
"libc",
"nix",