fix(deps): update rust crate gix to 0.73.0

This commit is contained in:
renovate[bot] 2025-07-15 04:37:40 +00:00 committed by GitHub
parent 5547bf7d68
commit 11feaef11f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 191 additions and 300 deletions

489
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -25,7 +25,7 @@ eula = false
[dependencies]
anyhow = "1.0.82"
clap = { version = "4.5.4", features = ["color", "deprecated", "derive"] }
gix = { version = "0.71.0", default-features = false , features = ["worktree-mutation", "blocking-network-client"] }
gix = { version = "0.73.0", default-features = false , features = ["worktree-mutation", "blocking-network-client"] }
serde = { version = "1.0.200", default-features = false }
serde_derive = "1.0.200"
toml = "0.9.0"