diff --git a/crates/ignore-files/Cargo.toml b/crates/ignore-files/Cargo.toml index 4b03444..0e96081 100644 --- a/crates/ignore-files/Cargo.toml +++ b/crates/ignore-files/Cargo.toml @@ -16,7 +16,7 @@ edition = "2021" [dependencies] futures = "0.3.21" -git-config = "0.12.0" +git-config = "0.14.0" ignore = "0.4.18" miette = "5.3.0" thiserror = "1.0.31"