From 2ffcc3982ce855694009110051fb0e1295a83562 Mon Sep 17 00:00:00 2001 From: Warp Date: Thu, 6 Aug 2026 02:27:37 +0000 Subject: [PATCH] [Completions] Bump command-signatures to 2f4472ee Picks up the tcpdump completion spec (warpdotdev/command-signatures#305), the client-side half of APP-3966. Co-Authored-By: Warp Co-Authored-By: Warp Agent --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a1614b5ccfa..2368911e7a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -15409,7 +15409,7 @@ dependencies = [ [[package]] name = "warp-command-signatures" version = "0.0.0" -source = "git+https://github.com/warpdotdev/command-signatures.git?rev=4094b6578f6af64caf01ae6f03d12779bd9255c8#4094b6578f6af64caf01ae6f03d12779bd9255c8" +source = "git+https://github.com/warpdotdev/command-signatures.git?rev=2f4472ee6064fa74ced547b888b7c19f50f63df3#2f4472ee6064fa74ced547b888b7c19f50f63df3" dependencies = [ "cfg-if", "itertools 0.10.5", @@ -15427,7 +15427,7 @@ dependencies = [ [[package]] name = "warp-completion-metadata" version = "0.0.0" -source = "git+https://github.com/warpdotdev/command-signatures.git?rev=4094b6578f6af64caf01ae6f03d12779bd9255c8#4094b6578f6af64caf01ae6f03d12779bd9255c8" +source = "git+https://github.com/warpdotdev/command-signatures.git?rev=2f4472ee6064fa74ced547b888b7c19f50f63df3#2f4472ee6064fa74ced547b888b7c19f50f63df3" dependencies = [ "html-escape", "itertools 0.10.5", diff --git a/Cargo.toml b/Cargo.toml index 6daeadd20e7..f0cac608aa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -389,7 +389,7 @@ dirs = "6.0.0" rayon = "1.10.0" sha2 = "0.10" shellexpand = "3.1.1" -warp-command-signatures = { git = "https://github.com/warpdotdev/command-signatures.git", rev = "4094b6578f6af64caf01ae6f03d12779bd9255c8", default-features = false } +warp-command-signatures = { git = "https://github.com/warpdotdev/command-signatures.git", rev = "2f4472ee6064fa74ced547b888b7c19f50f63df3", default-features = false } winit = { git = "https://github.com/warpdotdev/winit.git", rev = "a4e0ecb5f9626ccac9445a73dc28354b52423abc" } x11rb = "0.13.0" mockito = "1.7.0"