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 with 42 updates #282

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps the cargo-dependencies group with 42 updates:

Package From To
mio 0.8.11 1.0.2
once_cell 1.20.1 1.20.2
pin-project 1.1.5 1.1.6
rustls 0.23.13 0.23.14
rustls-native-certs 0.7.3 0.8.0
addr2line 0.24.1 0.24.2
arrow 53.0.0 53.1.0
arrow-arith 53.0.0 53.1.0
arrow-array 53.0.0 53.1.0
arrow-buffer 53.0.0 53.1.0
arrow-cast 53.0.0 53.1.0
arrow-csv 53.0.0 53.1.0
arrow-data 53.0.0 53.1.0
arrow-ipc 53.0.0 53.1.0
arrow-json 53.0.0 53.1.0
arrow-ord 53.0.0 53.1.0
arrow-row 53.0.0 53.1.0
arrow-schema 53.0.0 53.1.0
arrow-select 53.0.0 53.1.0
arrow-string 53.0.0 53.1.0
aws-lc-rs 1.9.0 1.10.0
aws-lc-sys 0.21.2 0.22.0
cc 1.1.24 1.1.28
futures-channel 0.3.30 0.3.31
futures-core 0.3.30 0.3.31
futures-executor 0.3.30 0.3.31
futures-io 0.3.30 0.3.31
futures-macro 0.3.30 0.3.31
futures-sink 0.3.30 0.3.31
futures-task 0.3.30 0.3.31
futures-util 0.3.30 0.3.31
gimli 0.31.0 0.31.1
lexical-core 0.8.5 1.0.2
lexical-parse-float 0.8.5 1.0.2
lexical-parse-integer 0.8.6 1.0.2
lexical-util 0.8.5 1.0.3
lexical-write-float 0.8.5 1.0.2
lexical-write-integer 0.8.5 1.0.2
object 0.36.4 0.36.5
parquet 53.0.0 53.1.0
pin-project-internal 1.1.5 1.1.6
schannel 0.1.24 0.1.26

Updates mio from 0.8.11 to 1.0.2

Changelog

Sourced from mio's changelog.

1.0.2

1.0.1

1.0

