Use tokio-pty-process 0.4.0

See-also: #31
This commit is contained in:
Fabian Freyer 2019-06-05 15:22:30 +02:00
parent 0371a4dcb3
commit 3fd352cedd
3 changed files with 208 additions and 187 deletions

388
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -18,10 +18,7 @@ serde_json = "1.0.39"
tokio = "0.1.21" tokio = "0.1.21"
tokio-codec= "0.1.1" tokio-codec= "0.1.1"
tokio-io= "0.1.12" tokio-io= "0.1.12"
tokio-pty-process = "*" tokio-pty-process = "0.4"
[patch.crates-io]
tokio-pty-process = {path = "vendor/stund/tokio-pty-process"}
[lib] [lib]
name = "webterm" name = "webterm"

2
vendor/stund vendored

@ -1 +1 @@
Subproject commit 1867f633f3979ae4a0a7d2d6431d8a3426a49e29 Subproject commit e3530b20f2bb25354b6c24bdd3826a50134cc5f3