Skip to content

Commit 9c95651

Browse files
chore(deps): bump the patch-minor group across 1 directory with 8 updates
Bumps the patch-minor group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [tonic](https://github.com/hyperium/tonic) | `0.14.5` | `0.14.6` | | [tonic-prost](https://github.com/hyperium/tonic) | `0.14.5` | `0.14.6` | | [tokio](https://github.com/tokio-rs/tokio) | `1.52.1` | `1.52.3` | | [arrow-array](https://github.com/apache/arrow-rs) | `58.1.0` | `58.2.0` | | [pyo3](https://github.com/pyo3/pyo3) | `0.28.2` | `0.28.3` | | [tonic-prost-build](https://github.com/hyperium/tonic) | `0.14.5` | `0.14.6` | | [arrow-ipc](https://github.com/apache/arrow-rs) | `58.1.0` | `58.2.0` | Updates `tonic` from 0.14.5 to 0.14.6 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.5...tonic-v0.14.6) Updates `tonic-prost` from 0.14.5 to 0.14.6 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.5...tonic-prost-v0.14.6) Updates `tokio` from 1.52.1 to 1.52.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.1...tokio-1.52.3) 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) Updates `pyo3` from 0.28.2 to 0.28.3 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.28.2...v0.28.3) Updates `tonic-prost-build` from 0.14.5 to 0.14.6 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.5...tonic-prost-build-v0.14.6) Updates `arrow-ipc` 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-ipc 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: pyo3 dependency-version: 0.28.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor - dependency-name: tonic dependency-version: 0.14.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor - dependency-name: tonic-prost dependency-version: 0.14.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor - dependency-name: tonic-prost-build dependency-version: 0.14.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 79db040 commit 9c95651

4 files changed

Lines changed: 43 additions & 43 deletions

File tree

Cargo.lock

Lines changed: 33 additions & 33 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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ live-tests = []
4343
tdbe = { version = "0.13.1", path = "../tdbe" }
4444

4545
# gRPC + protobuf (tonic 0.14 extracted prost codec into tonic-prost)
46-
tonic = { version = "=0.14.5", features = ["tls-ring", "tls-native-roots", "channel", "transport"] }
47-
tonic-prost = "=0.14.5"
46+
tonic = { version = "=0.14.6", features = ["tls-ring", "tls-native-roots", "channel", "transport"] }
47+
tonic-prost = "=0.14.6"
4848
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.3", 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"] }
@@ -112,7 +112,7 @@ polars = { version = "0.53", optional = true, default-features = false }
112112
# arrow-array + arrow-schema cover RecordBatch construction for the
113113
# optional `frames` feature only. Kept optional so the default dep
114114
# graph stays slim — FLATFILES does not pull in arrow.
115-
arrow-array = { version = "58.1.0", optional = true }
115+
arrow-array = { version = "58.2.0", optional = true }
116116
arrow-schema = { version = "58.1.0", optional = true }
117117
# JSON encoder for the FLATFILES `Format::Jsonl` output. One serde_json
118118
# Value per row; `to_writer` emits compact form, then we append `\n`.
@@ -144,11 +144,11 @@ toml = "1.1.2"
144144
# same patch as the Python SDK shim under `sdks/python/` so the
145145
# dev-dependency graph stays consistent. dev-only — never enters the
146146
# published crate graph.
147-
pyo3 = { version = "=0.28.2", features = ["auto-initialize"] }
147+
pyo3 = { version = "=0.28.3", features = ["auto-initialize"] }
148148

149149
[build-dependencies]
150150
# tonic 0.14 extracted build integration into tonic-prost-build
151-
tonic-prost-build = "=0.14.5"
151+
tonic-prost-build = "=0.14.6"
152152
prost-build = "=0.14.3"
153153
regex = "1.12.3"
154154
toml = "1.1.2"

ffi/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ testing-panic-boundary = []
3232
[dependencies]
3333
thetadatadx = { path = "../crates/thetadatadx", features = ["arrow"] }
3434
tdbe = { version = "0.13.1", path = "../crates/tdbe" }
35-
tokio = { version = "1.52.1", features = ["rt-multi-thread"] }
36-
arrow-array = "58.1.0"
37-
arrow-ipc = "58.1.0"
35+
tokio = { version = "1.52.3", features = ["rt-multi-thread"] }
36+
arrow-array = "58.2.0"
37+
arrow-ipc = "58.2.0"
3838
arrow-schema = "58.1.0"
3939
# Used by the FPSS streaming callback silent-drop observability path
4040
# (see `tdx_fpss_dropped_events` / `tdx_unified_dropped_events`). Keep

tools/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ path = "src/main.rs"
2323
thetadatadx = { path = "../../crates/thetadatadx" }
2424
tdbe = { version = "0.13.1", path = "../../crates/tdbe" }
2525
clap = { version = "4.6.1", features = ["derive"] }
26-
tokio = { version = "1.52.1", features = ["rt-multi-thread", "macros"] }
26+
tokio = { version = "1.52.3", features = ["rt-multi-thread", "macros"] }
2727
sonic-rs = "0.5.8"
2828
comfy-table = "7.2.2"

0 commit comments

Comments
 (0)