diff --git a/Cargo.lock b/Cargo.lock index 3d7714d..9a00e48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2349,9 +2349,9 @@ dependencies = [ [[package]] name = "rmcp" -version = "1.8.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d1f571c72940a19d9532fe52dbea8bc9912bf1d766c2970bb824056b86f3f59" +checksum = "f00a32c3b81b7b254076a65abd5ab2551209146713ba38f73818657e865e9433" dependencies = [ "async-trait", "base64", @@ -2371,9 +2371,9 @@ dependencies = [ [[package]] name = "rmcp-macros" -version = "1.8.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1aad0035b69380782d78ea95b508327e6deaa2235909053e596eea8f27b5e1d5" +checksum = "2ee70afb7956da9f30d5348a2539b5eb90d9038f834463657ab717076ac3b1ad" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 3f328da..7346857 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ rsa = { version = "0.9", features = ["pem"] } base64 = "0.22" mail-auth = "0.10" mime_guess = "2" -rmcp = { version = "1.7.0", features = ["server", "transport-io"] } +rmcp = { version = "2.1.0", features = ["server", "transport-io"] } tokio = { version = "1.52.3", features = ["rt-multi-thread", "macros", "io-util", "io-std", "net", "time", "sync", "signal"] } tokio-rustls = "0.26" rustls = { version = "0.23", default-features = false, features = ["aws-lc-rs", "std"] }