Skip to content

Commit f4ec3e2

Browse files
committed
Upgrade Rust dependency versions.
1 parent 98d5e95 commit f4ec3e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ crate-type = ["cdylib"]
1313
[dependencies]
1414
pyo3 = { version = "0.23.5" }
1515
anyhow = { version = "1.0.97", features = ["std"] }
16-
async-trait = "0.1.87"
16+
async-trait = "0.1.88"
1717
axum = "0.7.9"
1818
axum-extra = { version = "0.9.6", features = ["query"] }
1919
base64 = "0.22.1"
@@ -26,7 +26,7 @@ regex = "1.11.1"
2626
serde = { version = "1.0.219", features = ["derive"] }
2727
serde_json = "1.0.140"
2828
sqlx = { 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"
4646
schemars = "0.8.22"
4747
console-subscriber = "0.4.1"
4848
env_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"
5858
tree-sitter-cpp = "0.23.4"
5959
tree-sitter-c-sharp = "0.23.1"
6060
tree-sitter-css = "0.23.2"
61-
tree-sitter-fortran = "0.5.0"
61+
tree-sitter-fortran = "0.5.1"
6262
tree-sitter-go = "0.23.4"
6363
tree-sitter-html = "0.23.2"
6464
tree-sitter-java = "0.23.5"

0 commit comments

Comments
 (0)