aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock26
1 files changed, 13 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cc1444b1..3f08d588 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -223,10 +223,10 @@ dependencies = [
"atuin-common",
"atuin-daemon",
"atuin-dotfiles",
- "atuin-hex",
"atuin-history",
"atuin-kv",
"atuin-nucleo-matcher",
+ "atuin-pty-proxy",
"atuin-scripts",
"atuin-server",
"atuin-server-database",
@@ -447,18 +447,6 @@ dependencies = [
]
[[package]]
-name = "atuin-hex"
-version = "18.16.0"
-dependencies = [
- "clap",
- "crossterm",
- "eyre",
- "portable-pty",
- "signal-hook",
- "vt100",
-]
-
-[[package]]
name = "atuin-history"
version = "18.16.0"
dependencies = [
@@ -515,6 +503,18 @@ dependencies = [
]
[[package]]
+name = "atuin-pty-proxy"
+version = "18.16.0"
+dependencies = [
+ "clap",
+ "crossterm",
+ "eyre",
+ "portable-pty",
+ "signal-hook",
+ "vt100",
+]
+
+[[package]]
name = "atuin-scripts"
version = "18.16.0"
dependencies = [