Skip to content

Commit a743f15

Browse files
chore(deps): update which requirement from 7 to 8 (#807)
Updates the requirements on [which](https://github.com/harryfei/which-rs) to permit the latest version. - [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...8.0.2) --- updated-dependencies: - dependency-name: which dependency-version: 8.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a64be23 commit a743f15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/rmcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ tower-service = { version = "0.3", optional = true }
8282
process-wrap = { version = "9.0", features = ["tokio1"], optional = true }
8383

8484
# for cross-platform executable path resolution
85-
which = { version = "7", optional = true }
85+
which = { version = "8", optional = true }
8686

8787
# for ws transport
8888
# tokio-tungstenite ={ version = "0.26", optional = true }

0 commit comments

Comments
 (0)