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:
dependabot[bot] 2025-01-21 08:59:05 -06:00 committed by GitHub
parent 64aca8b350
commit 09b2f6ab5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 108 additions and 105 deletions

View file

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

View file

@ -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,
};