|
|
@@ -1386,9 +1386,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "crossterm"
|
|
|
-version = "0.25.0"
|
|
|
+version = "0.26.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
|
|
|
+checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13"
|
|
|
dependencies = [
|
|
|
"bitflags 1.3.2",
|
|
|
"crossterm_winapi",
|
|
|
@@ -2315,13 +2315,13 @@ dependencies = [
|
|
|
"libsqlite3-sys",
|
|
|
"log",
|
|
|
"rand 0.8.5",
|
|
|
+ "ratatui",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
"simplelog",
|
|
|
"smol",
|
|
|
- "termion 2.0.1",
|
|
|
+ "termion",
|
|
|
"thiserror",
|
|
|
- "tui",
|
|
|
"url",
|
|
|
]
|
|
|
|
|
|
@@ -3352,6 +3352,12 @@ version = "1.0.9"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "indoc"
|
|
|
+version = "2.0.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "2c785eefb63ebd0e33416dfcb8d6da0bf27ce752843a45632a67bf10d4d4b5c4"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "inout"
|
|
|
version = "0.1.3"
|
|
|
@@ -4607,7 +4613,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "ffb88ae05f306b4bfcde40ac4a51dc0b05936a9207a4b75b798c7729c4258a59"
|
|
|
dependencies = [
|
|
|
"cfg-if",
|
|
|
- "indoc",
|
|
|
+ "indoc 1.0.9",
|
|
|
"libc",
|
|
|
"memoffset 0.9.0",
|
|
|
"parking_lot 0.12.1",
|
|
|
@@ -4761,6 +4767,23 @@ dependencies = [
|
|
|
"rand_core 0.6.4",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "ratatui"
|
|
|
+version = "0.22.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8285baa38bdc9f879d92c0e37cb562ef38aa3aeefca22b3200186bc39242d3d5"
|
|
|
+dependencies = [
|
|
|
+ "bitflags 2.3.3",
|
|
|
+ "cassowary",
|
|
|
+ "crossterm",
|
|
|
+ "indoc 2.0.3",
|
|
|
+ "paste",
|
|
|
+ "termion",
|
|
|
+ "time 0.3.24",
|
|
|
+ "unicode-segmentation",
|
|
|
+ "unicode-width",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "raw-window-handle"
|
|
|
version = "0.5.2"
|
|
|
@@ -5973,18 +5996,6 @@ dependencies = [
|
|
|
"winapi-util",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "termion"
|
|
|
-version = "1.5.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "077185e2eac69c3f8379a4298e1e07cd36beb962290d4a51199acf0fdc10607e"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "numtoa",
|
|
|
- "redox_syscall 0.2.16",
|
|
|
- "redox_termios",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "termion"
|
|
|
version = "2.0.1"
|
|
|
@@ -6912,20 +6923,6 @@ version = "0.17.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "375812fa44dab6df41c195cd2f7fecb488f6c09fbaafb62807488cefab642bff"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "tui"
|
|
|
-version = "0.19.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ccdd26cbd674007e649a272da4475fb666d3aa0ad0531da7136db6fab0e5bad1"
|
|
|
-dependencies = [
|
|
|
- "bitflags 1.3.2",
|
|
|
- "cassowary",
|
|
|
- "crossterm",
|
|
|
- "termion 1.5.6",
|
|
|
- "unicode-segmentation",
|
|
|
- "unicode-width",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "typed-index-collections"
|
|
|
version = "3.1.0"
|