Skip to content

Commit 6f21bd5

Browse files
build: bump which from 6.0.3 to 7.0.2
Bumps [which](https://github.com/harryfei/which-rs) from 6.0.3 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@6.0.3...7.0.2) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e448abc commit 6f21bd5

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

Cargo.lock

+12-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

implementations/rust/ockam/ockam_command/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ tokio = { version = "1.41.0", features = ["full"] }
9696
tokio-retry = "0.3"
9797
tracing = { version = "0.1", default-features = false }
9898
url = "2.5.2"
99-
which = "6.0.2"
99+
which = "7.0.2"
100100

101101
[dev-dependencies]
102102
assert_cmd = "2"

0 commit comments

Comments
 (0)