more cargo pumps

This commit is contained in:
extrawurst 2026-03-21 12:49:38 +00:00
parent 98e130f8c8
commit 09b68f8f5b
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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"

View file

@ -1,6 +1,6 @@
[package]
name = "asyncgit"
version = "0.28.0"
version = "0.28.1"
authors = ["extrawurst <mail@rusticorn.com>"]
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",