aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMichelle Tilley <michelle@michelletilley.net>2026-05-11 17:12:13 -0700
committerGitHub <noreply@github.com>2026-05-11 17:12:13 -0700
commit1ef744cbc4a47d181690a3e413b243c5e0aeae4a (patch)
tree51fef5e1e3d36a1a87d9e7a56a4f1dd8e72845c4 /Cargo.lock
parentchore: Generate LLM-optimized docs (#3468) (diff)
downloadatuin-1ef744cbc4a47d181690a3e413b243c5e0aeae4a.zip
chore: Rename 'atuin hex' to 'atuin pty-proxy' (#3473)
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 = [