diff --git a/crates/ignore-files/Cargo.toml b/crates/ignore-files/Cargo.toml index 9d928df..50e0ecd 100644 --- a/crates/ignore-files/Cargo.toml +++ b/crates/ignore-files/Cargo.toml @@ -16,7 +16,7 @@ edition = "2021" [dependencies] futures = "0.3.21" -gix-config = "0.18.0" +gix-config = "0.19.0" ignore = "0.4.18" miette = "5.3.0" thiserror = "1.0.31"