deps: upgrade rmcp to 0.9.1 (#5860)

This commit is contained in:
Alex Hancock
2025-11-25 09:36:33 -05:00
committed by GitHub
parent 89aa38ceb2
commit bb54aa5881
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ uninlined_format_args = "allow"
string_slice = "warn"
[workspace.dependencies]
rmcp = { version = "0.9.0", features = ["schemars", "auth"] }
rmcp = { version = "0.9.1", features = ["schemars", "auth"] }
# Patch for Windows cross-compilation issue with crunchy
[patch.crates-io]