Update rmcp to 1.5.0 (fixes #8453) (#8618)

This commit is contained in:
jh-block 2026-04-17 12:50:27 +02:00 committed by GitHub
parent afcdf2cab3
commit 69d89859a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 22 additions and 27 deletions

View file

@ -20,7 +20,7 @@ uninlined_format_args = "allow"
string_slice = "warn"
[workspace.dependencies]
rmcp = { version = "1.2.0", features = ["schemars", "auth"] }
rmcp = { version = "1.5.0", features = ["schemars", "auth"] }
agent-client-protocol-schema = { version = "0.11", features = ["unstable"] }
sacp = "11.0.0"
arboard = "3"