Skip to content

Commit 75ea1d4

Browse files
authored
Bump Rust dependency versions. (#46)
1 parent c81f68d commit 75ea1d4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ name = "cocoindex_engine"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
pyo3 = { version = "0.23.4" }
13-
anyhow = { version = "1.0.95", features = ["std"] }
14-
async-trait = "0.1.85"
12+
pyo3 = { version = "0.23.5" }
13+
anyhow = { version = "1.0.97", features = ["std"] }
14+
async-trait = "0.1.87"
1515
axum = "0.7.9"
1616
axum-extra = { version = "0.9.6", features = ["query"] }
1717
base64 = "0.22.1"
18-
chrono = "0.4.39"
18+
chrono = "0.4.40"
1919
config = "0.14.1"
2020
const_format = "0.2.34"
2121
env_logger = "0.11.6"
2222
futures = "0.3.31"
23-
log = "0.4.25"
23+
log = "0.4.26"
2424
regex = "1.11.1"
25-
serde = { version = "1.0.217", features = ["derive"] }
26-
serde_json = "1.0.137"
25+
serde = { version = "1.0.218", features = ["derive"] }
26+
serde_json = "1.0.140"
2727
sqlx = { version = "0.8.3", features = ["chrono", "postgres", "runtime-tokio"] }
2828
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
2929
tower = "0.5.2"

0 commit comments

Comments
 (0)