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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-08-25 20:11:52 +02:00 committed by GitHub
parent 4a1cf14d21
commit db790324a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -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",

View file

@ -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"