diff --git a/crates/ignore-files/Cargo.toml b/crates/ignore-files/Cargo.toml index 8fd18fd..902022c 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.14.0" +git-config = "0.15.0" ignore = "0.4.18" miette = "5.3.0" thiserror = "1.0.31"