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 30 updates #325

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the cargo-dependencies group with 30 updates:

Package From To
hyper 1.5.1 1.5.2
hyper-rustls 0.27.3 0.27.5
mio 0.8.11 1.0.2
rustls-native-certs 0.7.3 0.8.0
anyhow 1.0.94 1.0.95
arrow-arith 53.2.0 53.3.0
arrow-array 53.2.0 53.3.0
arrow-cast 53.2.0 53.3.0
arrow-csv 53.2.0 53.3.0
arrow-ipc 53.2.0 53.3.0
arrow-json 53.2.0 53.3.0
arrow-ord 53.2.0 53.3.0
arrow-row 53.2.0 53.3.0
arrow-select 53.2.0 53.3.0
arrow-string 53.2.0 53.3.0
aws-lc-rs 1.11.1 1.12.0
aws-lc-sys 0.23.1 0.24.0
cc 1.2.4 1.2.5
home 0.5.9 0.5.11
js-sys 0.3.72 0.3.76
libc 0.2.168 0.2.169
miniz_oxide 0.8.0 0.8.2
object 0.36.5 0.36.7
parquet 53.2.0 53.3.0
quinn-udp 0.5.8 0.5.9
security-framework-sys 2.12.1 2.13.0
serde_json 1.0.133 1.0.134
syn 2.0.87 2.0.91
tinyvec 1.8.0 1.8.1
unicode-bidi 0.3.17 0.3.18

Updates hyper from 1.5.1 to 1.5.2

Release notes

Sourced from hyper's releases.

v1.5.2

Bug Fixes

Features

New Contributors

Thanks

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

Changelog

Sourced from hyper's changelog.

v1.5.2 (2024-12-16)

Bug Fixes

Features

