Skip to content

Commit 290a923

Browse files
dependabot[bot]LoricAndre
authored andcommitted
chore(deps): bump which from 7.0.0 to 7.0.1 (#666)
Bumps [which](https://github.com/harryfei/which-rs) from 7.0.0 to 7.0.1. - [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.0...7.0.1) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 920e774 commit 290a923

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

Cargo.lock

Lines changed: 9 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ edition = "2021"
66
[dependencies]
77
rand = "0.8.5"
88
tempfile = "3.14.0"
9-
which = "7.0.0"
9+
which = "7.0.1"

skim/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ beef = "0.5.2" # compact cow
4444
defer-drop = "1.3.0"
4545
indexmap = "2.7.0"
4646
rand = "0.8.5"
47-
which = "7.0.0"
47+
which = "7.0.1"
4848
shell-quote = "0.7.1"
4949

5050
[features]

0 commit comments

Comments
 (0)