From 02afe6ba1224053340cafe55e948ae5b56025546 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 27 May 2025 03:57:54 +0200 Subject: [PATCH] update `git2-hooks` to the latest released version (#8090) Related to https://github.com/gitui-org/gitui/pull/2571#issuecomment-2910648483 --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1505135607..1e8ecfc5db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2475,8 +2475,9 @@ dependencies = [ [[package]] name = "git2-hooks" -version = "0.4.0" -source = "git+https://github.com/extrawurst/gitui?rev=fe5e7807197657c6dbb9d1239286f6ffb4c82a0b#fe5e7807197657c6dbb9d1239286f6ffb4c82a0b" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "587d0dd757ea38f8a7b4761026162f6b9ab39e2cc7eba386852371841f5fe69b" dependencies = [ "git2", "gix-path 0.10.18 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d106158a6f..f74d909fe0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ but-workspace = { path = "crates/but-workspace" } but-hunk-assignment = { path = "crates/but-hunk-assignment" } but-hunk-dependency = { path = "crates/but-hunk-dependency" } but-status = { path = "crates/but-status" } -git2-hooks = { git = "https://github.com/extrawurst/gitui", rev = "fe5e7807197657c6dbb9d1239286f6ffb4c82a0b" } +git2-hooks = { version = "0.5.0" } [profile.release] codegen-units = 1 # Compile crates one after another so the compiler can optimize better