fix(deps): update rust crate gix to 0.52.0

This commit is contained in:
renovate[bot] 2023-08-22 11:59:27 +00:00 committed by GitHub
parent fd38f9db45
commit 20efca9d98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 155 additions and 115 deletions

View file

@ -19,7 +19,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
[dependencies]
anyhow = "1.0.75"
clap = { version = "4.3.23", features = ["color", "deprecated", "derive"] }
gix = "0.51.0"
gix = "0.52.0"
serde = { version = "1.0.185", default-features = false }
serde_derive = "1.0.185"
toml = "0.7.6"