Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update thrift requirement from 0.13 to 0.17 #28

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
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](apache/thrift@v0.13.0...v0.17.0)

---
updated-dependencies:
- dependency-name: thrift
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Nov 14, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 549ca90fa837ac863b9b18642583c44d312801f6
2 changes: 1 addition & 1 deletion parquet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ rust-version = "1.57"
parquet-format = { version = "4.0.0", default-features = false }
bytes = { version = "1.1", default-features = false, features = ["std"] }
byteorder = { version = "1", default-features = false }
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 }