From 42404cd0e85f75fe188cb175c4a1936f3c050b5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 03:57:13 +0000 Subject: [PATCH] fix(deps): update rust crate worktrunk to 0.36.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e00505f24..54c92aa25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5902,9 +5902,9 @@ dependencies = [ [[package]] name = "worktrunk" -version = "0.35.3" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee9c117f11f496a7324f6da2ace52cba3e9e2a49c0c5a8037788600a99609bb5" +checksum = "7b47019b4af9a585ea3904ad39592c453c21ea9d707ff0e5e5320355837ff84a" dependencies = [ "ansi-str", "anstream", diff --git a/Cargo.toml b/Cargo.toml index d92a9a3b9..8c015c52b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,5 @@ path = "lib.rs" [dependencies] git-ai = { git = "https://github.com/git-ai-project/git-ai", branch = "main" } rtk = { git = "https://github.com/rtk-ai/rtk", branch = "master" } -worktrunk = "0.35.3" +worktrunk = "0.36.0" yek = "0.22.1"