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"