@@ -227,7 +227,7 @@ axum = { version = "0.8", features = ["macros", "json", "multipart"], optional =
227227tower = { version = " 0.5" , optional = true }
228228tower-http = { version = " 0.6" , features = [" cors" , " trace" , " limit" ], optional = true }
229229utoipa = { version = " 5.4" , features = [" axum_extras" ], optional = true }
230- rmcp = { version = " 0.15 .0" , features = [
230+ rmcp = { version = " 0.16 .0" , features = [
231231 " server" ,
232232 " macros" ,
233233 " base64" ,
@@ -266,7 +266,7 @@ reqwest = { workspace = true, default-features = false, features = [
266266 " blocking" ,
267267], optional = true }
268268# Use rustls-tls for fastembed on non-Windows platforms
269- fastembed = { version = " 5.9 " , default-features = false , features = [
269+ fastembed = { version = " 5.10 " , default-features = false , features = [
270270 " hf-hub-rustls-tls" ,
271271 " ort-load-dynamic" ,
272272], optional = true }
@@ -285,7 +285,7 @@ reqwest = { workspace = true, default-features = false, features = [
285285 " blocking" ,
286286], optional = true }
287287# Use native-tls for fastembed on Windows
288- fastembed = { version = " 5.9 " , default-features = false , features = [
288+ fastembed = { version = " 5.10 " , default-features = false , features = [
289289 " hf-hub-native-tls" ,
290290 " ort-load-dynamic" ,
291291], optional = true }
0 commit comments