From 2b1efbf2153d0c5e00ed34bf502cdcd8afcf1cbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 07:34:10 +0000 Subject: [PATCH] deps(rust): bump the rust-dependencies group across 1 directory with 2 updates Updates the requirements on [rmcp](https://github.com/modelcontextprotocol/rust-sdk) and [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. Updates `rmcp` to 0.12.0 - [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/rust-sdk/commits/rmcp-v0.12.0) Updates `reqwest` to 0.12.28 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.0...v0.12.28) --- updated-dependencies: - dependency-name: rmcp dependency-version: 0.12.0 dependency-type: direct:production dependency-group: rust-dependencies - dependency-name: reqwest dependency-version: 0.12.28 dependency-type: direct:production dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fc5cb73..bcd4a33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ tokio = { version = "1", features = ["full"] } chromiumoxide = { version = "0.8", features = ["tokio-runtime"] } # MCP server -rmcp = "0.1" +rmcp = "0.12" # Serialization serde = { version = "1", features = ["derive"] } @@ -62,7 +62,7 @@ chrono = { version = "0.4", features = ["serde"] } wasm-bindgen = { version = "0.2", optional = true } # HTTP client -reqwest = { version = "0.12", features = ["json", "rustls-tls"] } +reqwest = { version = "0.13", features = ["json", "rustls-tls"] } # Error handling thiserror = "2"