From 2166a149f9f20f21e978dc665850b424a86747c8 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sun, 14 Dec 2025 00:47:49 +0100 Subject: update cargo dependencies --- src/hooks/sed/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hooks') diff --git a/src/hooks/sed/parser.rs b/src/hooks/sed/parser.rs index 61e719d..4920645 100644 --- a/src/hooks/sed/parser.rs +++ b/src/hooks/sed/parser.rs @@ -98,7 +98,7 @@ impl Command { Ok(output) } - pub fn execute(self, target: &str) -> Cow { + pub fn execute(self, target: &str) -> Cow<'_, str> { let result: Cow; if self.flags.contains(Flags::GLOBAL) { -- cgit v1.2.3