fix(deps): update rust crate gix to 0.47.0

This commit is contained in:
renovate[bot] 2023-06-25 21:28:05 +00:00 committed by GitHub
parent 9deb82e7a0
commit a8fc2c0970
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 98 additions and 82 deletions

View file

@ -19,7 +19,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
[dependencies]
anyhow = "1.0.71"
clap = { version = "4.3.8", features = ["color", "deprecated", "derive"] }
gix = "0.46.0"
gix = "0.47.0"
serde = { version = "1.0.164", default-features = false }
serde_derive = "1.0.164"
toml = "0.7.5"