Skip to content

cargo(deps): bump the cargo-major group across 1 directory with 6 updates#36

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/crates/kensa-engine/cargo-major-b2a826dcc9
Open

cargo(deps): bump the cargo-major group across 1 directory with 6 updates#36
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/crates/kensa-engine/cargo-major-b2a826dcc9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Updates the requirements on napi, napi-derive, arrow, parquet, calamine and thiserror to permit the latest version.
Updates napi to 3.8.6

Release notes

Sourced from napi's releases.

napi-v3.8.6

Fixed

  • (deps) update rust crate ctor to 0.11.0 (#3270)
  • (napi) Convert #[ctor] calls to declarative form to remove all features (#3257)

Other

  • (napi) skip duplicate validation (#3268)
  • (napi) clarify unsafe function invariants (#3267)
Commits
  • 5ed87dd chore: release (#3259)
  • 84105d9 fix(deps): update rust crate ctor to 0.11.0 (#3270)
  • 20e9072 chore(deps): update dependency ava to v8 (#3269)
  • 29215a9 build(deps): bump postcss from 8.5.8 to 8.5.12 (#3266)
  • ab8a86b perf(napi): skip duplicate validation (#3268)
  • 837d122 docs(napi): clarify unsafe function invariants (#3267)
  • 9c6f720 chore(deps): update dependency oxc-parser to ^0.128.0 (#3265)
  • 1ca6522 fix(napi-derive): only FnArgs unpacks tuple to variadic params (#3264)
  • f3466fa fix(deps): update dependency dockerode to v5 (#3260)
  • ba6597b fix(napi): Convert #[ctor] calls to declarative form to remove all features (...
  • Additional commits viewable in compare view

Updates napi-derive to 3.5.5

Release notes

Sourced from napi-derive's releases.

napi-derive-v3.5.5

Fixed

  • (deps) update rust crate ctor to 0.11.0 (#3270)
  • (napi) Convert #[ctor] calls to declarative form to remove all features (#3257)
Commits
  • 5ed87dd chore: release (#3259)
  • 84105d9 fix(deps): update rust crate ctor to 0.11.0 (#3270)
  • 20e9072 chore(deps): update dependency ava to v8 (#3269)
  • 29215a9 build(deps): bump postcss from 8.5.8 to 8.5.12 (#3266)
  • ab8a86b perf(napi): skip duplicate validation (#3268)
  • 837d122 docs(napi): clarify unsafe function invariants (#3267)
  • 9c6f720 chore(deps): update dependency oxc-parser to ^0.128.0 (#3265)
  • 1ca6522 fix(napi-derive): only FnArgs unpacks tuple to variadic params (#3264)
  • f3466fa fix(deps): update dependency dockerode to v5 (#3260)
  • ba6597b fix(napi): Convert #[ctor] calls to declarative form to remove all features (...
  • Additional commits viewable in compare view

Updates arrow to 54.2.1

Release notes

Sourced from arrow's releases.

arrow 54.2.1

Changelog

54.2.1 (2025-02-27)

Full Changelog

Fixed bugs:

  • Use chrono >= 0.4.34, < 0.4.40 to avoid breaking #7210

* This Changelog was automatically generated by github_changelog_generator

Changelog

Sourced from arrow's changelog.

54.2.1 (2025-02-27)

Full Changelog

Fixed bugs:

  • Use chrono >= 0.4.34, < 0.4.40 to avoid breaking #7210

* This Changelog was automatically generated by github_changelog_generator

Commits
  • 3f56468 Bump arrow version to 54.2.1 (#7207)
  • ed0dcb5 Use chrono >= 0.4.34, < 0.4.40 to avoid breaking (#7210)
  • d4b9482 Update version to 54.2.0 and add CHANGELOG (#7110)
  • 34b2184 Revert "Update rand requirement from 0.8 to 0.9 (#7045)" (#7125)
  • d3a875f feat(object_store): random IP address selection (#7123)
  • ef7d753 fix: NullBufferBuilder::allocated_size should return Size in Bytes (#7122)
  • 78c9df9 Add tests that arrow IPC data is validated (#7096)
  • 2bce568 Support converting large dates (i.e. +10999-12-31) from string to Date32 (#7074)
  • a85fc03 Support setting key field in MapBuilder (#7101)
  • 27d2a75 Expose record boundary information in JSON decoder (#7092)
  • Additional commits viewable in compare view

Updates parquet to 58.2.0

Release notes

Sourced from parquet's releases.

arrow 58.2.0

Changelog

58.2.0 (2026-04-28)

Full Changelog

Implemented enhancements:

  • Expose ColumnCloseResult on ArrowColumnChunk #9774 [parquet]
  • Expose FFI data structures fields #9771 [arrow]
  • short-circuit last predicate in RowFilter when with_limit(N) is set #9765 [parquet]
  • vectorise dict-index bounds check #9747 [parquet]
  • Refactor RleEncoder::flush_bit_packed_run #9734 [parquet]
  • Add benchmark for cast from/to decimals #9728 [arrow]
  • Add a security policy for arrow-rs #9727 [parquet] [arrow] [arrow-flight]
  • Support FixedSizeList in arrow-json reader #9714 [arrow]
  • [Variant] Add VariantArrayBuilder::append_nulls API #9684
  • [Json] RunEndEncoded decoder optimization #9645 [arrow]
  • [Variant] variant_get(..., List<_>) non-Struct types support #9615
  • [Variant] Add unshredded Struct fast-path for variant_get(..., Struct) #9596
  • Allow setting custom line terminator for CSV writer #9571 [arrow]
  • [Variant] Align cast logic for variant_get to cast kernel for numeric/bool types #9564 [arrow]
  • ci: use ubuntu-slim where applicable #9536
  • Publicly export arrow_string::Predicate and its methods? #9480
  • Don't create CompressionContext when no compression is selected [IPC] #9463 [arrow]
  • Parquet: Raw level buffering causes unbounded memory growth for sparse columns #9446 [parquet]
  • Parallel Parquet Reading #9381 [parquet]

Fixed bugs:

... (truncated)

Changelog

Sourced from parquet's changelog.

Changelog

58.3.0 (2026-05-07)

Full Changelog

Implemented enhancements:

  • Add DatePart::from_str API #9930 [arrow]
  • should use DictionaryArray::with_values instead of try_new on the dictionary fast path #9889 [arrow]
  • [arrow-string] add concat_elements for BinaryViewArray and FixedSizeBinary #9875 [arrow]
  • Expose eq ignore ascii case from arrow-string #9870 [arrow]
  • Configurable data page v2 compression threshold #9827 [parquet]

Fixed bugs:

  • [arrow-cast] incorrect Time32 -> Time64 conversion #9851 [arrow]
  • Panic when reading malformed compact-Thrift bool fields in Parquet page metadata #9839 [parquet]
  • Parquet DeltaBitPackDecoder::skip could panic on "non-standard" miniblocks #9793 [parquet]

Documentation updates:

  • docs: Add guidance for AI assisted submissions to CONTRIBUTING.md #9892 (etseidl)
  • Update release schedule on README #9881 (alamb)
  • Add more documentation for FixedSizeBinary arrays #9866 [arrow] (alamb)
  • Minor: document why FixedSizeBinary offset is always 0 #9861 [arrow] (alamb)
  • docs: Update contributing guidelines with benchmark results #9782 (alamb)

Closed issues:

  • GenericByteDictionaryBuilder::with_capacity does not pre-size dedup HashTable #9907 [arrow]

... (truncated)

Commits
  • fc3f778 Prepare for 58.2.0 release (#9800)
  • 3c4311c Prevent buffer builder length overflow in MutableBuffer::extend_zeros (#9820)
  • 11f13a5 feat(parquet): batch RLE runs in level encoder via scan-ahead (#9830)
  • a3dbc15 feat: add has_non_empty_nulls helper function in OffsetBuffer (#9711)
  • b00b5aa fix(ipc): correct skip_field handling for V4 Union (#9829)
  • b4c02d0 support length() on Run-end encoding arrays (#9838)
  • 710e68e Prevent ArrayData validation length overflow (#9816)
  • cb8d4c0 fix: correct accounting in DictEncoder::estimated_memory_size, `Interner::e...
  • 4fa8d2f fix(ipc): replace wildcard in skip_field with explicit DataType handling (#9822)
  • c4b2569 Replace BooleanBufferBuilder with NullBufferBuilder in arrow-json if appl...
  • Additional commits viewable in compare view

Updates calamine to 0.35.0

Release notes

Sourced from calamine's releases.

v0.35.0 - 2026-5-10

Added

  • Added has_1904_epoch() method to Xls/Xlsx/Xlsb structs to allow the user to determine which date epoch is in use by Excel. [PR #630].

    [PR #630]: tafia/calamine#630

  • Made RowDeserializer public to allow a custom DeserializeSeed. [PR #635].

    [PR #635]: tafia/calamine#635

Changed

Fixed

  • Fixed issue with redundant <v> value in inlineStr XLSX cells. [Issue #633].

    [Issue #633]: tafia/calamine#633

  • Fixed issue when processing XLSX files to ignore namespace prefix when reading relation ids. Previously accepted only r: and relationships: prefixes. [Issue #634].

    [Issue #634]: tafia/calamine#634

  • Fixed XLSX issue where rich text <r> elements were ignored after initial plain <t> elements. [Issue #636].

    [Issue #636]: tafia/calamine#636

  • Fixed XLS issue where date format was ignored for formula values. [Issue #640].

    [Issue #640]: tafia/calamine#640

  • Fixed XLSX shared formula expansion corrupting function names. The replace_cell_names() function treated LOG10 as a cell reference (column

... (truncated)

Changelog

Sourced from calamine's changelog.

[0.35.0] - 2026-5-10

Added

  • Added has_1904_epoch() method to Xls/Xlsx/Xlsb structs to allow the user to determine which date epoch is in use by Excel. [PR #630].

    [PR #630]: tafia/calamine#630

  • Made RowDeserializer public to allow a custom DeserializeSeed. [PR #635].

    [PR #635]: tafia/calamine#635

Changed

Fixed

  • Fixed issue with redundant <v> value in inlineStr XLSX cells. [Issue #633].

    [Issue #633]: tafia/calamine#633

  • Fixed issue when processing XLSX files to ignore namespace prefix when reading relation ids. Previously accepted only r: and relationships: prefixes. [Issue #634].

    [Issue #634]: tafia/calamine#634

  • Fixed XLSX issue where rich text <r> elements were ignored after initial plain <t> elements. [Issue #636].

    [Issue #636]: tafia/calamine#636

  • Fixed XLS issue where date format was ignored for formula values. [Issue #640].

    [Issue #640]: tafia/calamine#640

  • Fixed XLSX shared formula expansion corrupting function names. The

... (truncated)

Commits
  • c4da7ed release: 0.35.0
  • 8205413 docs: add deserialization examples (#649)
  • 041fe26 crate: update copyright year
  • 669c418 xls: fix unsupported formula function panic
  • a47e933 test: fix faulty upstream conflict resolution/merges
  • 17dacea xlsx: fix inlineStr elements that contain CDATA (#650)
  • 4287d77 xlsx: fix shared formula expansion corrupting function names (#645)
  • 5f95c78 xls: fix panic parsing formulas in BIFF5 workbooks (#643)
  • acf2a7d xls: fix date format ignored for formula values (#641)
  • 78a3021 xlsx: fix ignoring rich text <r> after initial plain <t> (#637)
  • Additional commits viewable in compare view

Updates thiserror to 2.0.18

Release notes

Sourced from thiserror's releases.

2.0.18

Commits
  • dc0f6a2 Release 2.0.18
  • 0275292 Touch up PR 443
  • 3c33bc6 Merge pull request #443 from LucaCappelletti94/master
  • 995939c Reproduce issue 442
  • 21653d1 Made clippy lifetime allows conditional
  • 45e5388 Update actions/upload-artifact@v5 -> v6
  • 386aac1 Update actions/upload-artifact@v4 -> v5
  • ec50561 Update actions/checkout@v5 -> v6
  • 247eab5 Update name of empty_enum clippy lint
  • 91b181f Raise required compiler to Rust 1.68
  • Additional commits viewable in compare view

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 27, 2026

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot force-pushed the dependabot/cargo/crates/kensa-engine/cargo-major-b2a826dcc9 branch 2 times, most recently from 160ab26 to 062a3f8 Compare April 30, 2026 05:26
@dependabot dependabot Bot force-pushed the dependabot/cargo/crates/kensa-engine/cargo-major-b2a826dcc9 branch from 062a3f8 to 16e124c Compare May 11, 2026 00:48
…ates

Updates the requirements on [napi](https://github.com/napi-rs/napi-rs), [napi-derive](https://github.com/napi-rs/napi-rs), [arrow](https://github.com/apache/arrow-rs), [parquet](https://github.com/apache/arrow-rs), [calamine](https://github.com/tafia/calamine) and [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version.

Updates `napi` to 3.8.6
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](https://github.com/napi-rs/napi-rs/compare/napi@2.0.0...napi-v3.8.6)

Updates `napi-derive` to 3.5.5
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](https://github.com/napi-rs/napi-rs/compare/napi-derive@2.0.0...napi-derive-v3.5.5)

Updates `arrow` to 54.2.1
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/54.2.1/CHANGELOG.md)
- [Commits](apache/arrow-rs@53.0.0...54.2.1)

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

Updates `calamine` to 0.35.0
- [Release notes](https://github.com/tafia/calamine/releases)
- [Changelog](https://github.com/tafia/calamine/blob/master/Changelog.md)
- [Commits](tafia/calamine@v0.26.0...v0.35.0)

Updates `thiserror` to 2.0.18
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.0...2.0.18)

---
updated-dependencies:
- dependency-name: arrow
  dependency-version: 54.2.1
  dependency-type: direct:production
  dependency-group: cargo-major
- dependency-name: calamine
  dependency-version: 0.34.0
  dependency-type: direct:production
  dependency-group: cargo-major
- dependency-name: napi
  dependency-version: 3.8.5
  dependency-type: direct:production
  dependency-group: cargo-major
- dependency-name: napi-derive
  dependency-version: 3.5.4
  dependency-type: direct:production
  dependency-group: cargo-major
- dependency-name: parquet
  dependency-version: 58.1.0
  dependency-type: direct:production
  dependency-group: cargo-major
- dependency-name: thiserror
  dependency-version: 2.0.18
  dependency-type: direct:production
  dependency-group: cargo-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/crates/kensa-engine/cargo-major-b2a826dcc9 branch from 16e124c to f59206b Compare May 11, 2026 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants