fix(deps): update rust crate gix to 0.64.0

This commit is contained in:
renovate[bot] 2024-07-23 19:06:14 +00:00 committed by GitHub
parent 5067ed2512
commit 01b0ae63cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 65 additions and 69 deletions

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.63.0", default-features = false , features = ["worktree-mutation", "blocking-network-client"] }
gix = { version = "0.64.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.8.12"