summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-03-14 17:52:52 -0400
committerGitHub <noreply@github.com>2023-03-14 17:52:52 -0400
commit8fe3f1f23c26ca8cb16afd9474728b9e80e2bd64 (patch)
tree32e84b88793b32332e8d1008384137dc9d220efb /Cargo.lock
parent6be6409b72eae36c9e223637b566aaf4cc38ec60 (diff)
deps: revert crossterm 0.26.1 to fix double input bug on Windows (#1066)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock20
1 files changed, 2 insertions, 18 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cad398fc..d45b6f14 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -216,7 +216,7 @@ dependencies = [
"clap_mangen",
"concat-string",
"const_format",
- "crossterm 0.26.1",
+ "crossterm",
"ctrlc",
"dirs",
"fern",
@@ -474,22 +474,6 @@ dependencies = [
]
[[package]]
-name = "crossterm"
-version = "0.26.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13"
-dependencies = [
- "bitflags",
- "crossterm_winapi",
- "libc",
- "mio",
- "parking_lot",
- "signal-hook",
- "signal-hook-mio",
- "winapi",
-]
-
-[[package]]
name = "crossterm_winapi"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1729,7 +1713,7 @@ checksum = "ccdd26cbd674007e649a272da4475fb666d3aa0ad0531da7136db6fab0e5bad1"
dependencies = [
"bitflags",
"cassowary",
- "crossterm 0.25.0",
+ "crossterm",
"unicode-segmentation",
"unicode-width",
]