Skip to content

Commit f47c68f

Browse files
chore(deps): bump the patch-minor group across 1 directory with 3 updates
Bumps the patch-minor group with 2 updates in the / directory: [tokio](https://github.com/tokio-rs/tokio) and [arrow-array](https://github.com/apache/arrow-rs). Updates `tokio` from 1.52.1 to 1.52.2 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.1...tokio-1.52.2) Updates `arrow-array` from 58.1.0 to 58.2.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs@58.1.0...58.2.0) Updates `arrow-schema` from 58.1.0 to 58.2.0 - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs@58.1.0...58.2.0) --- updated-dependencies: - dependency-name: arrow-array dependency-version: 58.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-minor - dependency-name: arrow-schema dependency-version: 58.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-minor - dependency-name: tokio dependency-version: 1.52.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 45cc5de commit f47c68f

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

Cargo.lock

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

crates/thetadatadx/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ prost = "=0.14.3"
4949
prost-types = "=0.14.3"
5050

5151
# Async runtime
52-
tokio = { version = "1.52.1", features = ["rt-multi-thread", "macros", "time", "net", "io-util", "sync", "fs"] }
52+
tokio = { version = "1.52.2", features = ["rt-multi-thread", "macros", "time", "net", "io-util", "sync", "fs"] }
5353
tokio-stream = "0.1.18"
5454
tokio-rustls = "0.26.4"
5555
rustls = { version = "0.23.40", features = ["ring"] }
@@ -105,7 +105,7 @@ polars = { version = "0.53", optional = true, default-features = false }
105105
# arrow-array + arrow-schema cover RecordBatch construction for the
106106
# optional `frames` feature only. Kept optional so the default dep
107107
# graph stays slim — FLATFILES does not pull in arrow.
108-
arrow-array = { version = "58.1.0", optional = true }
108+
arrow-array = { version = "58.2.0", optional = true }
109109
arrow-schema = { version = "58.1.0", optional = true }
110110
# JSON encoder for the FLATFILES `Format::Jsonl` output. One serde_json
111111
# Value per row; `to_writer` emits compact form, then we append `\n`.

ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ testing-panic-boundary = []
3232
[dependencies]
3333
thetadatadx = { path = "../crates/thetadatadx" }
3434
tdbe = { version = "0.12.9", path = "../crates/tdbe" }
35-
tokio = { version = "1.52.1", features = ["rt-multi-thread"] }
35+
tokio = { version = "1.52.2", features = ["rt-multi-thread"] }
3636
# Used by the FPSS streaming callback silent-drop observability path
3737
# (see `tdx_fpss_dropped_events` / `tdx_unified_dropped_events`). Keep
3838
# pinned to the same major/minor as the parent crate so the target that

tools/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ thetadatadx = { path = "../../crates/thetadatadx" }
2424
tdbe = { version = "0.12.9", path = "../../crates/tdbe" }
2525
json_canon = { version = "0.1.0", path = "../../crates/json_canon" }
2626
clap = { version = "4.6.1", features = ["derive"] }
27-
tokio = { version = "1.52.1", features = ["rt-multi-thread", "macros"] }
27+
tokio = { version = "1.52.2", features = ["rt-multi-thread", "macros"] }
2828
sonic-rs = "0.5.8"
2929
comfy-table = "7.2.2"

0 commit comments

Comments
 (0)