From 1ef744cbc4a47d181690a3e413b243c5e0aeae4a Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Mon, 11 May 2026 17:12:13 -0700 Subject: chore: Rename 'atuin hex' to 'atuin pty-proxy' (#3473) --- Cargo.lock | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'Cargo.lock') 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", @@ -446,18 +446,6 @@ dependencies = [ "tokio", ] -[[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" @@ -514,6 +502,18 @@ dependencies = [ "unicode-segmentation", ] +[[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" -- cgit v1.3.1