From d1a0092d0079605199951a0db2b5d265c24c8310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 15:22:19 +0000 Subject: [PATCH] build(deps): bump thrift from 0.17.0 to 0.23.0 in /quickwit Bumps [thrift](https://github.com/apache/thrift) from 0.17.0 to 0.23.0. - [Release notes](https://github.com/apache/thrift/releases) - [Changelog](https://github.com/apache/thrift/blob/master/CHANGES.md) - [Commits](https://github.com/apache/thrift/compare/v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: thrift dependency-version: 0.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- quickwit/Cargo.lock | 25 +++++++++++++++++++-- quickwit/quickwit-parquet-engine/Cargo.toml | 2 +- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/quickwit/Cargo.lock b/quickwit/Cargo.lock index 448e8b3db57..3c21db03c34 100644 --- a/quickwit/Cargo.lock +++ b/quickwit/Cargo.lock @@ -7006,6 +7006,15 @@ dependencies = [ "num-traits", ] +[[package]] +name = "ordered-float" +version = "3.9.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc" +dependencies = [ + "num-traits", +] + [[package]] name = "ordered-float" version = "4.6.0" @@ -7201,7 +7210,7 @@ dependencies = [ "seq-macro", "simdutf8", "snap", - "thrift", + "thrift 0.17.0", "tokio", "twox-hash", "zstd", @@ -9172,7 +9181,7 @@ dependencies = [ "storekey", "tempfile", "thiserror 2.0.18", - "thrift", + "thrift 0.23.0", "tokio", "tracing", "ulid", @@ -12014,6 +12023,18 @@ dependencies = [ "ordered-float 2.10.1", ] +[[package]] +name = "thrift" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f650151e44bb59950b3adf32de0064813d1148f34f4884b7f5b539f29596859" +dependencies = [ + "byteorder", + "integer-encoding", + "ordered-float 3.9.2", + "uuid", +] + [[package]] name = "tikv-jemalloc-ctl" version = "0.6.1" diff --git a/quickwit/quickwit-parquet-engine/Cargo.toml b/quickwit/quickwit-parquet-engine/Cargo.toml index e4906f79700..6cae005f0dc 100644 --- a/quickwit/quickwit-parquet-engine/Cargo.toml +++ b/quickwit/quickwit-parquet-engine/Cargo.toml @@ -28,7 +28,7 @@ serde = { workspace = true } serde_json = { workspace = true } serde_with = { workspace = true } thiserror = { workspace = true } -thrift = { version = "0.17", default-features = false } +thrift = { version = "0.23", default-features = false } tokio = { workspace = true } tracing = { workspace = true } ulid = { workspace = true }