diff --git a/Cargo.toml b/Cargo.toml index fc5cb73..bcd4a33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ tokio = { version = "1", features = ["full"] } chromiumoxide = { version = "0.8", features = ["tokio-runtime"] } # MCP server -rmcp = "0.1" +rmcp = "0.12" # Serialization serde = { version = "1", features = ["derive"] } @@ -62,7 +62,7 @@ chrono = { version = "0.4", features = ["serde"] } wasm-bindgen = { version = "0.2", optional = true } # HTTP client -reqwest = { version = "0.12", features = ["json", "rustls-tls"] } +reqwest = { version = "0.13", features = ["json", "rustls-tls"] } # Error handling thiserror = "2"