Skip to content

Commit

Permalink
Bump which from 7.0.1 to 7.0.2
Browse files Browse the repository at this point in the history
Bumps [which](https://github.com/harryfei/which-rs) from 7.0.1 to 7.0.2.
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](harryfei/which-rs@7.0.1...7.0.2)

---
updated-dependencies:
- dependency-name: which
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 4bf6b59 commit e0a033a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ tracing-subscriber = { version = "0.3.19", features = ["serde", "serde_json", "e
unindent = "0.2.3"
url = { version = "2.5.4", features = ["serde"] }
walkdir = "2.4.0"
which = { version = "7.0.1", features = ["regex"] }
which = { version = "7.0.2", features = ["regex"] }
xxhash-rust = { version = "0.8.15", features = ["const_xxh3", "const_xxh32", "const_xxh64", "xxh3", "xxh32", "xxh64"] }
zstd = "0.13.2"

Expand Down

0 comments on commit e0a033a

Please sign in to comment.