chore: upgrade to rmcp 0.16.0 (#7274)
This commit is contained in:
@@ -49,7 +49,7 @@ async-trait = { workspace = true }
|
||||
base64 = { workspace = true }
|
||||
regex = { workspace = true }
|
||||
tar = "0.4"
|
||||
reqwest = { workspace = true, features = ["blocking", "rustls-tls-native-roots"] }
|
||||
reqwest = { workspace = true, features = ["blocking", "rustls"], default-features = false }
|
||||
zip = { version = "^8.0", default-features = false, features = ["deflate"] }
|
||||
bzip2 = "0.5"
|
||||
# Web server dependencies
|
||||
|
||||
@@ -26,7 +26,7 @@ schemars = { workspace = true }
|
||||
shellexpand = { workspace = true }
|
||||
indoc = { workspace = true }
|
||||
xcap = "=0.4.0"
|
||||
reqwest = { workspace = true, features = ["json", "rustls-tls-native-roots", "system-proxy"], default-features = false }
|
||||
reqwest = { workspace = true, features = ["json", "rustls", "system-proxy"], default-features = false }
|
||||
chrono = { workspace = true }
|
||||
etcetera = { workspace = true }
|
||||
tempfile = { workspace = true }
|
||||
|
||||
@@ -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"] }
|
||||
|
||||
@@ -27,7 +27,7 @@ anyhow = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
futures = { workspace = true }
|
||||
dirs = { workspace = true }
|
||||
reqwest = { workspace = true, features = ["rustls-tls-native-roots", "json", "cookies", "gzip", "brotli", "deflate", "zstd", "charset", "http2", "stream", "blocking", "multipart", "system-proxy"], default-features = false }
|
||||
reqwest = { workspace = true, features = ["rustls", "json", "cookies", "gzip", "brotli", "deflate", "zstd", "charset", "http2", "stream", "blocking", "multipart", "system-proxy"], default-features = false }
|
||||
tokio = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
|
||||
@@ -105,6 +105,7 @@ pub async fn oauth_flow(
|
||||
.save(StoredCredentials {
|
||||
client_id,
|
||||
token_response,
|
||||
granted_scopes: vec![],
|
||||
})
|
||||
.await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user