From 8dff3ba10a366fb01ec2b0cc4fe3b9f642fbcda5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 00:22:54 +0000 Subject: [PATCH] Update thrift requirement from 0.13 to 0.17 Updates the requirements on [thrift](https://github.com/apache/thrift) to permit the latest version. - [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.13.0...v0.17.0) --- updated-dependencies: - dependency-name: thrift dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- parquet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml index eb03033c52df..62f54934b933 100644 --- a/parquet/Cargo.toml +++ b/parquet/Cargo.toml @@ -33,7 +33,7 @@ rust-version = "1.62" ahash = "0.8" parquet-format = { version = "4.0.0", default-features = false } bytes = { version = "1.1", default-features = false, features = ["std"] } -thrift = { version = "0.13", default-features = false } +thrift = { version = "0.17", default-features = false } snap = { version = "1.0", default-features = false, optional = true } brotli = { version = "3.3", default-features = false, features = ["std"], optional = true } flate2 = { version = "1.0", default-features = false, features = ["rust_backend"], optional = true }