deps(wasm): bump the all group across 1 directory with 9 updates#2336
Closed
dependabot[bot] wants to merge 1 commit into
Closed
deps(wasm): bump the all group across 1 directory with 9 updates#2336dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the all group with 8 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.3.0` | | [parquet](https://github.com/apache/arrow-rs) | `58.1.0` | `58.3.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.51.1` | `1.52.3` | | [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` | | [log](https://github.com/rust-lang/log) | `0.4.29` | `0.4.30` | | [hashbrown](https://github.com/rust-lang/hashbrown) | `0.17.0` | `0.17.1` | | [serde_with](https://github.com/jonasbb/serde_with) | `3.18.0` | `3.20.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.3.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.3.0) Updates `parquet` from 58.1.0 to 58.3.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.3.0) Updates `tokio` from 1.51.1 to 1.52.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.51.1...tokio-1.52.3) Updates `serde_json` from 1.0.149 to 1.0.150 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.149...v1.0.150) Updates `log` from 0.4.29 to 0.4.30 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.29...0.4.30) 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 `hashbrown` from 0.17.0 to 0.17.1 - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/main/CHANGELOG.md) - [Commits](rust-lang/hashbrown@v0.17.0...v0.17.1) Updates `serde_with` from 3.18.0 to 3.20.0 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.18.0...v3.20.0) --- updated-dependencies: - dependency-name: datafusion dependency-version: 53.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: arrow dependency-version: 58.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: parquet dependency-version: 58.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: log dependency-version: 0.4.30 dependency-type: direct:production update-type: version-update:semver-patch 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: hashbrown dependency-version: 0.17.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: serde_with dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 8 updates in the /core/wren-core-wasm directory:
53.0.053.1.058.1.058.3.058.1.058.3.01.51.11.52.31.0.1491.0.1500.4.290.4.300.17.00.17.13.18.03.20.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.3.0Release notes
Sourced from arrow's releases.
... (truncated)
Changelog
Sourced from arrow's changelog.
... (truncated)
Commits
913bab2Prepare for58.3.0release (#9893)3384f64chore(deps): bump actions/labeler from 6.0.1 to 6.1.0 (#9932)cc5a256implFromStrforDatePart(#9931)97ff198feat(arrow-string): concat_elements for view, fixed binary (#9876)ded985cfix(arrow-csv): bound RecordDecoder::flush offset accumulation (#9886)7f6524dfix(parquet): bound schema num_children before Vec::with_capacity (#9884)5bf8912[arrow-string]: addlike::eq_ascii_ignore_casekernel (#9871)8091f3f[arrow-array] Use consistentvalue_lengthname in FixedSizeBinaryArray (#9905)1d89737fix(parquet): Prevent negative list sizes in Thrift compact protocol parser (...3790d88Pre-size dedup HashTable in GenericByteDictionaryBuilder::with_capacity (#9908)Updates
parquetfrom 58.1.0 to 58.3.0Release notes
Sourced from parquet's releases.
... (truncated)
Changelog
Sourced from parquet's changelog.
... (truncated)
Commits
913bab2Prepare for58.3.0release (#9893)3384f64chore(deps): bump actions/labeler from 6.0.1 to 6.1.0 (#9932)cc5a256implFromStrforDatePart(#9931)97ff198feat(arrow-string): concat_elements for view, fixed binary (#9876)ded985cfix(arrow-csv): bound RecordDecoder::flush offset accumulation (#9886)7f6524dfix(parquet): bound schema num_children before Vec::with_capacity (#9884)5bf8912[arrow-string]: addlike::eq_ascii_ignore_casekernel (#9871)8091f3f[arrow-array] Use consistentvalue_lengthname in FixedSizeBinaryArray (#9905)1d89737fix(parquet): Prevent negative list sizes in Thrift compact protocol parser (...3790d88Pre-size dedup HashTable in GenericByteDictionaryBuilder::with_capacity (#9908)Updates
tokiofrom 1.51.1 to 1.52.3Release notes
Sourced from tokio's releases.
... (truncated)
Commits
d875691chore: prepare Tokio v1.52.3 (#8130)e1aebb0Merge 'tokio-1.51.3' into 'tokio-1.52.x' (#8129)fd63094chore: prepare Tokio v1.51.3 (#8127)8c600d0Merge 'tokio-1.47.5' into 'tokio-1.51.x' (#8123)11bfc13chore: prepare Tokio v1.47.5 (#8122)f085b62sync: notify receivers in mpscOwnedPermit::release()method (#8075)30d25ccsync: require that anRwLockhasmax_readers != 0(#8076)9fccf53sync: returnEmptyfromtry_recv()when mpsc is closed with outstanding p...ebf61b4sync: fix underflow in mpsc channellen()(#8062)4abe9d7chore: prepare Tokio v1.52.2 (#8115)Updates
serde_jsonfrom 1.0.149 to 1.0.150Release notes
Sourced from serde_json's releases.
Commits
a1ae73aRelease 1.0.1501a360b0Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys2037b63Reject non-string enum object keys5d30df6Resolve manual_assert_eq pedantic clippy lintdc8003aRaise required compiler for preserve_order feature to 1.85a42fa98Unpin CI miri toolchain684a60ePin CI miri to nightly-2026-02-117c7da33Raise required compiler to Rust 1.71acf4850Simplify Number::is_f646b8ceabResolve unnecessary_map_or clippy lintUpdates
logfrom 0.4.29 to 0.4.30Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
9c55760Merge pull request #725 from rust-lang/cargo/0.4.30d1acb05update docs on current MSRV and note latest bump in changelog5068293prepare for 0.4.30 release7ccd873Merge pull request #724 from rust-lang/feat/net-to-value923dfaafix up test cfgsecb7de8gate net value impls on std67bb4f6run fmt25f49ferework net type capturing7087dcbfeat: impl ToValue for core::net types67bc7e3Merge pull request #723 from woodruffw-forks/ww/ciUpdates
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
hashbrownfrom 0.17.0 to 0.17.1Release notes
Sourced from hashbrown's releases.
Changelog
Sourced from hashbrown's changelog.
Commits
c62a63achore: release v0.17.1420e83bMerge pull request #722 from cuviper/rustc_try_insert51cecbdMove theRustcOccupiedErrornote as requested in review16d0f37AddHashMap::rustc_try_insert18a04c5Merge pull request #721 from clarfonthey/branch-renameee8a0eeRename master to main in release-plz workflow147df65Merge pull request #720 from xtqqczze/authors64a0acbRemove package.authors field from Cargo metadata867db72Merge pull request #716 from atouchet/rdm57b760bUpdate ReadmeUpdates
serde_withfrom 3.18.0 to 3.20.0Release notes
Sourced from serde_with's releases.
Commits
f1b06c7Bump version to 3.20.0 (#953)11fe1c5Bump version to 3.20.0222b9aaInclude Rust 1.95 in the CI matrix (#951)993770cInclude Rust 1.95 in the CI matrix731b00bfeat: automaticschemarssupport forBase64(#949)93d6d9dBump github/codeql-action from 4.35.2 to 4.35.3 in the github-actions group (...59bc97bBump github/codeql-action in the github-actions group84f2e40feat: automaticschemarssupport forbase64ff837abfeat: base58 (#943)9fda9cechore: bring back newlineDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions