diff --git a/Cargo.lock b/Cargo.lock index 56ddce02f..c128444fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5591,9 +5591,9 @@ dependencies = [ [[package]] name = "rmcp" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "583d060e99feb3a3683fb48a1e4bf5f8d4a50951f429726f330ee5ff548837f8" +checksum = "6f35acda8f89fca5fd8c96cae3c6d5b4c38ea0072df4c8030915f3b5ff469c1c" dependencies = [ "base64 0.22.1", "chrono", @@ -5620,9 +5620,9 @@ dependencies = [ [[package]] name = "rmcp-macros" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "421d8b0ba302f479214889486f9550e63feca3af310f1190efcf6e2016802693" +checksum = "c9f1d5220aaa23b79c3d02e18f7a554403b3ccea544bbb6c69d6bcb3e854a274" dependencies = [ "darling 0.21.3", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 5add67b3c..71c2c366d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -131,7 +131,7 @@ winreg = "0.55.0" schemars = "1.0.4" jsonschema = "0.30.0" zip = "2.2.0" -rmcp = { version = "0.8.0", features = ["client", "transport-sse-client-reqwest", "reqwest", "transport-streamable-http-client-reqwest", "transport-child-process", "tower", "auth"] } +rmcp = { version = "0.8.1", features = ["client", "transport-sse-client-reqwest", "reqwest", "transport-streamable-http-client-reqwest", "transport-child-process", "tower", "auth"] } chat-cli-ui = { path = "crates/chat-cli-ui" } [workspace.lints.rust]