chore(deps): bump the other group across 1 directory with 5 updates#844
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the other group across 1 directory with 5 updates#844dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the other group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [arrow-schema](https://github.com/apache/arrow-rs) | `56.2.0` | `57.1.0` | | [bytes](https://github.com/tokio-rs/bytes) | `1.10.1` | `1.11.0` | | [object_store](https://github.com/apache/arrow-rs-object-store) | `0.12.4` | `0.13.0` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.23` | `0.12.28` | | [wasm-bindgen-test](https://github.com/wasm-bindgen/wasm-bindgen) | `0.3.54` | `0.3.56` | Updates `arrow-schema` from 56.2.0 to 57.1.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@56.2.0...57.1.0) Updates `bytes` from 1.10.1 to 1.11.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.10.1...v1.11.0) Updates `object_store` from 0.12.4 to 0.13.0 - [Changelog](https://github.com/apache/arrow-rs-object-store/blob/main/CHANGELOG-old.md) - [Commits](apache/arrow-rs-object-store@v0.12.4...v0.13.0) Updates `reqwest` from 0.12.23 to 0.12.28 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.23...v0.12.28) Updates `wasm-bindgen-test` from 0.3.54 to 0.3.56 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits) --- updated-dependencies: - dependency-name: arrow-schema dependency-version: 57.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: other - dependency-name: bytes dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other - dependency-name: object_store dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other - dependency-name: reqwest dependency-version: 0.12.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other - dependency-name: wasm-bindgen-test dependency-version: 0.3.56 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other ... 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 other group with 5 updates in the / directory:
56.2.057.1.01.10.11.11.00.12.40.13.00.12.230.12.280.3.540.3.56Updates
arrow-schemafrom 56.2.0 to 57.1.0Release notes
Sourced from arrow-schema's releases.
... (truncated)
Changelog
Sourced from arrow-schema's changelog.
... (truncated)
Commits
779e9bdPrepare for 57.1.0 release: Changelog and Version (#8874)ed9efe7Fix regression caused by changes in Display for DataType - display (`List(non...21e9cebSupport parsing for old style FixedSizeList (#8882)fea605c[Variant] Fix cast logic for Variant to Arrow for DataType::Null (#8825)6675204Make ArrayFormatterFactory Send + Sync and add a test (#8878)d1a428cSpeed up filter some more (up to 2x) (#8868)b5c831aAllow Users to Provide CustomArrayFormatters when Pretty-Printing Record B...389f404Fix errors when reading nested Lists with pushdown predicates. (#8866)0dcc401MakeArrowReaderOptions::with_virtual_columnserror rather than panic on in...c5c8076docs: Add examples for creating MutableBuffer from Vec (#8852)Updates
bytesfrom 1.10.1 to 1.11.0Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
a7952fbchore: prepare bytes v1.11.0 (#804)60cbb77fix:BytesMutonly reuse if src has remaining (#803)7ce330fMove drop_fn of from_owner into vtable (#801)4b53a29Tweak BytesMut::remaining_mut (#795)016fdbdReserve capacity in BytesMut::put (#794)ef7f257Specialize BytesMut::put::<Bytes> (#793)8b4f54dIgnore BytesMut::freeze doctest on wasm (#790)16132adFix latest clippy warnings (#787)3e44f88Bump MSRV to 1.57 (#788)f29e939Add some tests for Limit, BytesMut and Reader (#785)Updates
object_storefrom 0.12.4 to 0.13.0Changelog
Sourced from object_store's changelog.
Commits
eedbf3dPrepare for 0.13.0 release (#581)44e258cAdd A "upgrading to 0.13.0" guide in docs (#584)24e5fbcUpdate release schedule on README (#583)378bfe7correctly expose HttpError through RetryError::source (#580)fa40170Pathimprovements (#546)493a5d0fix: Add more details on what isn't implemented (#575)7b09e4eDocumentation for backend support of bulk delete (#571)65ad88bRemove dev dependency on openssl (#577)de4a30eAllow explicitly specifying GCS base URL (#567)92b1378refactor!: movedeletetoObjectStoreExt(#549)Updates
reqwestfrom 0.12.23 to 0.12.28Release notes
Sourced from reqwest's releases.
... (truncated)
Changelog
Sourced from reqwest's changelog.
Commits
d978599v0.12.28ef2768afix: correctly import TokioIo on Windows (#2896)1bf6441v0.12.274967b1bfeat: add windows_named_pipe() option to client builder (#2789)ef5b239chore: Use http_body_util::BodyDataStream (#2892)a810004chore: Disable unused tokio-util codec feature (#2893)01f03a4v0.12.26e908f57fix(http3): correct compression defaults (#2890)509c904fix: disable default compression from tower-http if not enabled in reqwest (#...896aaeadeps: update cookie_store to 0.22 (#2886)Updates
wasm-bindgen-testfrom 0.3.54 to 0.3.56Commits
Dependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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