@@ -13,7 +13,7 @@ crate-type = ["cdylib"]
1313[dependencies ]
1414pyo3 = { version = " 0.23.5" }
1515anyhow = { version = " 1.0.97" , features = [" std" ] }
16- async-trait = " 0.1.87 "
16+ async-trait = " 0.1.88 "
1717axum = " 0.7.9"
1818axum-extra = { version = " 0.9.6" , features = [" query" ] }
1919base64 = " 0.22.1"
@@ -26,7 +26,7 @@ regex = "1.11.1"
2626serde = { version = " 1.0.219" , features = [" derive" ] }
2727serde_json = " 1.0.140"
2828sqlx = { version = " 0.8.3" , features = [" chrono" , " postgres" , " runtime-tokio" ] }
29- tokio = { version = " 1.44.0 " , features = [
29+ tokio = { version = " 1.44.1 " , features = [
3030 " macros" ,
3131 " rt-multi-thread" ,
3232 " full" ,
@@ -46,7 +46,7 @@ pythonize = "0.23.0"
4646schemars = " 0.8.22"
4747console-subscriber = " 0.4.1"
4848env_logger = " 0.11.7"
49- reqwest = { version = " 0.12.13 " , default_features = false , features = [
49+ reqwest = { version = " 0.12.15 " , default-features = false , features = [
5050 " json" ,
5151 " rustls-tls" ,
5252] }
@@ -58,7 +58,7 @@ tree-sitter-c = "0.23.4"
5858tree-sitter-cpp = " 0.23.4"
5959tree-sitter-c-sharp = " 0.23.1"
6060tree-sitter-css = " 0.23.2"
61- tree-sitter-fortran = " 0.5.0 "
61+ tree-sitter-fortran = " 0.5.1 "
6262tree-sitter-go = " 0.23.4"
6363tree-sitter-html = " 0.23.2"
6464tree-sitter-java = " 0.23.5"
0 commit comments