aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMichelle Tilley <michelle@michelletilley.net>2026-04-15 16:39:38 -0700
committerGitHub <noreply@github.com>2026-04-15 16:39:38 -0700
commit7301d887c14376e4b1d9263d434da0e72d880372 (patch)
tree828152af4889cd07b3f08b966ce054fa1e26d7c6 /Cargo.lock
parentUpdate release skill (diff)
downloadatuin-7301d887c14376e4b1d9263d434da0e72d880372.zip
fix: Enter runs suggested command when selecting permissions (#3418)
Diffstat (limited to '')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 19308bb4..f4e23bec 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1532,9 +1532,9 @@ dependencies = [
[[package]]
name = "eye_declare"
-version = "0.4.2"
+version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cd705fa26778c4cd8cd93f08b76986495601e5fc7039ff0f80499d0f1398ca62"
+checksum = "fa99f9efa03c7fae32abd0b2e77d22dac5c2a137d1267c3496b44a711d139bd6"
dependencies = [
"crossterm",
"eye_declare_macros",
@@ -1548,9 +1548,9 @@ dependencies = [
[[package]]
name = "eye_declare_macros"
-version = "0.4.2"
+version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ae446305ea9f3f4679bd632a43e69eed48ba5484d5d692882a4c43e4666fe25d"
+checksum = "a285ad61e123dad4c505e2d96818b0378d9facecdee074a02c525719a1db2f9b"
dependencies = [
"proc-macro2",
"quote",