diff --git a/Cargo.lock b/Cargo.lock index bdf38c2d..dd8532ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,7 +148,7 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" [[package]] name = "asyncgit" -version = "0.28.0" +version = "0.28.1" dependencies = [ "bitflags 2.10.0", "crossbeam-channel", @@ -916,7 +916,7 @@ dependencies = [ [[package]] name = "filetreelist" -version = "0.5.3" +version = "0.6.0" dependencies = [ "pretty_assertions", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 81294027..bd5f1da1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ vendor-openssl = ["asyncgit/vendor-openssl"] [dependencies] anyhow = "1.0" -asyncgit = { path = "./asyncgit", version = "0.29.0", default-features = false } +asyncgit = { path = "./asyncgit", version = "0.28.1", default-features = false } backtrace = "0.3" base64 = "0.22" bitflags = "2.10" diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index ea8b38f6..5e77498a 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asyncgit" -version = "0.28.0" +version = "0.28.1" authors = ["extrawurst "] edition = "2021" description = "allow using git2 in a asynchronous context" @@ -18,7 +18,7 @@ dirs = "6.0" easy-cast = "0.5" fuzzy-matcher = "0.3" git2 = "0.20" -git2-hooks = { path = "../git2-hooks", version = ">=0.6" } +git2-hooks = { path = "../git2-hooks", version = "0.7" } gix = { version = "0.78.0", default-features = false, features = [ "mailmap", "max-performance",