diff --git a/Cargo.lock b/Cargo.lock index df55a3a33..360d95e8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1061,9 +1061,9 @@ dependencies = [ [[package]] name = "git-features" -version = "0.22.5" +version = "0.22.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62c4e5d2274d9945f97aa078d314b8062c24fa99797251c6220cf73302039713" +checksum = "ed5c20d8d0e488f547dfe796f245dcd70e37f24a4f51ba159be26074bf465c71" dependencies = [ "crc32fast", "crossbeam-channel", diff --git a/Cargo.toml b/Cargo.toml index a8f09d023..b1133604b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ dirs-next = "2.0.0" dunce = "1.0.2" gethostname = "0.2.3" # Addresses https://github.com/starship/starship/issues/4251 -git-features = { version = "0.22.3", features = ["fs-walkdir-single-threaded"] } +git-features = { version = "0.22.6", features = ["fs-walkdir-single-threaded"] } git-repository = "0.24.0" indexmap = { version = "1.9.1", features = ["serde"] } local_ipaddress = "0.1.3"