mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
more cargo pumps
This commit is contained in:
parent
98e130f8c8
commit
09b68f8f5b
3 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -148,7 +148,7 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "asyncgit"
|
name = "asyncgit"
|
||||||
version = "0.28.0"
|
version = "0.28.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 2.10.0",
|
"bitflags 2.10.0",
|
||||||
"crossbeam-channel",
|
"crossbeam-channel",
|
||||||
|
|
@ -916,7 +916,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "filetreelist"
|
name = "filetreelist"
|
||||||
version = "0.5.3"
|
version = "0.6.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pretty_assertions",
|
"pretty_assertions",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ vendor-openssl = ["asyncgit/vendor-openssl"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
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"
|
backtrace = "0.3"
|
||||||
base64 = "0.22"
|
base64 = "0.22"
|
||||||
bitflags = "2.10"
|
bitflags = "2.10"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "asyncgit"
|
name = "asyncgit"
|
||||||
version = "0.28.0"
|
version = "0.28.1"
|
||||||
authors = ["extrawurst <mail@rusticorn.com>"]
|
authors = ["extrawurst <mail@rusticorn.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "allow using git2 in a asynchronous context"
|
description = "allow using git2 in a asynchronous context"
|
||||||
|
|
@ -18,7 +18,7 @@ dirs = "6.0"
|
||||||
easy-cast = "0.5"
|
easy-cast = "0.5"
|
||||||
fuzzy-matcher = "0.3"
|
fuzzy-matcher = "0.3"
|
||||||
git2 = "0.20"
|
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 = [
|
gix = { version = "0.78.0", default-features = false, features = [
|
||||||
"mailmap",
|
"mailmap",
|
||||||
"max-performance",
|
"max-performance",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue