Update git-config requirement from 0.7.1 to 0.12.0 in /crates/ignore-files (#448)

This commit is contained in:
dependabot[bot] 2022-11-24 23:25:38 +00:00 committed by GitHub
parent e6bde7a48d
commit db287c49f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ edition = "2021"
[dependencies]
futures = "0.3.21"
ignore = "0.4.18"
git-config = "0.7.1"
git-config = "0.12.0"
tokio = { version = "1.19.2", default-features = false, features = ["fs"] }
tracing = "0.1.35"
dunce = "1.0.2"