chore: upgrade to rmcp 0.16.0 (#7274)

This commit is contained in:
Alex Hancock
2026-02-18 20:41:14 -05:00
committed by GitHub
parent c697d9499b
commit 4b3eef0c9a
7 changed files with 167 additions and 35 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ thiserror = { workspace = true }
clap = { workspace = true }
serde_yaml = { workspace = true }
utoipa = { workspace = true, features = ["axum_extras", "chrono"] }
reqwest = { workspace = true, features = ["json", "rustls-tls", "blocking", "multipart", "system-proxy"], default-features = false }
reqwest = { workspace = true, features = ["json", "rustls", "blocking", "multipart", "system-proxy"], default-features = false }
tokio-util = { workspace = true }
serde_path_to_error = "0.1.20"
tokio-tungstenite = { version = "0.28.0", features = ["rustls-tls-native-roots"] }