With v1 Mio is able to bump its MSRV to 1.70, allowing us to implement I/O safety traits (rust-lang/rust#87074) and replace SocketAddr with the version found in the standard library.

Added

Removed

  • The SocketAddr type is removed in favour of std::os::unix::net::SocketAddr (tokio-rs/mio#1760). All methods on Mio's version should exist on the version in the standard library.

... (truncated)

Commits
  • e66deb9 Release v1.0.2
  • 59c5da6 Fix Hermit build
  • 38d1946 fixup! Copy illumos waker pipe work around to eventfd
  • 619c909 Copy illumos waker pipe work around to eventfd
  • 4a5114e Release v1.0.1
  • 5306ad3 Remove last null from UDS address
  • 91881b1 Add GNU/Hurd support
  • 1ce1545 Hermit doesn't support pipe(2)
  • 1133ed0 Move waker cfg attributes to sys::unix module
  • f3863f1 Add new_unregistered function to fd based wakers
  • Additional commits viewable in compare view

Updates once_cell from 1.20.1 to 1.20.2

Changelog

Sourced from once_cell's changelog.

1.20.2

  • Remove portable_atomic from Cargo.lock if it is not, in fact, used: #267 This is a work-around for this cargo bug: rust-lang/cargo#10801.
Commits

Updates pin-project from 1.1.5 to 1.1.6

Release notes

Sourced from pin-project's releases.

1.1.6

  • Suppress clippy::needless_lifetimes lint in generated code.

  • Disable derive feature of syn dependency.

Changelog

Sourced from pin-project's changelog.

[1.1.6] - 2024-10-05

  • Suppress clippy::needless_lifetimes lint in generated code.

  • Disable derive feature of syn dependency.

Commits
  • ca32b0b Release 1.1.6
  • dd0d9f9 Update changelog
  • e325591 ci: Update config
  • aede266 tests: Update lint test
  • 3e4c9e6 Suppress clippy::needless_lifetimes lint in generated code
  • e61bf01 Fix typo
  • 6fc5667 tools: Update tidy.sh
  • 06d5dcb ci: Use taiki-e/github-actions/install-rust action
  • a3da1e9 tools: Update scripts
  • d404db9 tests: Update ui test output to nightly-2024-09-13
  • Additional commits viewable in compare view

Updates rustls from 0.23.13 to 0.23.14

Commits
  • cf736e3 Prepare 0.23.14
  • 262ae99 Accept kyber deprecation
  • c9f5734 Take aws-lc-rs 1.10
  • 0560938 Take latest bogo release
  • 7bf82dc Send illegal_parameter alert on illegal group
  • d752eb2 Send illegal_parameter alert on invalid key share
  • 2d3b7ab default crypto provider improvements
  • bcc295d Fix new cargo doc warnings in examples
  • e7dd2fd fips.rs: reflect certificate issuance for aws-lc 2.0.0
  • 58a5891 fix(deps): update rust crate brotli to v7
  • Additional commits viewable in compare view

Updates rustls-native-certs from 0.7.3 to 0.8.0

Release notes

Sourced from rustls-native-certs's releases.

v/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
  • 0c2305c Bump version to 0.8.0 for incompatible changes
  • 8aa350a Return all errors to caller
  • cc1222a windows: reorder items
  • a370164 windows: import types directly
  • 202aee2 Organize imports in StdExternalCrate order
  • 290bdac Apply clippy suggestions for test targets
  • See full diff in compare view

Updates addr2line from 0.24.1 to 0.24.2

Changelog

Sourced from addr2line's changelog.

0.24.2 (2024/10/04)

Changed

  • Enabled caching of DWARF abbreviations. #318

  • Changed the addr2line binary to prefer symbol names over DWARF names. #332

  • Updated gimli dependency.

Added


Commits

Updates arrow from 53.0.0 to 53.1.0

Changelog

Sourced from arrow's changelog.

Historical Changelog

  • Support writing UTC adjusted time arrow array to parquet #6277 [parquet]
  • A better way to resize the buffer for the snappy encode/decode #6276 [parquet]
  • parquet_derive: support reading selected columns from parquet file #6268
  • Tests for invalid parquet files #6261 [parquet]
  • Implement date_part for Duration #6245 [arrow]
  • Avoid unnecessary null buffer construction when converting arrays to a different type #6243 [parquet] [arrow]
  • Add parquet_opendal in related projects #6235
  • Look into optimizing reading FixedSizeBinary arrays from parquet #6219 [parquet] [arrow]
  • Add benchmarks for BYTE_STREAM_SPLIT encoded Parquet FIXED_LEN_BYTE_ARRAY data #6203 [parquet]
  • Make it easy to write parquet to object_store -- Implement AsyncFileWriter for a type that implements obj_store::MultipartUpload for AsyncArrowWriter #6200 [parquet]
  • Remove test duplication in parquet statistics tets #6185 [parquet]
  • Support BinaryView Types in C Schema FFI #6170 [arrow]
  • speedup take_byte_view kernel #6167 [arrow]
  • Add support for StringView and BinaryView statistics in StatisticsConverter #6164 [parquet]
  • Support casting BinaryView --> Utf8 and LargeUtf8 #6162 [arrow]
  • Implement filter kernel specially for FixedSizeByteArray #6153 [arrow]
  • Use LevelHistogram throughout Parquet metadata #6134 [parquet]
  • Support DoPutStatementIngest from Arrow Flight SQL 17.0 #6124 [arrow] [arrow-flight]
  • ColumnMetaData should no longer be written inline with data #6115 [parquet]
  • Implement date_part for Interval #6113 [arrow]
  • Implement Into<Arc<dyn Array>> for ArrayData #6104
  • Allow flushing or non-buffered writes from arrow::ipc::writer::StreamWriter #6099 [arrow]
  • Default block_size for StringViewArray #6094 [arrow]
  • Remove Statistics::has_min_max_set and ValueStatistics::has_min_max_set and use Option instead #6093 [parquet]
  • Upgrade arrow-flight to tonic 0.12 #6072
  • Improve speed of row converter by skipping utf8 checks #6058 [arrow]
  • Extend support for BYTE_STREAM_SPLIT to FIXED_LEN_BYTE_ARRAY, INT32, and INT64 primitive types #6048 [parquet]
  • Release arrow-rs / parquet minor version 52.2.0 (August 2024) #5998 [parquet] [arrow]

... (truncated)

Commits

Updates arrow-arith from 53.0.0 to 53.1.0

Changelog

Sourced from arrow-arith's changelog.

Historical Changelog

  • Support writing UTC adjusted time arrow array to parquet #6277 [parquet]
  • A better way to resize the buffer for the snappy encode/decode #6276 [parquet]
  • parquet_derive: support reading selected columns from parquet file #6268
  • Tests for invalid parquet files #6261 [parquet]
  • Implement date_part for Duration #6245 [arrow]
  • Avoid unnecessary null buffer construction when converting arrays to a different type #6243 [parquet] [arrow]
  • Add parquet_opendal in related projects #6235
  • Look into optimizing reading FixedSizeBinary arrays from parquet #6219 [parquet] [arrow]
  • Add benchmarks for BYTE_STREAM_SPLIT encoded Parquet FIXED_LEN_BYTE_ARRAY data #6203 [parquet]
  • Make it easy to write parquet to object_store -- Implement AsyncFileWriter for a type that implements obj_store::MultipartUpload for AsyncArrowWriter #6200 [parquet]
  • Remove test duplication in parquet statistics tets #6185 [parquet]
  • Support BinaryView Types in C Schema FFI #6170 [arrow]
  • speedup take_byte_view kernel #6167 [arrow]
  • Add support for StringView and BinaryView statistics in StatisticsConverter #6164 [parquet]
  • Support casting BinaryView --> Utf8 and LargeUtf8 #6162 [arrow]
  • Implement filter kernel specially for FixedSizeByteArray #6153 [arrow]
  • Use LevelHistogram throughout Parquet metadata #6134 [parquet]
  • Support DoPutStatementIngest from Arrow Flight SQL 17.0 #6124 [arrow] [arrow-flight]
  • ColumnMetaData should no longer be written inline with data #6115 [parquet]
  • Implement date_part for Interval #6113 [arrow]
  • Implement Into<Arc<dyn Array>> for ArrayData #6104
  • Allow flushing or non-buffered writes from arrow::ipc::writer::StreamWriter #6099 [arrow]
  • Default block_size for StringViewArray #6094 [arrow]
  • Remove Statistics::has_min_max_set and ValueStatistics::has_min_max_set and use Option instead #6093 [parquet]
  • Upgrade arrow-flight to tonic 0.12 #6072
  • Improve speed of row converter by skipping utf8 checks #6058 [arrow]
  • Extend support for BYTE_STREAM_SPLIT to FIXED_LEN_BYTE_ARRAY, INT32, and INT64 primitive types #6048 [parquet]
  • Release arrow-rs / parquet minor version 52.2.0 (August 2024) #5998 [parquet] [arrow]

... (truncated)

Commits

Updates arrow-array from 53.0.0 to 53.1.0

Changelog

Sourced from arrow-array's changelog.

Historical Changelog

  • Support writing UTC adjusted time arrow array to parquet #6277 [parquet]
  • A better way to resize the buffer for the snappy encode/decode #6276 [parquet]
  • parquet_derive: support reading selected columns from parquet file #6268
  • Tests for invalid parquet files #6261 [parquet]
  • Implement date_part for Duration #6245 [arrow]
  • Avoid unnecessary null buffer construction when converting arrays to a different type #6243 [parquet] [arrow]
  • Add parquet_opendal in related projects #6235
  • Look into optimizing reading FixedSizeBinary arrays from parquet #6219 [parquet] [arrow]
  • Add benchmarks for BYTE_STREAM_SPLIT encoded Parquet FIXED_LEN_BYTE_ARRAY data #6203 [parquet]
  • Make it easy to write parquet to object_store -- Implement AsyncFileWriter for a type that implements obj_store::MultipartUpload for AsyncArrowWriter #6200 [parquet]
  • Remove test duplication in parquet statistics tets #6185 [parquet]
  • Support BinaryView Types in C Schema FFI #6170 [arrow]
  • speedup take_byte_view kernel #6167 [arrow]
  • Add support for StringView and BinaryView statistics in StatisticsConverter #6164 [parquet]
  • Support casting BinaryView --> Utf8 and LargeUtf8 #6162 [arrow]
  • Implement filter kernel specially for FixedSizeByteArray #6153 [arrow]
  • Use LevelHistogram throughout Parquet metadata #6134 [parquet]
  • Support DoPutStatementIngest from Arrow Flight SQL 17.0 #6124 [arrow] [arrow-flight]
  • ColumnMetaData should no longer be written inline with data #6115 [parquet]
  • Implement date_part for Interval #6113 [arrow]
  • Implement Into<Arc<dyn Array>> for ArrayData #6104
  • Allow flushing or non-buffered writes from arrow::ipc::writer::StreamWriter #6099 [arrow]
  • Default block_size for StringViewArray #6094 [arrow]
  • Remove Statistics::has_min_max_set and ValueStatistics::has_min_max_set and use Option instead #6093 [parquet]
  • Upgrade arrow-flight to tonic 0.12 #6072
  • Improve speed of row converter by skipping utf8 checks #6058 [arrow]
  • Extend support for BYTE_STREAM_SPLIT to FIXED_LEN_BYTE_ARRAY, INT32, and INT64 primitive types #6048 [parquet]
  • Release arrow-rs / parquet minor version 52.2.0 (August 2024) #5998 [parquet] [arrow]

... (truncated)

Commits

Updates arrow-buffer from 53.0.0 to 53.1.0

Changelog

Sourced from arrow-buffer's changelog.

Historical Changelog

  • Support writing UTC adjusted time arrow array to parquet #6277 [parquet]
  • A better way to resize the buffer for the snappy encode/decode #6276 [parquet]
  • parquet_derive: support reading selected columns from parquet file #6268
  • Tests for invalid parquet files #6261 [parquet]
  • Implement date_part for Duration #6245 [arrow]
  • Avoid unnecessary null buffer construction when converting arrays to a different type #6243 [parquet] [arrow]
  • Add parquet_opendal in related projects #6235
  • Look into optimizing reading FixedSizeBinary arrays from parquet #6219 [parquet] [arrow]
  • Add benchmarks for BYTE_STREAM_SPLIT encoded Parquet FIXED_LEN_BYTE_ARRAY data #6203 [parquet]
  • Make it easy to write parquet to object_store -- Implement AsyncFileWriter for a type that implements obj_store::MultipartUpload for AsyncArrowWriter #6200 [parquet]
  • Remove test duplication in parquet statistics tets #6185 [parquet]
  • Support BinaryView Types in C Schema FFI #6170 [arrow]
  • speedup take_byte_view kernel #6167 [arrow]
  • Add support for StringView and BinaryView statistics in StatisticsConverter #6164 [parquet]
  • Support casting BinaryView --> Utf8 and LargeUtf8 #6162 [arrow]
  • Implement filter kernel specially for FixedSizeByteArray #6153 [arrow]
  • Use LevelHistogram throughout Parquet metadata #6134 [parquet]
  • Support DoPutStatementIngest from Arrow Flight SQL 17.0 #6124 [arrow] [arrow-flight]
  • ColumnMetaData should no longer be written inline with data #6115 [parquet]
  • Implement date_part for Interval #6113 [arrow]
  • Implement Into<Arc<dyn Array>> for ArrayData #6104
  • Allow flushing or non-buffered writes from arrow::ipc::writer::StreamWriter #6099 [arrow]
  • Default block_size for StringViewArray #6094 [arrow]
  • Remove Statistics::has_min_max_set and ValueStatistics::has_min_max_set and use Option instead #6093 [parquet]
  • Upgrade arrow-flight to tonic 0.12 #6072
  • Improve speed of row converter by skipping utf8 checks #6058 [arrow]
  • Extend support for BYTE_STREAM_SPLIT to FIXED_LEN_BYTE_ARRAY, INT32, and INT64 primitive types #6048 [parquet]
  • Release arrow-rs / parquet minor version 52.2.0 (August 2024) #5998 [parquet] [arrow]

... (truncated)

Commits

Updates arrow-cast from 53.0.0 to 53.1.0

Changelog

Sourced from arrow-cast's changelog.

Historical Changelog

  • Support writing UTC adjusted time arrow array to parquet #6277 [parquet]
  • A better way to resize the buffer for the snappy encode/decode #6276 [parquet]
  • parquet_derive: support reading selected columns from parquet file #6268
  • Tests for invalid parquet files #6261 [parquet]
  • Implement date_part for Duration #6245 [arrow]
  • Avoid unnecessary null buffer construction when converting arrays to a different type #6243 [parquet] [arrow]
  • Add parquet_opendal in related projects #6235
  • Look into optimizing reading FixedSizeBinary arrays from parquet #6219 [parquet] [arrow]
  • Add benchmarks for BYTE_STREAM_SPLIT encoded Parquet FIXED_LEN_BYTE_ARRAY data #6203 [parquet]
  • Make it easy to write parquet to object_store -- Implement AsyncFileWriter for a type that implements obj_store::MultipartUpload for AsyncArrowWriter #6200 [parquet]
  • Remove test duplication in parquet statistics tets #6185 [parquet]
  • Support BinaryView Types in C Schema FFI #6170 [arrow]
  • speedup take_byte_view kernel #6167 [arrow]
  • Add support for StringView and BinaryView statistics in StatisticsConverter #6164 [parquet]
  • Support casting BinaryView --> Utf8 and LargeUtf8 #6162 [arrow]
  • Implement filter kernel specially for FixedSizeByteArray #6153 [arrow]
  • Use LevelHistogram throughout Parquet metadata #6134 [parquet]
  • Support DoPutStatementIngest from Arrow Flight SQL 17.0 #6124 [arrow] [arrow-flight]
  • ColumnMetaData should no longer be written inline with data #6115 [parquet]
  • Implement date_part for Interval #6113 [arrow]
  • Implement Into<Arc<dyn Array>> for ArrayData #6104
  • Allow flushing or non-buffered writes from arrow::ipc::writer::StreamWriter #6099 [arrow]
  • Default block_size for StringViewArray #6094 [arrow]
  • Remove Statistics::has_min_max_set and ValueStatistics::has_min_max_set and use Option instead #6093 [parquet]
  • Upgrade arrow-flight to tonic 0.12 #6072
  • Improve speed of row converter by skipping utf8 checks #6058 [arrow]
  • Extend support for BYTE_STREAM_SPLIT to FIXED_LEN_BYTE_ARRAY, INT32, and INT64 primitive types #6048 [parquet]
  • Release arrow-rs / parquet minor version 52.2.0 (August 2024) #5998 [parquet] [arrow]

... (truncated)

CommitsDescription has been truncated

Bumps the cargo-dependencies group with 42 updates:

| Package | From | To |
| --- | --- | --- |
| [mio](https://github.com/tokio-rs/mio) | `0.8.11` | `1.0.2` |
| [once_cell](https://github.com/matklad/once_cell) | `1.20.1` | `1.20.2` |
| [pin-project](https://github.com/taiki-e/pin-project) | `1.1.5` | `1.1.6` |
| [rustls](https://github.com/rustls/rustls) | `0.23.13` | `0.23.14` |
| [rustls-native-certs](https://github.com/rustls/rustls-native-certs) | `0.7.3` | `0.8.0` |
| [addr2line](https://github.com/gimli-rs/addr2line) | `0.24.1` | `0.24.2` |
| [arrow](https://github.com/apache/arrow-rs) | `53.0.0` | `53.1.0` |
| [arrow-arith](https://github.com/apache/arrow-rs) | `53.0.0` | `53.1.0` |
| [arrow-array](https://github.com/apache/arrow-rs) | `53.0.0` | `53.1.0` |
| [arrow-buffer](https://github.com/apache/arrow-rs) | `53.0.0` | `53.1.0` |
| [arrow-cast](https://github.com/apache/arrow-rs) | `53.0.0` | `53.1.0` |
| [arrow-csv](https://github.com/apache/arrow-rs) | `53.0.0` | `53.1.0` |
| [arrow-data](https://github.com/apache/arrow-rs) | `53.0.0` | `53.1.0` |
| [arrow-ipc](https://github.com/apache/arrow-rs) | `53.0.0` | `53.1.0` |
| [arrow-json](https://github.com/apache/arrow-rs) | `53.0.0` | `53.1.0` |
| [arrow-ord](https://github.com/apache/arrow-rs) | `53.0.0` | `53.1.0` |
| [arrow-row](https://github.com/apache/arrow-rs) | `53.0.0` | `53.1.0` |
| [arrow-schema](https://github.com/apache/arrow-rs) | `53.0.0` | `53.1.0` |
| [arrow-select](https://github.com/apache/arrow-rs) | `53.0.0` | `53.1.0` |
| [arrow-string](https://github.com/apache/arrow-rs) | `53.0.0` | `53.1.0` |
| [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.9.0` | `1.10.0` |
| [aws-lc-sys](https://github.com/aws/aws-lc-rs) | `0.21.2` | `0.22.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.24` | `1.1.28` |
| [futures-channel](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` |
| [futures-core](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` |
| [futures-executor](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` |
| [futures-io](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` |
| [futures-macro](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` |
| [futures-sink](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` |
| [futures-task](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` |
| [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` |
| [gimli](https://github.com/gimli-rs/gimli) | `0.31.0` | `0.31.1` |
| [lexical-core](https://github.com/Alexhuszagh/rust-lexical) | `0.8.5` | `1.0.2` |
| [lexical-parse-float](https://github.com/Alexhuszagh/rust-lexical) | `0.8.5` | `1.0.2` |
| [lexical-parse-integer](https://github.com/Alexhuszagh/rust-lexical) | `0.8.6` | `1.0.2` |
| [lexical-util](https://github.com/Alexhuszagh/rust-lexical) | `0.8.5` | `1.0.3` |
| [lexical-write-float](https://github.com/Alexhuszagh/rust-lexical) | `0.8.5` | `1.0.2` |
| [lexical-write-integer](https://github.com/Alexhuszagh/rust-lexical) | `0.8.5` | `1.0.2` |
| [object](https://github.com/gimli-rs/object) | `0.36.4` | `0.36.5` |
| [parquet](https://github.com/apache/arrow-rs) | `53.0.0` | `53.1.0` |
| [pin-project-internal](https://github.com/taiki-e/pin-project) | `1.1.5` | `1.1.6` |
| [schannel](https://github.com/steffengy/schannel-rs) | `0.1.24` | `0.1.26` |


Updates `mio` from 0.8.11 to 1.0.2
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/mio@v0.8.11...v1.0.2)

Updates `once_cell` from 1.20.1 to 1.20.2
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.20.1...v1.20.2)

Updates `pin-project` from 1.1.5 to 1.1.6
- [Release notes](https://github.com/taiki-e/pin-project/releases)
- [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md)
- [Commits](taiki-e/pin-project@v1.1.5...v1.1.6)

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

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

Updates `addr2line` from 0.24.1 to 0.24.2
- [Changelog](https://github.com/gimli-rs/addr2line/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/addr2line@0.24.1...0.24.2)

Updates `arrow` from 53.0.0 to 53.1.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.0.0...53.1.0)

Updates `arrow-arith` from 53.0.0 to 53.1.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.0.0...53.1.0)

Updates `arrow-array` from 53.0.0 to 53.1.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.0.0...53.1.0)

Updates `arrow-buffer` from 53.0.0 to 53.1.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.0.0...53.1.0)

Updates `arrow-cast` from 53.0.0 to 53.1.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.0.0...53.1.0)

Updates `arrow-csv` from 53.0.0 to 53.1.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.0.0...53.1.0)

Updates `arrow-data` from 53.0.0 to 53.1.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.0.0...53.1.0)

Updates `arrow-ipc` from 53.0.0 to 53.1.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.0.0...53.1.0)

Updates `arrow-json` from 53.0.0 to 53.1.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.0.0...53.1.0)

Updates `arrow-ord` from 53.0.0 to 53.1.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.0.0...53.1.0)

Updates `arrow-row` from 53.0.0 to 53.1.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.0.0...53.1.0)

Updates `arrow-schema` from 53.0.0 to 53.1.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.0.0...53.1.0)

Updates `arrow-select` from 53.0.0 to 53.1.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.0.0...53.1.0)

Updates `arrow-string` from 53.0.0 to 53.1.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.0.0...53.1.0)

Updates `aws-lc-rs` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@v1.9.0...v1.10.0)

Updates `aws-lc-sys` from 0.21.2 to 0.22.0
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@aws-lc-sys/v0.21.2...aws-lc-sys/v0.22.0)

Updates `cc` from 1.1.24 to 1.1.28
- [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.1.24...cc-v1.1.28)

Updates `futures-channel` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.30...0.3.31)

Updates `futures-core` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.30...0.3.31)

Updates `futures-executor` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.30...0.3.31)

Updates `futures-io` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.30...0.3.31)

Updates `futures-macro` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.30...0.3.31)

Updates `futures-sink` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.30...0.3.31)

Updates `futures-task` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.30...0.3.31)

Updates `futures-util` from 0.3.30 to 0.3.31
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.30...0.3.31)

Updates `gimli` from 0.31.0 to 0.31.1
- [Changelog](https://github.com/gimli-rs/gimli/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/gimli@0.31.0...0.31.1)

Updates `lexical-core` from 0.8.5 to 1.0.2
- [Release notes](https://github.com/Alexhuszagh/rust-lexical/releases)
- [Changelog](https://github.com/Alexhuszagh/rust-lexical/blob/main/CHANGELOG)
- [Commits](Alexhuszagh/rust-lexical@v0.8.5...1.0.2)

Updates `lexical-parse-float` from 0.8.5 to 1.0.2
- [Release notes](https://github.com/Alexhuszagh/rust-lexical/releases)
- [Changelog](https://github.com/Alexhuszagh/rust-lexical/blob/main/CHANGELOG)
- [Commits](Alexhuszagh/rust-lexical@v0.8.5...1.0.2)

Updates `lexical-parse-integer` from 0.8.6 to 1.0.2
- [Release notes](https://github.com/Alexhuszagh/rust-lexical/releases)
- [Changelog](https://github.com/Alexhuszagh/rust-lexical/blob/main/CHANGELOG)
- [Commits](Alexhuszagh/rust-lexical@v0.8.6...1.0.2)

Updates `lexical-util` from 0.8.5 to 1.0.3
- [Release notes](https://github.com/Alexhuszagh/rust-lexical/releases)
- [Changelog](https://github.com/Alexhuszagh/rust-lexical/blob/main/CHANGELOG)
- [Commits](https://github.com/Alexhuszagh/rust-lexical/commits)

Updates `lexical-write-float` from 0.8.5 to 1.0.2
- [Release notes](https://github.com/Alexhuszagh/rust-lexical/releases)
- [Changelog](https://github.com/Alexhuszagh/rust-lexical/blob/main/CHANGELOG)
- [Commits](Alexhuszagh/rust-lexical@v0.8.5...1.0.2)

Updates `lexical-write-integer` from 0.8.5 to 1.0.2
- [Release notes](https://github.com/Alexhuszagh/rust-lexical/releases)
- [Changelog](https://github.com/Alexhuszagh/rust-lexical/blob/main/CHANGELOG)
- [Commits](Alexhuszagh/rust-lexical@v0.8.5...1.0.2)

Updates `object` from 0.36.4 to 0.36.5
- [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md)
- [Commits](gimli-rs/object@0.36.4...0.36.5)

Updates `parquet` from 53.0.0 to 53.1.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.0.0...53.1.0)

Updates `pin-project-internal` from 1.1.5 to 1.1.6
- [Release notes](https://github.com/taiki-e/pin-project/releases)
- [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md)
- [Commits](taiki-e/pin-project@v1.1.5...v1.1.6)

Updates `schannel` from 0.1.24 to 0.1.26
- [Release notes](https://github.com/steffengy/schannel-rs/releases)
- [Commits](steffengy/schannel-rs@v0.1.24...v0.1.26)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: pin-project
  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: addr2line
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: arrow
  dependency-type: indirect
  update-type: version-update:semver-minor
  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: aws-lc-rs
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: aws-lc-sys
  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: futures-channel
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: futures-core
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: futures-executor
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: futures-io
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: futures-macro
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: futures-sink
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: futures-task
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: futures-util
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: gimli
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: lexical-core
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: lexical-parse-float
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: lexical-parse-integer
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: lexical-util
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: lexical-write-float
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: lexical-write-integer
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo-dependencies
- dependency-name: object
  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: pin-project-internal
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: schannel
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2024
@brayniac brayniac merged commit 7c6ebed into main Oct 7, 2024
27 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/cargo-dependencies-51a69c65d1 branch October 7, 2024 18:30
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.

1 participant