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

build(deps): bump the cargo-dependencies group across 1 directory with 47 updates #353

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps the cargo-dependencies group with 39 updates in the / directory:

Package From To
clap 4.5.26 4.5.27
histogram 0.11.1 0.11.2
hyper 1.5.2 1.6.0
openssl 0.10.68 0.10.69
openssl-sys 0.9.104 0.9.105
rustls 0.23.21 0.23.22
rustls-native-certs 0.7.3 0.8.1
tempfile 3.15.0 3.16.0
webpki-roots 0.26.7 0.26.8
arrow-arith 53.3.0 53.4.0
arrow-cast 53.3.0 53.4.0
arrow-csv 53.3.0 53.4.0
arrow-ipc 53.3.0 53.4.0
arrow-json 53.3.0 53.4.0
arrow-ord 53.3.0 53.4.0
arrow-row 53.3.0 53.4.0
arrow-string 53.3.0 53.4.0
async-trait 0.1.85 0.1.86
aws-lc-rs 1.12.0 1.12.2
brotli-decompressor 4.0.1 4.0.2
bumpalo 3.16.0 3.17.0
cc 1.2.9 1.2.11
cmake 0.1.52 0.1.53
cpufeatures 0.2.16 0.2.17
crunchy 0.2.2 0.2.3
httparse 1.9.5 1.10.0
native-tls 0.2.12 0.2.13
openssl-probe 0.1.5 0.1.6
parquet 53.3.0 53.4.0
prettyplease 0.2.25 0.2.29
rustix 0.38.43 0.38.44
rustls-pki-types 1.10.1 1.11.0
ryu 1.0.18 1.0.19
semver 1.0.24 1.0.25
serde_json 1.0.135 1.0.138
syn 2.0.96 2.0.98
toml_edit 0.22.22 0.22.23
unicode-ident 1.0.14 1.0.16
webpki-root-certs 0.26.7 0.26.8

Updates clap from 4.5.26 to 4.5.27

Release notes

Sourced from clap's releases.

v4.5.27

[4.5.27] - 2025-01-20

Documentation

  • Iterate on tutorials and reference based on feedback
Changelog

Sourced from clap's changelog.

[4.5.27] - 2025-01-20

Documentation

  • Iterate on tutorials and reference based on feedback
Commits

Updates histogram from 0.11.1 to 0.11.2

Commits

Updates hyper from 1.5.2 to 1.6.0

Release notes

Sourced from hyper's releases.

v1.6.0

