aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 3 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 264648bb..7fa24a1f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -77,6 +77,8 @@ dependencies = [
"atuin-common",
"atuin-server",
"base64 0.20.0",
+ "bitflags",
+ "cassowary",
"chrono",
"clap",
"clap_complete",
@@ -93,7 +95,6 @@ dependencies = [
"interim",
"itertools",
"log",
- "ratatui",
"rpassword",
"runtime-format",
"semver",
@@ -102,6 +103,7 @@ dependencies = [
"tiny-bip39",
"tokio",
"tracing-subscriber",
+ "unicode-segmentation",
"unicode-width",
"whoami",
]
@@ -1584,18 +1586,6 @@ dependencies = [
]
[[package]]
-name = "ratatui"
-version = "0.20.1"
-source = "git+https://github.com/conradludgate/tui-rs-revival?branch=inline#6ed61959ecfc560e4e6a00a1410bb5fcbf0eda91"
-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"