diff --git a/Cargo.toml b/Cargo.toml index d357ddb594..9c994bd780 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,8 +118,7 @@ encoding_rs = "0.8.35" url = "2" # HTTP client -reqwest = { version = "0.12", default-features = false, features = ["native-tls", "rustls-tls-native-roots", "json", "stream", "multipart"] } -#reqwest = { version = "0.13.4", default-features = false, features = ["native-tls", "rustls", "http2", "json", "stream", "multipart", "query", "form"] } +reqwest = { version = "0.13.4", default-features = false, features = ["native-tls", "rustls", "http2", "json", "stream", "multipart", "query", "form"] } # Debug Log HTTP Server axum = { version = "0.8", features = ["json", "ws"] } @@ -255,7 +254,7 @@ rmcp = { version = "1.7", default-features = false, features = [ "client", "elicitation", "macros", - #"reqwest", + "reqwest", "schemars", "server", ] }