Features

  • ext: add ext::on_informational() callback extension (#3818) (8ce1fcfa, closes #2565)
  • server: add http1::Builder::ignore_invalid_headers(bool) option (#3824) (3817a79b)

Bug Fixes

Breaking Changes

  • http2::Builder::max_local_error_reset_streams() now takes &mut self and returns &mut Self. In practice, this shouldn't break almost anyone. It was the wrong receiver and return types. (e981a91e)

New Contributors

Thanks

Full Changelog: hyperium/hyper@v1.5.2...v1.6.0

Changelog

Sourced from hyper's changelog.

v1.6.0 (2025-01-28)

Bug Fixes

Features

  • ext: add ext::on_informational() callback extension (#3818) (8ce1fcfa, closes #2565)
  • server: add http1::Builder::ignore_invalid_headers(bool) option (#3824) (3817a79b)

Breaking Changes

  • http2::Builder::max_local_error_reset_streams() now takes &mut self and returns &mut Self. In practice, this shouldn't break almost anyone. It was the wrong receiver and return types. (e981a91e)
Commits
  • 621d8e4 v1.6.0
  • 83f4588 chore(LICENSE): update copyright year
  • 10b09ff fix(server): start http1 header read timeout when conn is idle (#3828)
  • 8ce1fcf feat(ext): add ext::on_informational() callback extension (#3818)
  • de28b0e chore(ci): use msrv aware dependency resolver (#3831)
  • 5baf537 chore(ci): use yq to get rust-version in manifest (#3829)
  • 3817a79 feat(server): add http1::Builder::ignore_invalid_headers(bool) option (#3824)
  • e981a91 fix(server): change max_local_error_reset_streams function to &mut self (...
  • See full diff in compare view

Updates openssl from 0.10.68 to 0.10.69

Release notes

Sourced from openssl's releases.

openssl v0.10.69

What's Changed

New Contributors

Full Changelog: sfackler/rust-openssl@openssl-v0.10.68...openssl-v0.10.69

Commits
  • b5fb360 Release openssl v0.10.69
  • f6f74af Merge pull request #2353 from sfackler/verify-locations
  • 555d498 Expose SSL_CTX_load_verify_locations
  • b255dee Merge pull request #2275 from initsecret/support-xof-squeeze
  • 95159d0 oops forgot compiler directive
  • cc16063 Merge remote-tracking branch 'upstream/master' into support-xof-squeeze
  • 769f0b2 disallow updates after squeezes
  • 538a5cb Merge pull request #2330 from dcermak/use-prime256v1-key
  • 3319720 Switch the test to use prime256v1 based key
  • d3d7c12 Merge pull request #2327 from ViktoriiaKovalova/add-select-alpn-cb
  • Additional commits viewable in compare view

Updates openssl-sys from 0.9.104 to 0.9.105

Release notes

Sourced from openssl-sys's releases.

openssl-sys v0.9.105

What's Changed

New Contributors

Full Changelog: sfackler/rust-openssl@openssl-sys-v0.9.104...openssl-sys-v0.9.105

Commits
  • c9a33e2 Release openssl-sys v0.9.105
  • f014afb Merge pull request #2360 from sfackler/fix-alpn-lifetimes
  • 8e6e30b Fix lifetimes in ssl::select_next_proto
  • 1aff280 Merge pull request #2358 from alex/expose-dlts
  • 16ca5b2 Merge pull request #2359 from sfackler/alex-patch-1
  • 4c9fbb0 Test against 3.4.0 final release
  • 5ecb31d Update openssl/src/ssl/mod.rs
  • 4830f5b Expose SslMethod::{dtls_client,dtls_server}
  • bab03c4 Merge pull request #2356 from botovq/rm-ec-method
  • 36720a5 Remove EC_METHOD and EC_GROUP_new for LibreSSL 4.1
  • Additional commits viewable in compare view

Updates rustls from 0.23.21 to 0.23.22

Commits
  • 784b873 Further defend ChunkVecBuffer::prefix_used invariant
  • 200d566 Re-privatize ChunkVecBuffer::consume() and defend misuse
  • a5d8a6b Detect ChunkVecBuffer::consume larger than length
  • d978e2f chore(deps): update rust crate x509-parser to 0.17
  • 43c2336 Detect illegal HRR if X25519 offered as secondary kx
  • 2551558 Increase accuracy of when to include second keyshare
  • 50d1acd Add X25519MLKEM768 to features documentation
  • bf663b6 Move crypto::aws_lc_rs::pq docs into manual
  • e883143 Bump rustls 0.23.22, rustls-post-quantum 0.2.2
  • c7a86de Add post-quantum key exchange algorithm to defaults
  • Additional commits viewable in compare view

Updates rustls-native-certs from 0.7.3 to 0.8.1

Release notes

Sourced from rustls-native-certs's releases.

0.8.1

We are bumping the MSRV to 1.71 across the rustls project to accomodate newer Rust features and dependencies.

What's Changed

0.8.0

Breaking changes

  • load_native_certs() now returns a CertificateResult value containing all the certificates that were successfully found as well as any errors encountered. Changes made in 0.7.1 in order to find certificates in more locations resulted in new errors in scenarios that previously worked for most users. This change allows callers to determine the error handling strategy most appropriate to their application.

What's Changed

Commits
  • 7331138 build(deps): bump schannel in the crates-io group across 1 directory
  • 7afbcda Bump version to 0.8.1
  • 72217dc Upgrade to security-framework 3
  • 6b453de Update semver-compatible dependencies
  • c7a3395 Remove old release history from README
  • 13df7ca Bump MSRV to 1.71
  • 3147a4f build(deps): bump rustls from 0.23.15 to 0.23.16 in the crates-io group
  • c407a37 build(deps): bump rustls from 0.23.14 to 0.23.15 in the crates-io group
  • 79dc22e Use PEM decoding from rustls-pki-types directly
  • c44c331 Tweak Display impl for Error
  • Additional commits viewable in compare view

Updates tempfile from 3.15.0 to 3.16.0

Changelog

Sourced from tempfile's changelog.

3.16.0

  • Update getrandom to 0.3.0 (thanks to @​paolobarbolini).
  • Allow windows-sys versions 0.59.x in addition to 0.59.0 (thanks @​ErichDonGubler).
  • Improved security documentation (thanks to @​n0toose for collaborating with me on this).
Commits

Updates webpki-roots from 0.26.7 to 0.26.8

Release notes

Sourced from webpki-roots's releases.

0.26.8

Upstream changes

What's Changed

Full Changelog: rustls/webpki-roots@v/0.26.7...v/0.26.8

Commits
  • 32504ae webpki-(roots|root-certs): v0.26.7 -> v0.26.8
  • 9a8498a jan 30th upstream ccadb updates
  • ba9f97a build(deps): update x509-parser requirement from 0.16.0 to 0.17.0
  • bd621fa ci: use persist-credentials: false throughout
  • See full diff in compare view

Updates arrow-arith from 53.3.0 to 53.4.0

Release notes

Sourced from arrow-arith's releases.

53.4.0

Changelog

53.4.0 (2025-01-14)

Full Changelog

Merged pull requests:

  • fix clippy (#6791) (#6940)
  • fix: decimal conversion looses value on lower precision (#6836) (#6936)
  • perf: Use Cow in get_format_string in FFI_ArrowSchema (#6853) (#6937)
  • fix: Encoding of List offsets was incorrect when slice offsets begin …
  • [arrow-cast] Support cast numeric to string view (alternate) (#6816) (#…
  • Enable matching temporal as from_type to Utf8View (#6872) (#6956)
  • [arrow-cast] Support cast boolean from/to string view (#6822) (#6957)
  • [53.0.0_maintenance] Fix CI (#6964)
  • Add Array::shrink_to_fit(&mut self) to 53.4.0 (#6790) (#6817) (#6962)
Changelog

Sourced from arrow-arith's changelog.

Historical Changelog

54.0.0 (2024-12-18)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Parquet schema hint doesn't support integer types upcasting #6891 [parquet]
  • Parquet UTF-8 max statistics are overly pessimistic #6867 [parquet]
  • Add builder support for Int8 keys #6844 [arrow]
  • Formalize the name of the nested Field in a list #6784 [parquet] [arrow] [arrow-flight]
  • Allow disabling the writing of Parquet Offset Index #6778 [parquet]
  • parquet::record::make_row is not exposed to users, leaving no option to users to manually create Row objects #6761 [parquet]
  • Avoid from_num_days_from_ce_opt calls in timestamp_s_to_datetime if we don't need #6746 [arrow]
  • Support Temporal -> Utf8View casting #6734 [arrow]
  • Add Option To Coerce List Type on Parquet Write #6733 [parquet] [arrow]
  • Support Numeric -> Utf8View casting #6714 [arrow]

... (truncated)

Commits
  • d3fcb4b [53.0.0_maintenance] Update parquet-testing pin, add tests for new invalid ...
  • e613bae [53.0.0_maintance] Prepare for 53.4.0 release -- version and changelog (#6982)
  • 58f086f Add Array::shrink_to_fit(&mut self) to 53.4.0 (#6790) (#6817) (#6962)
  • 962c92f [53.0.0_maintenance] Fix CI (#6964)
  • b76bc55 [arrow-cast] Support cast boolean from/to string view (#6822) (#6957)
  • 181e52e Enable matching temporal as from_type to Utf8View (#6872) (#6956)
  • b66fb90 [arrow-cast] Support cast numeric to string view (alternate) (#6816) (#6944)
  • 955180b fix: Encoding of List offsets was incorrect when slice offsets begin with zer...
  • 3a93166 perf: Use Cow in get_format_string in FFI_ArrowSchema (#6853) (#6937)
  • e4cb337 fix: decimal conversion looses value on lower precision (#6836) (#6936)
  • Additional commits viewable in compare view

Updates arrow-array from 53.3.0 to 53.4.0

Release notes

Sourced from arrow-array's releases.

53.4.0

Changelog

53.4.0 (2025-01-14)

Full Changelog

Merged pull requests:

  • fix clippy (#6791) (#6940)
  • fix: decimal conversion looses value on lower precision (#6836) (#6936)
  • perf: Use Cow in get_format_string in FFI_ArrowSchema (#6853) (#6937)
  • fix: Encoding of List offsets was incorrect when slice offsets begin …
  • [arrow-cast] Support cast numeric to string view (alternate) (#6816) (#…
  • Enable matching temporal as from_type to Utf8View (#6872) (#6956)
  • [arrow-cast] Support cast boolean from/to string view (#6822) (#6957)
  • [53.0.0_maintenance] Fix CI (#6964)
  • Add Array::shrink_to_fit(&mut self) to 53.4.0 (#6790) (#6817) (#6962)
Changelog

Sourced from arrow-array's changelog.

Historical Changelog

54.0.0 (2024-12-18)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Parquet schema hint doesn't support integer types upcasting #6891 [parquet]
  • Parquet UTF-8 max statistics are overly pessimistic #6867 [parquet]
  • Add builder support for Int8 keys #6844 [arrow]
  • Formalize the name of the nested Field in a list #6784 [parquet] [arrow] [arrow-flight]
  • Allow disabling the writing of Parquet Offset Index #6778 [parquet]
  • parquet::record::make_row is not exposed to users, leaving no option to users to manually create Row objects #6761 [parquet]
  • Avoid from_num_days_from_ce_opt calls in timestamp_s_to_datetime if we don't need #6746 [arrow]
  • Support Temporal -> Utf8View casting #6734 [arrow]
  • Add Option To Coerce List Type on Parquet Write #6733 [parquet] [arrow]
  • Support Numeric -> Utf8View casting #6714 [arrow]

... (truncated)

Commits
  • d3fcb4b [53.0.0_maintenance] Update parquet-testing pin, add tests for new invalid ...
  • e613bae [53.0.0_maintance] Prepare for 53.4.0 release -- version and changelog (#6982)
  • 58f086f Add Array::shrink_to_fit(&mut self) to 53.4.0 (#6790) (#6817) (#6962)
  • 962c92f [53.0.0_maintenance] Fix CI (#6964)
  • b76bc55 [arrow-cast] Support cast boolean from/to string view (#6822) (#6957)
  • 181e52e Enable matching temporal as from_type to Utf8View (#6872) (#6956)
  • b66fb90 [arrow-cast] Support cast numeric to string view (alternate) (#6816) (#6944)
  • 955180b fix: Encoding of List offsets was incorrect when slice offsets begin with zer...
  • 3a93166 perf: Use Cow in get_format_string in FFI_ArrowSchema (#6853) (#6937)
  • e4cb337 fix: decimal conversion looses value on lower precision (#6836) (#6936)
  • Additional commits viewable in compare view

Updates arrow-buffer from 53.3.0 to 53.4.0

Release notes

Sourced from arrow-buffer's releases.

53.4.0

Changelog

53.4.0 (2025-01-14)

Full Changelog

Merged pull requests:

  • fix clippy (#6791) (#6940)
  • fix: decimal conversion looses value on lower precision (#6836) (#6936)
  • perf: Use Cow in get_format_string in FFI_ArrowSchema (#6853) (#6937)
  • fix: Encoding of List offsets was incorrect when slice offsets begin …
  • [arrow-cast] Support cast numeric to string view (alternate) (#6816) (#…
  • Enable matching temporal as from_type to Utf8View (#6872) (#6956)
  • [arrow-cast] Support cast boolean from/to string view (#6822) (#6957)
  • [53.0.0_maintenance] Fix CI (#6964)
  • Add Array::shrink_to_fit(&mut self) to 53.4.0 (#6790) (#6817) (#6962)
Changelog

Sourced from arrow-buffer's changelog.

Historical Changelog

54.0.0 (2024-12-18)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Parquet schema hint doesn't support integer types upcasting #6891 [parquet]
  • Parquet UTF-8 max statistics are overly pessimistic #6867 [parquet]
  • Add builder support for Int8 keys #6844 [arrow]
  • Formalize the name of the nested Field in a list #6784 [parquet] [arrow] [arrow-flight]
  • Allow disabling the writing of Parquet Offset Index #6778 [parquet]
  • parquet::record::make_row is not exposed to users, leaving no option to users to manually create Row objects #6761 [parquet]
  • Avoid from_num_days_from_ce_opt calls in timestamp_s_to_datetime if we don't need #6746 [arrow]
  • Support Temporal -> Utf8View casting #6734 [arrow]
  • Add Option To Coerce List Type on Parquet Write #6733 [parquet] [arrow]
  • Support Numeric -> Utf8View casting #6714 [arrow]

... (truncated)

Commits
  • d3fcb4b [53.0.0_maintenance] Update parquet-testing pin, add tests for new invalid ...
  • e613bae [53.0.0_maintance] Prepare for 53.4.0 release -- version and changelog (#6982)
  • 58f086f Add Array::shrink_to_fit(&mut self) to 53.4.0 (#6790) (#6817) (#6962)
  • 962c92f [53...

    Description has been truncated

…h 47 updates

Bumps the cargo-dependencies group with 39 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.26` | `4.5.27` |
| [histogram](https://github.com/pelikan-io/rustcommon) | `0.11.1` | `0.11.2` |
| [hyper](https://github.com/hyperium/hyper) | `1.5.2` | `1.6.0` |
| [openssl](https://github.com/sfackler/rust-openssl) | `0.10.68` | `0.10.69` |
| [openssl-sys](https://github.com/sfackler/rust-openssl) | `0.9.104` | `0.9.105` |
| [rustls](https://github.com/rustls/rustls) | `0.23.21` | `0.23.22` |
| [rustls-native-certs](https://github.com/rustls/rustls-native-certs) | `0.7.3` | `0.8.1` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.15.0` | `3.16.0` |
| [webpki-roots](https://github.com/rustls/webpki-roots) | `0.26.7` | `0.26.8` |
| [arrow-arith](https://github.com/apache/arrow-rs) | `53.3.0` | `53.4.0` |
| [arrow-cast](https://github.com/apache/arrow-rs) | `53.3.0` | `53.4.0` |
| [arrow-csv](https://github.com/apache/arrow-rs) | `53.3.0` | `53.4.0` |
| [arrow-ipc](https://github.com/apache/arrow-rs) | `53.3.0` | `53.4.0` |
| [arrow-json](https://github.com/apache/arrow-rs) | `53.3.0` | `53.4.0` |
| [arrow-ord](https://github.com/apache/arrow-rs) | `53.3.0` | `53.4.0` |
| [arrow-row](https://github.com/apache/arrow-rs) | `53.3.0` | `53.4.0` |
| [arrow-string](https://github.com/apache/arrow-rs) | `53.3.0` | `53.4.0` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.85` | `0.1.86` |
| [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.12.0` | `1.12.2` |
| [brotli-decompressor](https://github.com/dropbox/rust-brotli-decompressor) | `4.0.1` | `4.0.2` |
| [bumpalo](https://github.com/fitzgen/bumpalo) | `3.16.0` | `3.17.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.9` | `1.2.11` |
| [cmake](https://github.com/rust-lang/cmake-rs) | `0.1.52` | `0.1.53` |
| [cpufeatures](https://github.com/RustCrypto/utils) | `0.2.16` | `0.2.17` |
| [crunchy](https://github.com/eira-fransham/crunchy) | `0.2.2` | `0.2.3` |
| [httparse](https://github.com/seanmonstar/httparse) | `1.9.5` | `1.10.0` |
| [native-tls](https://github.com/sfackler/rust-native-tls) | `0.2.12` | `0.2.13` |
| [openssl-probe](https://github.com/alexcrichton/openssl-probe) | `0.1.5` | `0.1.6` |
| [parquet](https://github.com/apache/arrow-rs) | `53.3.0` | `53.4.0` |
| [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.25` | `0.2.29` |
| [rustix](https://github.com/bytecodealliance/rustix) | `0.38.43` | `0.38.44` |
| [rustls-pki-types](https://github.com/rustls/pki-types) | `1.10.1` | `1.11.0` |
| [ryu](https://github.com/dtolnay/ryu) | `1.0.18` | `1.0.19` |
| [semver](https://github.com/dtolnay/semver) | `1.0.24` | `1.0.25` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.135` | `1.0.138` |
| [syn](https://github.com/dtolnay/syn) | `2.0.96` | `2.0.98` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.22.22` | `0.22.23` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.14` | `1.0.16` |
| [webpki-root-certs](https://github.com/rustls/webpki-roots) | `0.26.7` | `0.26.8` |



Updates `clap` from 4.5.26 to 4.5.27
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.26...clap_complete-v4.5.27)

Updates `histogram` from 0.11.1 to 0.11.2
- [Commits](https://github.com/pelikan-io/rustcommon/commits)

Updates `hyper` from 1.5.2 to 1.6.0
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v1.5.2...v1.6.0)

Updates `openssl` from 0.10.68 to 0.10.69
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.68...openssl-v0.10.69)

Updates `openssl-sys` from 0.9.104 to 0.9.105
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-sys-v0.9.104...openssl-sys-v0.9.105)

Updates `rustls` from 0.23.21 to 0.23.22
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.21...v/0.23.22)

Updates `rustls-native-certs` from 0.7.3 to 0.8.1
- [Release notes](https://github.com/rustls/rustls-native-certs/releases)
- [Commits](rustls/rustls-native-certs@v/0.7.3...v/0.8.1)

Updates `tempfile` from 3.15.0 to 3.16.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.15.0...v3.16.0)

Updates `webpki-roots` from 0.26.7 to 0.26.8
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](rustls/webpki-roots@v/0.26.7...v/0.26.8)

Updates `arrow-arith` from 53.3.0 to 53.4.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.3.0...53.4.0)

Updates `arrow-array` from 53.3.0 to 53.4.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.3.0...53.4.0)

Updates `arrow-buffer` from 53.3.0 to 53.4.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.3.0...53.4.0)

Updates `arrow-cast` from 53.3.0 to 53.4.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.3.0...53.4.0)

Updates `arrow-csv` from 53.3.0 to 53.4.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.3.0...53.4.0)

Updates `arrow-data` from 53.3.0 to 53.4.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.3.0...53.4.0)

Updates `arrow-ipc` from 53.3.0 to 53.4.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.3.0...53.4.0)

Updates `arrow-json` from 53.3.0 to 53.4.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.3.0...53.4.0)

Updates `arrow-ord` from 53.3.0 to 53.4.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.3.0...53.4.0)

Updates `arrow-row` from 53.3.0 to 53.4.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.3.0...53.4.0)

Updates `arrow-schema` from 53.3.0 to 53.4.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.3.0...53.4.0)

Updates `arrow-select` from 53.3.0 to 53.4.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.3.0...53.4.0)

Updates `arrow-string` from 53.3.0 to 53.4.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.3.0...53.4.0)

Updates `async-trait` from 0.1.85 to 0.1.86
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.85...0.1.86)

Updates `aws-lc-rs` from 1.12.0 to 1.12.2
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@v1.12.0...v1.12.2)

Updates `aws-lc-sys` from 0.24.1 to 0.25.0
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@aws-lc-sys/v0.24.1...aws-lc-sys/v0.25.0)

Updates `brotli-decompressor` from 4.0.1 to 4.0.2
- [Commits](https://github.com/dropbox/rust-brotli-decompressor/commits)

Updates `bumpalo` from 3.16.0 to 3.17.0
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](fitzgen/bumpalo@3.16.0...3.17.0)

Updates `cc` from 1.2.9 to 1.2.11
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.9...cc-v1.2.11)

Updates `clap_builder` from 4.5.26 to 4.5.27
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.26...v4.5.27)

Updates `cmake` from 0.1.52 to 0.1.53
- [Release notes](https://github.com/rust-lang/cmake-rs/releases)
- [Changelog](https://github.com/rust-lang/cmake-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/cmake-rs@v0.1.52...v0.1.53)

Updates `cpufeatures` from 0.2.16 to 0.2.17
- [Commits](RustCrypto/utils@cpufeatures-v0.2.16...cpufeatures-v0.2.17)

Updates `crunchy` from 0.2.2 to 0.2.3
- [Commits](https://github.com/eira-fransham/crunchy/commits)

Updates `httparse` from 1.9.5 to 1.10.0
- [Release notes](https://github.com/seanmonstar/httparse/releases)
- [Commits](seanmonstar/httparse@v1.9.5...v1.10.0)

Updates `native-tls` from 0.2.12 to 0.2.13
- [Release notes](https://github.com/sfackler/rust-native-tls/releases)
- [Changelog](https://github.com/sfackler/rust-native-tls/blob/master/CHANGELOG.md)
- [Commits](sfackler/rust-native-tls@v0.2.12...v0.2.13)

Updates `openssl-probe` from 0.1.5 to 0.1.6
- [Commits](alexcrichton/openssl-probe@0.1.5...0.1.6)

Updates `parquet` from 53.3.0 to 53.4.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.3.0...53.4.0)

Updates `prettyplease` from 0.2.25 to 0.2.29
- [Release notes](https://github.com/dtolnay/prettyplease/releases)
- [Commits](dtolnay/prettyplease@0.2.25...0.2.29)

Updates `rustix` from 0.38.43 to 0.38.44
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md)
- [Commits](bytecodealliance/rustix@v0.38.43...v0.38.44)

Updates `rustls-pki-types` from 1.10.1 to 1.11.0
- [Release notes](https://github.com/rustls/pki-types/releases)
- [Commits](rustls/pki-types@v/1.10.1...v/1.11.0)

Updates `ryu` from 1.0.18 to 1.0.19
- [Release notes](https://github.com/dtolnay/ryu/releases)
- [Commits](dtolnay/ryu@1.0.18...1.0.19)

Updates `semver` from 1.0.24 to 1.0.25
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.24...1.0.25)

Updates `serde_json` from 1.0.135 to 1.0.138
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.135...v1.0.138)

Updates `syn` from 2.0.96 to 2.0.98
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.96...2.0.98)

Updates `toml_edit` from 0.22.22 to 0.22.23
- [Commits](toml-rs/toml@v0.22.22...v0.22.23)

Updates `unicode-ident` from 1.0.14 to 1.0.16
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](dtolnay/unicode-ident@1.0.14...1.0.16)

Updates `webpki-root-certs` from 0.26.7 to 0.26.8
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](rustls/webpki-roots@v/0.26.7...v/0.26.8)

Updates `winnow` from 0.6.24 to 0.7.0
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.6.24...v0.7.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: histogram
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: openssl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: openssl-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: rustls-native-certs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: webpki-roots
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: arrow-arith
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: arrow-array
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: arrow-buffer
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: arrow-cast
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: arrow-csv
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: arrow-data
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: arrow-ipc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: arrow-json
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: arrow-ord
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: arrow-row
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: arrow-schema
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: arrow-select
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: arrow-string
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: async-trait
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: aws-lc-rs
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: aws-lc-sys
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: brotli-decompressor
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: bumpalo
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: clap_builder
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: cmake
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: cpufeatures
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: crunchy
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: httparse
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: native-tls
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: openssl-probe
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: parquet
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: prettyplease
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: rustix
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: rustls-pki-types
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: ryu
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: semver
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: serde_json
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: syn
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: toml_edit
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: unicode-ident
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: webpki-root-certs
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 3, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 10, 2025
@dependabot dependabot bot deleted the dependabot/cargo/cargo-dependencies-66854e2043 branch February 10, 2025 02:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants