From db790324a4b198e74208b0129760b2add02734b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 20:11:52 +0200 Subject: [PATCH] build: bump git-features from 0.22.1 to 0.22.2 (#4311) Bumps [git-features](https://github.com/Byron/gitoxide) from 0.22.1 to 0.22.2. - [Release notes](https://github.com/Byron/gitoxide/releases) - [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md) - [Commits](https://github.com/Byron/gitoxide/compare/git-features-v0.22.1...git-features-v0.22.2) --- updated-dependencies: - dependency-name: git-features dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd1820426..706e8c702 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1026,9 +1026,9 @@ dependencies = [ [[package]] name = "git-features" -version = "0.22.1" +version = "0.22.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48289da362ef7ee1412a9a80bb459406d3045ad604484526210d594d10aa5268" +checksum = "4ed4ee460edb68580e3685a6d20d9c1bd0dabed564667f5273fa8b0871380b64" dependencies = [ "crc32fast", "crossbeam-channel", @@ -1059,9 +1059,9 @@ dependencies = [ [[package]] name = "git-hash" -version = "0.9.7" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "898628aaedf437563872461736f861acc1503e23ee4a59857513b0261c014460" +checksum = "42611c78e4545531ae2078b7599f23dbec4e0f03d42adbe0cfd1189866ea09a5" dependencies = [ "hex", "quick-error", diff --git a/Cargo.toml b/Cargo.toml index 4bb072a0b..663320d58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,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.1", features = ["fs-walkdir-single-threaded"] } +git-features = { version = "0.22.2", features = ["fs-walkdir-single-threaded"] } git-repository = "0.21.1" indexmap = { version = "1.9.1", features = ["serde"] } local_ipaddress = "0.1.3"