diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2021-09-20 22:15:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-20 22:15:44 -0400 |
| commit | 0f23d926019d333572366a4de4f291b848fa6ded (patch) | |
| tree | 7767a39d72cabca060740198dc7a3c23f97bf363 /Cargo.lock | |
| parent | 60b68e63f1045a36496257912ef4f32e716a2440 (diff) | |
chore(tests): windows pty tests (#12091)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 42 |
1 files changed, 3 insertions, 39 deletions
diff --git a/Cargo.lock b/Cargo.lock index 953bd2e8d..174da8c87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -597,7 +597,6 @@ dependencies = [ "dprint-plugin-typescript", "encoding_rs", "env_logger", - "exec", "fancy-regex", "flaky_test", "fwdansi", @@ -1184,27 +1183,6 @@ dependencies = [ ] [[package]] -name = "errno" -version = "0.2.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa68f2fb9cae9d37c9b2b3584aba698a2e97f72d7aef7b9f7aa71d8b54ce46fe" -dependencies = [ - "errno-dragonfly", - "libc", - "winapi 0.3.9", -] - -[[package]] -name = "errno-dragonfly" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067" -dependencies = [ - "gcc", - "libc", -] - -[[package]] name = "error-code" version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1215,16 +1193,6 @@ dependencies = [ ] [[package]] -name = "exec" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615" -dependencies = [ - "errno 0.2.7", - "libc", -] - -[[package]] name = "fallible-iterator" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1491,12 +1459,6 @@ dependencies = [ ] [[package]] -name = "gcc" -version = "0.3.55" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" - -[[package]] name = "generic-array" version = "0.14.4" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2636,7 +2598,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f50f3d255966981eb4e4c5df3e983e6f7d163221f547406d83b6a460ff5c5ee8" dependencies = [ - "errno 0.1.8", + "errno", "libc", ] @@ -3881,6 +3843,7 @@ version = "0.1.0" dependencies = [ "anyhow", "async-stream", + "atty", "base64 0.13.0", "futures", "hyper", @@ -3894,6 +3857,7 @@ dependencies = [ "tokio", "tokio-rustls", "tokio-tungstenite", + "winapi 0.3.9", ] [[package]] |
