From 0b4689b204e85f8cc65d8ff14cddabbd098cfdc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:46:47 +0000 Subject: [PATCH] chore(deps): update which requirement from 7 to 8 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](https://github.com/harryfei/which-rs/compare/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] --- crates/rmcp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rmcp/Cargo.toml b/crates/rmcp/Cargo.toml index 63a990e8..4467b0a3 100644 --- a/crates/rmcp/Cargo.toml +++ b/crates/rmcp/Cargo.toml @@ -82,7 +82,7 @@ tower-service = { version = "0.3", optional = true } process-wrap = { version = "9.0", features = ["tokio1"], optional = true } # for cross-platform executable path resolution -which = { version = "7", optional = true } +which = { version = "8", optional = true } # for ws transport # tokio-tungstenite ={ version = "0.26", optional = true }