fix(deps): update rust crate gix to 0.49.1

This commit is contained in:
renovate[bot] 2023-07-19 09:38:42 +00:00 committed by GitHub
parent 882ff2e9ba
commit 2bb362fe1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 135 additions and 73 deletions

View file

@ -19,7 +19,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
[dependencies]
anyhow = "1.0.72"
clap = { version = "4.3.16", features = ["color", "deprecated", "derive"] }
gix = "0.48.0"
gix = "0.49.1"
serde = { version = "1.0.171", default-features = false }
serde_derive = "1.0.171"
toml = "0.7.6"