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
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
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",