fix: upgraded to newer rmcp version to get native-tls support

This commit is contained in:
2026-04-20 13:50:34 -06:00
parent f7fb249d43
commit 8f7d3bd13c
3 changed files with 11 additions and 12 deletions
Generated
+8 -4
View File
@@ -4467,15 +4467,19 @@ dependencies = [
"http-body 1.0.1",
"http-body-util",
"hyper 1.9.0",
"hyper-tls",
"hyper-util",
"js-sys",
"log",
"native-tls",
"percent-encoding",
"pin-project-lite",
"rustls-pki-types",
"serde",
"serde_json",
"sync_wrapper",
"tokio",
"tokio-native-tls",
"tokio-util",
"tower",
"tower-http",
@@ -4528,9 +4532,9 @@ dependencies = [
[[package]]
name = "rmcp"
version = "0.16.0"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc4c9c94680f75470ee8083a0667988b5d7b5beb70b9f998a8e51de7c682ce60"
checksum = "67d69668de0b0ccd9cc435f700f3b39a7861863cf37a15e1f304ea78688a4826"
dependencies = [
"async-trait",
"base64",
@@ -4555,9 +4559,9 @@ dependencies = [
[[package]]
name = "rmcp-macros"
version = "0.16.0"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90c23c8f26cae4da838fbc3eadfaecf2d549d97c04b558e7bd90526a9c28b42a"
checksum = "48fdc01c81097b0aed18633e676e269fefa3a78ec1df56b4fe597c1241b92025"
dependencies = [
"darling 0.23.0",
"proc-macro2",