Commits
  • 30f2961 v1.5.2
  • a131111 fix(http1): fix intermitent panic parsing partial headers (#3812)
  • a3bda62 docs(roadmap): update ROADMAP post v1.0 (#3763)
  • 115339d chore(benches): fix pin-project-lite not found (#3807)
  • 0bd4adf refactor(lib): reduce clippy warnings (#3805)
  • 12717d1 chore(ffi): only backup hyper.h when passing --verify (#3800)
  • 8cf1121 test(server): fix conditional cfg for tests needing the server feature (#3799)
  • eaf2267 fix(http1): skip debug assertion of content length for HEAD responses (#3795)
  • 7f4a682 feat(ffi): add cargo-c support (#3787)
  • See full diff in compare view

Updates hyper-rustls from 0.27.3 to 0.27.5

Release notes

Sourced from hyper-rustls's releases.

0.27.5

Refactoring in #245 (first released in 0.25.0) broke the optional enforcement of HTTPS only connections (that is, only HTTPS connections can be made through the connector) on the hyper-rustls HttpsConnector; this was found and fixed in #295.

What's Changed

0.27.4

What's Changed

Commits
  • 426c0a7 Bump version to 0.27.5
  • ae297aa tests: inline tls_config() helper
  • 4d0a441 tests: inline connector setup
  • a38dfae tests: inline trivial helper functions
  • 515822c tests: use concrete type for helper function
  • 5669885 Re-order test module items
  • 985f323 Re-order verifier options
  • ac87344 Fix https_only/enforce_https enforcement
  • 1b7d8cf Upgrade to rustls-platform-verifier 0.5
  • b82a869 Bump version to 0.27.4
  • Additional commits viewable in compare view

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 rustls-native-certs from 0.7.3 to 0.8.0

Release notes

Sourced from rustls-native-certs's releases.

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 anyhow from 1.0.94 to 1.0.95

Release notes

Sourced from anyhow's releases.

1.0.95

Commits
  • 48be1ca Release 1.0.95
  • a03d6d6 Merge pull request #402 from dtolnay/fromboxed
  • 52e4abb Add Error::from_boxed with documentation about bidirectional ?
  • ffecefc Merge pull request #401 from dtolnay/construct
  • 671f700 Add construct_ prefix to name of private construct functions
  • See full diff in compare view

Updates arrow-arith from 53.2.0 to 53.3.0

Changelog

Sourced from arrow-arith's changelog.

53.3.0 (2024-11-17)

Full Changelog

  • Signed decimal e-notation parsing bug #6728 [arrow]
  • Add support for Utf8View -> numeric in can_cast_types #6715
  • IPC file writer produces incorrect footer when not preserving dict ID #6710 [arrow]
  • parquet from_thrift_helper incorrectly checks index #6693 [parquet]
  • Primitive REPEATED fields not contained in LIST annotated groups aren't read as lists by record reader #6648 [parquet]
  • DictionaryHandling does not recurse into Map fields #6644 [arrow] [arrow-flight]
  • Array writer output empty when no record is written #6613 [arrow]
  • Archery Integration Test with c# failing on main #6577 [arrow]
  • Potential unsoundness in filter_run_end_array #6569 [arrow]
  • Parquet reader can generate incorrect validity buffer information for nested structures #6510 [parquet]
  • arrow-array ffi: FFI_ArrowArray.null_count is always interpreted as unsigned and initialized during conversion from C to Rust. #6497 [arrow]

Documentation updates:

Performance improvements:

Closed issues:

  • Incorrect like results for pattern starting/ending with % percent and containing escape characters #6702 [arrow]

Merged pull requests:

... (truncated)

Commits

Updates arrow-array from 53.2.0 to 53.3.0

Changelog

Sourced from arrow-array's changelog.

53.3.0 (2024-11-17)

Full Changelog

  • Signed decimal e-notation parsing bug #6728 [arrow]
  • Add support for Utf8View -> numeric in can_cast_types #6715
  • IPC file writer produces incorrect footer when not preserving dict ID #6710 [arrow]
  • parquet from_thrift_helper incorrectly checks index #6693 [parquet]
  • Primitive REPEATED fields not contained in LIST annotated groups aren't read as lists by record reader #6648 [parquet]
  • DictionaryHandling does not recurse into Map fields #6644 [arrow] [arrow-flight]
  • Array writer output empty when no record is written #6613 [arrow]
  • Archery Integration Test with c# failing on main #6577 [arrow]
  • Potential unsoundness in filter_run_end_array #6569 [arrow]
  • Parquet reader can generate incorrect validity buffer information for nested structures #6510 [parquet]
  • arrow-array ffi: FFI_ArrowArray.null_count is always interpreted as unsigned and initialized during conversion from C to Rust. #6497 [arrow]

Documentation updates:

Performance improvements:

Closed issues:

  • Incorrect like results for pattern starting/ending with % percent and containing escape characters #6702 [arrow]

Merged pull requests:

... (truncated)

Commits

Updates arrow-cast from 53.2.0 to 53.3.0

Changelog

Sourced from arrow-cast's changelog.

53.3.0 (2024-11-17)

Full Changelog

  • Signed decimal e-notation parsing bug #6728 [arrow]
  • Add support for Utf8View -> numeric in can_cast_types #6715
  • IPC file writer produces incorrect footer when not preserving dict ID #6710 [arrow]
  • parquet from_thrift_helper incorrectly checks index #6693 [parquet]
  • Primitive REPEATED fields not contained in LIST annotated groups aren't read as lists by record reader #6648 [parquet]
  • DictionaryHandling does not recurse into Map fields #6644 [arrow] [arrow-flight]
  • Array writer output empty when no record is written #6613 [arrow]
  • Archery Integration Test with c# failing on main #6577 [arrow]
  • Potential unsoundness in filter_run_end_array #6569 [arrow]
  • Parquet reader can generate incorrect validity buffer information for nested structures #6510 [parquet]
  • arrow-array ffi: FFI_ArrowArray.null_count is always interpreted as unsigned and initialized during conversion from C to Rust. #6497 [arrow]

Documentation updates:

Performance improvements:

Closed issues:

  • Incorrect like results for pattern starting/ending with % percent and containing escape characters #6702 [arrow]

Merged pull requests:

... (truncated)

Commits

Updates arrow-csv from 53.2.0 to 53.3.0

Changelog

Sourced from arrow-csv's changelog.

53.3.0 (2024-11-17)

Full Changelog

  • Signed decimal e-notation parsing bug #6728 [arrow]
  • Add support for Utf8View -> numeric in can_cast_types #6715
  • IPC file writer produces incorrect footer when not preserving dict ID #6710 [arrow]
  • parquet from_thrift_helper incorrectly checks index #6693 [parquet]
  • Primitive REPEATED fields not contained in LIST annotated groups aren't read as lists by record reader #6648 [parquet]
  • DictionaryHandling does not recurse into Map fields #6644 [arrow] [arrow-flight]
  • Array writer output empty when no record is written #6613 [arrow]
  • Archery Integration Test with c# failing on main #6577 [arrow]
  • Potential unsoundness in filter_run_end_array #6569 [arrow]
  • Parquet reader can generate incorrect validity buffer information for nested structures #6510 [parquet]
  • arrow-array ffi: FFI_ArrowArray.null_count is always interpreted as unsigned and initialized during conversion from C to Rust. #6497 [arrow]

Documentation updates:

Performance improvements:

Closed issues:

  • Incorrect like results for pattern starting/ending with % percent and containing escape characters #6702 [arrow]

Merged pull requests:

Bumps the cargo-dependencies group with 30 updates:

| Package | From | To |
| --- | --- | --- |
| [hyper](https://github.com/hyperium/hyper) | `1.5.1` | `1.5.2` |
| [hyper-rustls](https://github.com/rustls/hyper-rustls) | `0.27.3` | `0.27.5` |
| [mio](https://github.com/tokio-rs/mio) | `0.8.11` | `1.0.2` |
| [rustls-native-certs](https://github.com/rustls/rustls-native-certs) | `0.7.3` | `0.8.0` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.94` | `1.0.95` |
| [arrow-arith](https://github.com/apache/arrow-rs) | `53.2.0` | `53.3.0` |
| [arrow-array](https://github.com/apache/arrow-rs) | `53.2.0` | `53.3.0` |
| [arrow-cast](https://github.com/apache/arrow-rs) | `53.2.0` | `53.3.0` |
| [arrow-csv](https://github.com/apache/arrow-rs) | `53.2.0` | `53.3.0` |
| [arrow-ipc](https://github.com/apache/arrow-rs) | `53.2.0` | `53.3.0` |
| [arrow-json](https://github.com/apache/arrow-rs) | `53.2.0` | `53.3.0` |
| [arrow-ord](https://github.com/apache/arrow-rs) | `53.2.0` | `53.3.0` |
| [arrow-row](https://github.com/apache/arrow-rs) | `53.2.0` | `53.3.0` |
| [arrow-select](https://github.com/apache/arrow-rs) | `53.2.0` | `53.3.0` |
| [arrow-string](https://github.com/apache/arrow-rs) | `53.2.0` | `53.3.0` |
| [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.11.1` | `1.12.0` |
| [aws-lc-sys](https://github.com/aws/aws-lc-rs) | `0.23.1` | `0.24.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.4` | `1.2.5` |
| [home](https://github.com/rust-lang/cargo) | `0.5.9` | `0.5.11` |
| [js-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.72` | `0.3.76` |
| [libc](https://github.com/rust-lang/libc) | `0.2.168` | `0.2.169` |
| [miniz_oxide](https://github.com/Frommi/miniz_oxide) | `0.8.0` | `0.8.2` |
| [object](https://github.com/gimli-rs/object) | `0.36.5` | `0.36.7` |
| [parquet](https://github.com/apache/arrow-rs) | `53.2.0` | `53.3.0` |
| [quinn-udp](https://github.com/quinn-rs/quinn) | `0.5.8` | `0.5.9` |
| [security-framework-sys](https://github.com/kornelski/rust-security-framework) | `2.12.1` | `2.13.0` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.133` | `1.0.134` |
| [syn](https://github.com/dtolnay/syn) | `2.0.87` | `2.0.91` |
| [tinyvec](https://github.com/Lokathor/tinyvec) | `1.8.0` | `1.8.1` |
| [unicode-bidi](https://github.com/servo/unicode-bidi) | `0.3.17` | `0.3.18` |


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

Updates `hyper-rustls` from 0.27.3 to 0.27.5
- [Release notes](https://github.com/rustls/hyper-rustls/releases)
- [Commits](rustls/hyper-rustls@v/0.27.3...v/0.27.5)

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 `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 `anyhow` from 1.0.94 to 1.0.95
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.94...1.0.95)

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

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

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

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

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

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

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

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

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

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

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

Updates `aws-lc-sys` from 0.23.1 to 0.24.0
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@aws-lc-sys/v0.23.1...aws-lc-sys/v0.24.0)

Updates `cc` from 1.2.4 to 1.2.5
- [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.4...cc-v1.2.5)

Updates `home` from 0.5.9 to 0.5.11
- [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md)
- [Commits](rust-lang/cargo@home-0.5.9...home-0.5.11)

Updates `js-sys` from 0.3.72 to 0.3.76
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

Updates `libc` from 0.2.168 to 0.2.169
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.168...0.2.169)

Updates `miniz_oxide` from 0.8.0 to 0.8.2
- [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md)
- [Commits](Frommi/miniz_oxide@0.8.0...0.8.2)

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

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

Updates `quinn-udp` from 0.5.8 to 0.5.9
- [Release notes](https://github.com/quinn-rs/quinn/releases)
- [Commits](quinn-rs/quinn@quinn-udp-0.5.8...quinn-udp-0.5.9)

Updates `security-framework-sys` from 2.12.1 to 2.13.0
- [Release notes](https://github.com/kornelski/rust-security-framework/releases)
- [Commits](https://github.com/kornelski/rust-security-framework/commits)

Updates `serde_json` from 1.0.133 to 1.0.134
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.133...v1.0.134)

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

Updates `tinyvec` from 1.8.0 to 1.8.1
- [Changelog](https://github.com/Lokathor/tinyvec/blob/main/CHANGELOG.md)
- [Commits](Lokathor/tinyvec@v1.8.0...v1.8.1)

Updates `unicode-bidi` from 0.3.17 to 0.3.18
- [Release notes](https://github.com/servo/unicode-bidi/releases)
- [Commits](servo/unicode-bidi@v0.3.17...v0.3.18)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: hyper-rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: mio
  dependency-type: direct:production
  update-type: version-update:semver-major
  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: anyhow
  dependency-type: indirect
  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-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-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-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: home
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: js-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: libc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: miniz_oxide
  dependency-type: indirect
  update-type: version-update:semver-patch
  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: quinn-udp
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: security-framework-sys
  dependency-type: indirect
  update-type: version-update:semver-minor
  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: tinyvec
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: unicode-bidi
  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 Dec 23, 2024
@brayniac brayniac merged commit 0a9e1cd into main Dec 23, 2024
29 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/cargo-dependencies-de6ebb3093 branch December 23, 2024 19:28
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