deps(wasm): bump the all group across 1 directory with 6 updates#2226
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
deps(wasm): bump the all group across 1 directory with 6 updates#2226dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the all group with 5 updates in the /core/wren-core-wasm directory: | Package | From | To | | --- | --- | --- | | [datafusion](https://github.com/apache/datafusion) | `53.0.0` | `53.1.0` | | [arrow](https://github.com/apache/arrow-rs) | `58.1.0` | `58.2.0` | | [parquet](https://github.com/apache/arrow-rs) | `58.1.0` | `58.2.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.51.1` | `1.52.2` | | [serde_with](https://github.com/jonasbb/serde_with) | `3.18.0` | `3.19.0` | Updates `datafusion` from 53.0.0 to 53.1.0 - [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md) - [Commits](apache/datafusion@53.0.0...53.1.0) Updates `arrow` from 58.1.0 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@58.1.0...58.2.0) Updates `parquet` from 58.1.0 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@58.1.0...58.2.0) Updates `tokio` from 1.51.1 to 1.52.2 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.51.1...tokio-1.52.2) Updates `datafusion-session` from 53.0.0 to 53.1.0 - [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md) - [Commits](apache/datafusion@53.0.0...53.1.0) Updates `serde_with` from 3.18.0 to 3.19.0 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.18.0...v3.19.0) --- updated-dependencies: - dependency-name: arrow dependency-version: 58.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: datafusion dependency-version: 53.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: datafusion-session dependency-version: 53.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: parquet dependency-version: 58.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: serde_with dependency-version: 3.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: tokio dependency-version: 1.52.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
5a4eb2b to
906698d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all group with 5 updates in the /core/wren-core-wasm directory:
53.0.053.1.058.1.058.2.058.1.058.2.01.51.11.52.23.18.03.19.0Updates
datafusionfrom 53.0.0 to 53.1.0Commits
eae7bf4[branch-53] Update version and add Changelog (#21559)637acc4[branch-53] chore: update deps for cargo audit (#21415) (#21587)01f2d91[branch-53] Restore Sort unparser guard for correct ORDER BY placement (#2065...242fb76[branch-53] fix: foreign inner ffi types (#21439) (#21524)6fc7114[branch-53] fix: FilterExec should drop projection when apply projection push...61d8483[branch-53] fix: use datafusion_expr instead of datafusion crate in spark bit...3224e0c[branch-53] fix: use spill writer's schema instead of the first batch schema ...d24faa0[branch-53] chore: Optimize schema rewriter usages (#21158) (#21183)c45c2ce[branch-53] Substrait join consumer should not merge nullability of join keys...2c3a360[branch-53] Fix push_down_filter for children with non-empty fetch fields (#2...Updates
arrowfrom 58.1.0 to 58.2.0Release notes
Sourced from arrow's releases.
... (truncated)
Changelog
Sourced from arrow's changelog.
... (truncated)
Commits
fc3f778Prepare for 58.2.0 release (#9800)3c4311cPrevent buffer builder length overflow inMutableBuffer::extend_zeros(#9820)11f13a5feat(parquet): batch RLE runs in level encoder via scan-ahead (#9830)a3dbc15feat: addhas_non_empty_nullshelper function inOffsetBuffer(#9711)b00b5aafix(ipc): correct skip_field handling for V4 Union (#9829)b4c02d0support length() on Run-end encoding arrays (#9838)710e68ePrevent ArrayData validation length overflow (#9816)cb8d4c0fix: correct accounting inDictEncoder::estimated_memory_size, `Interner::e...4fa8d2ffix(ipc): replace wildcard in skip_field with explicit DataType handling (#9822)c4b2569ReplaceBooleanBufferBuilderwithNullBufferBuilderin arrow-json if appl...Updates
parquetfrom 58.1.0 to 58.2.0Release notes
Sourced from parquet's releases.
... (truncated)
Changelog
Sourced from parquet's changelog.
... (truncated)
Commits
fc3f778Prepare for 58.2.0 release (#9800)3c4311cPrevent buffer builder length overflow inMutableBuffer::extend_zeros(#9820)11f13a5feat(parquet): batch RLE runs in level encoder via scan-ahead (#9830)a3dbc15feat: addhas_non_empty_nullshelper function inOffsetBuffer(#9711)b00b5aafix(ipc): correct skip_field handling for V4 Union (#9829)b4c02d0support length() on Run-end encoding arrays (#9838)710e68ePrevent ArrayData validation length overflow (#9816)cb8d4c0fix: correct accounting inDictEncoder::estimated_memory_size, `Interner::e...4fa8d2ffix(ipc): replace wildcard in skip_field with explicit DataType handling (#9822)c4b2569ReplaceBooleanBufferBuilderwithNullBufferBuilderin arrow-json if appl...Updates
tokiofrom 1.51.1 to 1.52.2Release notes
Sourced from tokio's releases.
... (truncated)
Commits
4abe9d7chore: prepare Tokio v1.52.2 (#8115)f82bcf3Merge 'tokio-1.51.2' into 'tokio-1.52.x' (#8114)7db9bc4test: revert "removechurn()task fromlifo_stealable" (#8114)64834ecchore: prepare Tokio v1.51.2 (#8113)967f571runtime: revert "steal tasks from the LIFO slot" (#8100)9271e3eMerge tokio-1.51.x (for #8101) into tokio-1.52.x (#8106)cd1823fRevert "Pin stable to 1.94 for tokio-1.51.x" (#8106)a97cf12Merge tokio-1.47.x (commit 670a907c55c7) into tokio-1.51.x (#8105)bde3f20Pin stable to 1.94 for tokio-1.51.x (#8105)670a907ci: fix CI on tokio-1.47.x (#8101)Updates
datafusion-sessionfrom 53.0.0 to 53.1.0Commits
eae7bf4[branch-53] Update version and add Changelog (#21559)637acc4[branch-53] chore: update deps for cargo audit (#21415) (#21587)01f2d91[branch-53] Restore Sort unparser guard for correct ORDER BY placement (#2065...242fb76[branch-53] fix: foreign inner ffi types (#21439) (#21524)6fc7114[branch-53] fix: FilterExec should drop projection when apply projection push...61d8483[branch-53] fix: use datafusion_expr instead of datafusion crate in spark bit...3224e0c[branch-53] fix: use spill writer's schema instead of the first batch schema ...d24faa0[branch-53] chore: Optimize schema rewriter usages (#21158) (#21183)c45c2ce[branch-53] Substrait join consumer should not merge nullability of join keys...2c3a360[branch-53] Fix push_down_filter for children with non-empty fetch fields (#2...Updates
serde_withfrom 3.18.0 to 3.19.0Release notes
Sourced from serde_with's releases.
Commits
b4cbda0Bump version to 3.19.0. (#942)727de67Bump version to 3.19.0.2d4f83dAdd support for hashbrown 0.17.0 (#941)79262f4Add support for hashbrown 0.17.06e286a3Bump the github-actions group with 2 updates (#937)1bdf8a2Bump the github-actions group with 2 updates1e9f316Bump rust-lang/crates-io-auth-action from 1.0.3 to 1.0.4 in the github-action...f7aaca9Bump rust-lang/crates-io-auth-action in the github-actions group652dc89Autofix GitHub Actions issue found by zizmor (#934)d884e01Update pre-commit configuration (#933)