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 5 updates (#12614)
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
64aca8b350
commit
09b2f6ab5f
5 changed files with 108 additions and 105 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.69.1", features = ["attributes", "status"], default-features = false, optional = true }
|
||||
gix = { version = "0.70.0", features = ["attributes", "status"], default-features = false, optional = true }
|
||||
imara-diff = "0.1.7"
|
||||
anyhow = "1"
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ use gix::dir::entry::Status;
|
|||
use gix::objs::tree::EntryKind;
|
||||
use gix::sec::trust::DefaultForLevel;
|
||||
use gix::status::{
|
||||
index_worktree::iter::Item,
|
||||
index_worktree::Item,
|
||||
plumbing::index_as_worktree::{Change, EntryStatus},
|
||||
UntrackedFiles,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue