summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-07-17 23:16:37 +0100
committerGitHub <noreply@github.com>2023-07-17 23:16:37 +0100
commitf3e707542ccc475be4cbc58dbe59c0cde4b0428a (patch)
treebc886bab0107f0b3f58fdd32c734612d70f66f60 /Cargo.lock
parent465faca6d1255cb630de00e374a1675be25aa547 (diff)
Unvendor ratatui (#1101)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock17
1 files changed, 14 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a0f2f5efe..717bb7b6b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -99,8 +99,6 @@ dependencies = [
"atuin-server",
"atuin-server-postgres",
"base64 0.21.0",
- "bitflags",
- "cassowary",
"chrono",
"clap",
"clap_complete",
@@ -116,6 +114,7 @@ dependencies = [
"interim",
"itertools",
"log",
+ "ratatui",
"rpassword",
"runtime-format",
"semver",
@@ -124,7 +123,6 @@ dependencies = [
"tiny-bip39",
"tokio",
"tracing-subscriber",
- "unicode-segmentation",
"unicode-width",
"whoami",
]
@@ -1975,6 +1973,19 @@ dependencies = [
]
[[package]]
+name = "ratatui"
+version = "0.21.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ce841e0486e7c2412c3740168ede33adeba8e154a15107b879d8162d77c7174e"
+dependencies = [
+ "bitflags",
+ "cassowary",
+ "crossterm",
+ "unicode-segmentation",
+ "unicode-width",
+]
+
+[[package]]
name = "redox_syscall"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"