mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
build(deps): bump the rust-dependencies group with 7 updates (#12327)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
This commit is contained in:
parent
eda96cc285
commit
a074129f9c
5 changed files with 168 additions and 87 deletions
|
@ -19,7 +19,7 @@ tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "sync", "p
|
|||
parking_lot = "0.12"
|
||||
arc-swap = { version = "1.7.1" }
|
||||
|
||||
gix = { version = "0.68.0", features = ["attributes", "status"], default-features = false, optional = true }
|
||||
gix = { version = "0.69.1", features = ["attributes", "status"], default-features = false, optional = true }
|
||||
imara-diff = "0.1.7"
|
||||
anyhow = "1"
|
||||
|
||||
|
|
|
@ -144,6 +144,7 @@ fn status(repo: &Repository, f: impl Fn(Result<FileChange>) -> bool) -> Result<(
|
|||
copies: None,
|
||||
percentage: Some(0.5),
|
||||
limit: 1000,
|
||||
..Default::default()
|
||||
}));
|
||||
|
||||
// No filtering based on path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue