bump rmcp 1.7 → 2.2 (#2529)

This commit is contained in:
damocles 2026-07-16 16:07:28 +02:00 committed by mara
commit 4737ab02b8
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -3569,9 +3569,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",
"bytes",
@ -3599,9 +3599,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",

View file

@ -48,7 +48,7 @@ hive-host-sock = { path = "hive-host-sock" }
hive-priv-sock = { path = "hive-priv-sock" }
thiserror = "2"
tower-http = { version = "0.7", features = ["fs"] }
rmcp = { version = "1.7", default-features = false, features = [
rmcp = { version = "2", default-features = false, features = [
"server",
"macros",
"transport-io",