feat(deps): upgrade rmcp to 0.4.1 (#3918)

This commit is contained in:
Alex Hancock
2025-08-07 11:47:19 -04:00
committed by GitHub
parent 9b7593d8cc
commit ad2dfffa22
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -6988,9 +6988,9 @@ dependencies = [
[[package]]
name = "rmcp"
version = "0.4.0"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a04b2d9da174d72bc0511410242eb3e8f47a02d9e23868e4b076c7c70208eb4"
checksum = "0ae7b8e0841e6c5e57448784136315356c70eb92d60d5a5a05a209f159083268"
dependencies = [
"base64 0.22.1",
"chrono",
@@ -7016,9 +7016,9 @@ dependencies = [
[[package]]
name = "rmcp-macros"
version = "0.4.0"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "651b4292f292d4a4ba191e64f0ce553aef5455b8ddf831dc6a8cd328dd68d721"
checksum = "470958f96a5700478601c385ad3d987460372c2223959eddcb682c7273cdfb86"
dependencies = [
"darling 0.21.0",
"proc-macro2",
+1 -1
View File
@@ -14,7 +14,7 @@ description = "An AI agent"
uninlined_format_args = "allow"
[workspace.dependencies]
rmcp = { version = "0.4.0", features = ["schemars", "auth"] }
rmcp = { version = "0.4.1", features = ["schemars", "auth"] }
# Patch for Windows cross-compilation issue with crunchy
[patch.crates-io]