diff --git a/Cargo.lock b/Cargo.lock index c83318c..5409d5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3499,9 +3499,9 @@ dependencies = [ [[package]] name = "rmcp" -version = "1.7.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0810a9f717d9828f475fe1f629f4c305c8464b7f496c3a854b58d29e65f4058e" +checksum = "d52d21e5b342699bc4de690e6104fc4e43255e4e8420ff0f2cbb963aac09da6f" dependencies = [ "async-trait", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 3063357..505179f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ image = { version = "0.25", default-features = false, features = ["gif", "jpeg", lru = "0.18" regex = "1" reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "stream"] } -rmcp = { version = "1.7.0", default-features = false, features = ["base64", "client", "schemars", "server", "transport-child-process"] } +rmcp = { version = "2.0.0", default-features = false, features = ["base64", "client", "schemars", "server", "transport-child-process"] } schemars = "1.2" serde = { version = "1", features = ["derive"] } serde_json = "1"