diff --git a/Cargo.lock b/Cargo.lock index 57255d0..e132d42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4458,9 +4458,9 @@ dependencies = [ [[package]] name = "rmcp" -version = "1.8.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d1f571c72940a19d9532fe52dbea8bc9912bf1d766c2970bb824056b86f3f59" +checksum = "14db48ee17a9ba61810ab1a9c1beb7d06d8136ae39ac25a1137f10d357af01af" dependencies = [ "async-trait", "base64", @@ -4480,9 +4480,9 @@ dependencies = [ [[package]] name = "rmcp-macros" -version = "1.8.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1aad0035b69380782d78ea95b508327e6deaa2235909053e596eea8f27b5e1d5" +checksum = "783d787bf21813b285f13019adc49e11af501c658890c1e519f31f937c68b7e3" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index fecb337..5796b0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ anyhow = "1.0" gpui = { git = "https://github.com/zed-industries/zed", branch = "main", default-features = false, features = ["font-kit", "wayland", "x11"] } gpui_platform = { git = "https://github.com/zed-industries/zed", branch = "main", default-features = false, features = ["wayland", "x11"] } image = { version = "0.25", default-features = false, features = ["png"] } -rmcp = { version = "1.8.0", features = ["transport-io"] } +rmcp = { version = "2.2.0", features = ["transport-io"] } schemars = "1.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"