summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorConrad Ludgate <conradludgate@gmail.com>2023-03-23 09:19:29 +0000
committerGitHub <noreply@github.com>2023-03-23 09:19:29 +0000
commitba1d615f5e5d904a3bd7a7f5f0ce336b89995aea (patch)
treedb84efdef064426a9c2e32b897bb39c06fe4145e /Cargo.lock
parent378be6b790c3d504c8d7d873ce035daf926e98ed (diff)
chore: remove tui vendoring (#804)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock21
1 files changed, 16 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2e75c2dc3..c78a1d440 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -83,8 +83,6 @@ dependencies = [
"atuin-common",
"atuin-server",
"base64 0.20.0",
- "bitflags",
- "cassowary",
"chrono",
"clap",
"clap_complete",
@@ -99,6 +97,7 @@ dependencies = [
"interim",
"itertools",
"log",
+ "ratatui",
"rpassword",
"runtime-format",
"semver",
@@ -108,7 +107,6 @@ dependencies = [
"tiny-bip39",
"tokio",
"tracing-subscriber",
- "unicode-segmentation",
"unicode-width",
"whoami",
]
@@ -1764,6 +1762,19 @@ dependencies = [
]
[[package]]
+name = "ratatui"
+version = "0.20.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "dcc0d032bccba900ee32151ec0265667535c230169f5a011154cdcd984e16829"
+dependencies = [
+ "bitflags",
+ "cassowary",
+ "crossterm",
+ "unicode-segmentation",
+ "unicode-width",
+]
+
+[[package]]
name = "rayon"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2790,9 +2801,9 @@ dependencies = [
[[package]]
name = "unicode-segmentation"
-version = "1.9.0"
+version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
+checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
[[package]]
name = "unicode-width"