fix(deps): update rust crate gix to 0.54.1

This commit is contained in:
renovate[bot] 2023-09-25 12:10:47 +00:00 committed by GitHub
parent 552bf71e6f
commit e35a5214ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.4", features = ["color", "deprecated", "derive"] }
gix = "0.54.0"
gix = "0.54.1"
serde = { version = "1.0.188", default-features = false }
serde_derive = "1.0.188"
toml = "0.8.0"