From 21d97c8a2cffc0524316350e6e943f6ac6699ca0 Mon Sep 17 00:00:00 2001 From: Warp Agent Date: Thu, 6 Aug 2026 03:26:09 +0000 Subject: [PATCH] [Completions] Bump command-signatures to fe352669 Picks up the new vagrant completion spec (warpdotdev/command-signatures#306) so the client can resolve `signature_by_name("vagrant")`. Co-Authored-By: Warp --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c0a1128acf..d5db215633d 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=5e08807cd0dbcf18afbb9941a1db1a0a02c9797d#5e08807cd0dbcf18afbb9941a1db1a0a02c9797d" +source = "git+https://github.com/warpdotdev/command-signatures.git?rev=fe3526693fe4ea3dc208ee5ef892b3aad2679af6#fe3526693fe4ea3dc208ee5ef892b3aad2679af6" 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=5e08807cd0dbcf18afbb9941a1db1a0a02c9797d#5e08807cd0dbcf18afbb9941a1db1a0a02c9797d" +source = "git+https://github.com/warpdotdev/command-signatures.git?rev=fe3526693fe4ea3dc208ee5ef892b3aad2679af6#fe3526693fe4ea3dc208ee5ef892b3aad2679af6" dependencies = [ "html-escape", "itertools 0.10.5", diff --git a/Cargo.toml b/Cargo.toml index 9fadbbe9d14..cc8a2aeddcf 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 = "5e08807cd0dbcf18afbb9941a1db1a0a02c9797d", default-features = false } +warp-command-signatures = { git = "https://github.com/warpdotdev/command-signatures.git", rev = "fe3526693fe4ea3dc208ee5ef892b3aad2679af6", default-features = false } winit = { git = "https://github.com/warpdotdev/winit.git", rev = "a4e0ecb5f9626ccac9445a73dc28354b52423abc" } x11rb = "0.13.0" mockito = "1.7.0"