From a7e6baba9cf0b4f02713d79368abb6a7fb60d310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 16:13:23 +0200 Subject: [PATCH] build: bump git-features from 0.22.5 to 0.22.6 (#4398) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df55a3a3..360d95e8 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 a8f09d02..b1133604 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"