fix(deps): update rust crate gix to 0.45.1

This commit is contained in:
renovate[bot] 2023-06-06 20:38:18 +00:00 committed by GitHub
parent 2773ca10cb
commit 6ddb4a6698
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 110 additions and 77 deletions

View file

@ -16,7 +16,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
[dependencies]
anyhow = "1.0.71"
clap = { version = "4.3.2", features = [ "color", "deprecated", "derive" ] }
gix = "0.44.1"
gix = "0.45.1"
serde = { version = "1.0.163", default-features = false, features = ["derive"] }
serde_derive = "1.0.163"
toml = "0.7.4"