Skip to content

Commit 8afeb14

Browse files
committed
build: update dependencies in Cargo.toml and Cargo.lock
* Bump versions of several dependencies including tokio, pyo3-log, prost, uuid, and log to their latest releases. * Update Cargo.lock to reflect the changes in dependency versions.
1 parent 3a1eccb commit 8afeb14

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ protoc = ["datafusion-substrait/protoc"]
4242
substrait = ["dep:datafusion-substrait"]
4343

4444
[dependencies]
45-
tokio = { version = "1.47", features = [
45+
tokio = { version = "1.49", features = [
4646
"macros",
4747
"rt",
4848
"rt-multi-thread",
@@ -54,16 +54,16 @@ pyo3 = { version = "0.26", features = [
5454
"abi3-py310",
5555
] }
5656
pyo3-async-runtimes = { version = "0.26", features = ["tokio-runtime"] }
57-
pyo3-log = "0.13.2"
57+
pyo3-log = "0.13.3"
5858
arrow = { version = "57", features = ["pyarrow"] }
5959
arrow-select = { version = "57" }
6060
datafusion = { version = "52", features = ["avro", "unicode_expressions"] }
6161
datafusion-substrait = { version = "52", optional = true }
6262
datafusion-proto = { version = "52" }
6363
datafusion-ffi = { version = "52" }
64-
prost = "0.14.1" # keep in line with `datafusion-substrait`
64+
prost = "0.14.3" # keep in line with `datafusion-substrait`
6565
serde_json = "1"
66-
uuid = { version = "1.18", features = ["v4"] }
66+
uuid = { version = "1.21", features = ["v4"] }
6767
mimalloc = { version = "0.1", optional = true, default-features = false, features = [
6868
"local_dynamic_tls",
6969
] }
@@ -77,11 +77,11 @@ object_store = { version = "0.12.4", features = [
7777
"http",
7878
] }
7979
url = "2"
80-
log = "0.4.27"
80+
log = "0.4.29"
8181
parking_lot = "0.12"
8282

8383
[build-dependencies]
84-
prost-types = "0.14.1" # keep in line with `datafusion-substrait`
84+
prost-types = "0.14.3" # keep in line with `datafusion-substrait`
8585
pyo3-build-config = "0.26"
8686

8787
[lib]

0 commit comments

Comments
 (0)