From 69fd7e664c15297253a51f9bf4375f31fba37c0c Mon Sep 17 00:00:00 2001 From: extrawurst Date: Mon, 26 May 2025 23:22:26 +0200 Subject: [PATCH] bump git2-hooks version --- Cargo.lock | 2 +- asyncgit/Cargo.toml | 4 ++-- git2-hooks/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a494f4fe..37581dae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1134,7 +1134,7 @@ dependencies = [ [[package]] name = "git2-hooks" -version = "0.4.0" +version = "0.5.0" dependencies = [ "git2", "git2-testing", diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index ca877788..e0eaa7f5 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -23,11 +23,11 @@ dirs = "6.0" easy-cast = "0.5" fuzzy-matcher = "0.3" git2 = "0.20" -git2-hooks = { path = "../git2-hooks", version = ">=0.4" } +git2-hooks = { path = "../git2-hooks", version = ">=0.5" } gix = { version = "0.71.0", default-features = false, features = [ "max-performance", "revision", - "mailmap" + "mailmap", ] } log = "0.4" # git2 = { path = "../../extern/git2-rs", features = ["vendored-openssl"]} diff --git a/git2-hooks/Cargo.toml b/git2-hooks/Cargo.toml index 6bdd0497..34bbd45d 100644 --- a/git2-hooks/Cargo.toml +++ b/git2-hooks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git2-hooks" -version = "0.4.0" +version = "0.5.0" authors = ["extrawurst "] edition = "2021" description = "adds git hooks support based on git2-rs"