Skip to content

Commit 1e6a9c4

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

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

Cargo.lock

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

crates/codegraph-mcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fastrand = { workspace = true }
2929
clap = { workspace = true }
3030
colored = { workspace = true }
3131
indicatif = { workspace = true }
32-
which = "6.0"
32+
which = "8.0"
3333
nix = { version = "0.29", features = ["process", "signal"] }
3434
notify = "6.1"
3535
walkdir = "2.5"

0 commit comments

Comments
 (0)