summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKunal Mohan <kunalmohan99@gmail.com>2021-03-12 22:33:06 +0530
committerKunal Mohan <kunalmohan99@gmail.com>2021-05-04 20:47:50 +0530
commitd8986351ed1b5ab7c5b1e28b0b429d8a42eb5e50 (patch)
treef80c45db9271653fc519d56416f8b27ca4e809e1 /Cargo.lock
parent627e6b3672f6a02e2dac1e6a597088e97a9f631f (diff)
fix testing for pseudo client-server model
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock25
1 files changed, 10 insertions, 15 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b66f3f28e..95648ec2e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -333,12 +333,6 @@ dependencies = [
]
[[package]]
-name = "colors-transform"
-version = "0.2.11"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9226dbc05df4fb986f48d730b001532580883c4c06c5d1c213f4b34c1c157178"
-
-[[package]]
name = "concurrent-queue"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -361,12 +355,6 @@ dependencies = [
]
[[package]]
-name = "const_fn"
-version = "0.4.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
-
-[[package]]
name = "cpuid-bool"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1569,6 +1557,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
[[package]]
+name = "socket2"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"
+dependencies = [
+ "libc",
+ "winapi",
+]
+
+[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2331,7 +2329,6 @@ dependencies = [
"async-std",
"backtrace",
"bincode",
- "colors-transform",
"directories-next",
"futures",
"insta",
@@ -2355,8 +2352,6 @@ dependencies = [
"vte 0.8.0",
"wasmer",
"wasmer-wasi",
- "zellij-tile",
- "zellij-tile-extra",
]
[[package]]