cargo: bump gix-filter in the cargo-dependencies group

Bumps the cargo-dependencies group with 1 update: [gix-filter](https://github.com/Byron/gitoxide).


Updates `gix-filter` from 0.11.2 to 0.11.3
- [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/gix-filter-v0.11.2...gix-filter-v0.11.3)

---
updated-dependencies:
- dependency-name: gix-filter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-07-24 15:23:38 +00:00 committed by github-actions[bot]
parent 7d50ebc23e
commit ef0560413d
2 changed files with 9 additions and 9 deletions

16
Cargo.lock generated
View file

@ -1044,9 +1044,9 @@ dependencies = [
[[package]]
name = "gix-attributes"
version = "0.22.2"
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eefb48f42eac136a4a0023f49a54ec31be1c7a9589ed762c45dcb9b953f7ecc8"
checksum = "e37ce99c7e81288c28b703641b6d5d119aacc45c1a6b247156e6249afa486257"
dependencies = [
"bstr",
"gix-glob",
@ -1079,9 +1079,9 @@ dependencies = [
[[package]]
name = "gix-command"
version = "0.3.7"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c22e086314095c43ffe5cdc5c0922d5439da4fd726f3b0438c56147c34dc225"
checksum = "0d76867867da891cbe32021ad454e8cae90242f6afb06762e4dd0d357afd1d7b"
dependencies = [
"bstr",
"gix-path",
@ -1209,9 +1209,9 @@ dependencies = [
[[package]]
name = "gix-filter"
version = "0.11.2"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00ce6ea5ac8fca7adbc63c48a1b9e0492c222c386aa15f513405f1003f2f4ab2"
checksum = "e6547738da28275f4dff4e9f3a0f28509f53f94dd6bd822733c91cb306bca61a"
dependencies = [
"bstr",
"encoding_rs",
@ -1241,9 +1241,9 @@ dependencies = [
[[package]]
name = "gix-glob"
version = "0.16.3"
version = "0.16.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a29ad0990cf02c48a7aac76ed0dbddeb5a0d070034b83675cc3bbf937eace4"
checksum = "fa7df15afa265cc8abe92813cd354d522f1ac06b29ec6dfa163ad320575cb447"
dependencies = [
"bitflags 2.6.0",
"bstr",

View file

@ -54,7 +54,7 @@ gix = { version = "0.63.0", default-features = false, features = [
"max-performance-safe",
"blob-diff",
] }
gix-filter = "0.11.2"
gix-filter = "0.11.3"
glob = "0.3.1"
hex = "0.4.3"
ignore = "0.4.20"