Bump the rust-dependencies group across 1 directory with 7 updates#133
Merged
Bump the rust-dependencies group across 1 directory with 7 updates#133
Conversation
Contributor
Author
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
1 similar comment
Contributor
Author
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
Collaborator
|
@dependabot recreate |
Updates the requirements on [arrow](https://github.com/apache/arrow-rs), [prost](https://github.com/tokio-rs/prost), [tonic](https://github.com/hyperium/tonic), [tonic-health](https://github.com/hyperium/tonic), [prost-build](https://github.com/tokio-rs/prost), [tonic-build](https://github.com/hyperium/tonic) and [darling](https://github.com/TedDriggs/darling) to permit the latest version. Updates `arrow` to 56.0.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@55.0.0...56.0.0) Updates `prost` to 0.14.1 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.13.2...v0.14.1) Updates `tonic` to 0.14.0 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.13.0...v0.14.0) Updates `tonic-health` to 0.14.0 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.13.0...v0.14.0) Updates `prost-build` to 0.14.1 - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.13.2...v0.14.1) Updates `tonic-build` to 0.14.0 - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.13.0...v0.14.0) Updates `darling` to 0.21.0 - [Release notes](https://github.com/TedDriggs/darling/releases) - [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md) - [Commits](TedDriggs/darling@v0.20.3...v0.21.0) --- updated-dependencies: - dependency-name: arrow dependency-version: 56.0.0 dependency-type: direct:production dependency-group: rust-dependencies - dependency-name: prost dependency-version: 0.14.1 dependency-type: direct:production dependency-group: rust-dependencies - dependency-name: tonic dependency-version: 0.14.0 dependency-type: direct:production dependency-group: rust-dependencies - dependency-name: tonic-health dependency-version: 0.14.0 dependency-type: direct:production dependency-group: rust-dependencies - dependency-name: prost-build dependency-version: 0.14.1 dependency-type: direct:production dependency-group: rust-dependencies - dependency-name: tonic-build dependency-version: 0.14.0 dependency-type: direct:production dependency-group: rust-dependencies - dependency-name: darling dependency-version: 0.21.0 dependency-type: direct:production dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
d70cdb0 to
9537297
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.
Updates the requirements on arrow, prost, tonic, tonic-health, prost-build, tonic-build and darling to permit the latest version.
Updates
arrowto 56.0.0Release notes
Sourced from arrow's releases.
... (truncated)
Changelog
Sourced from arrow's changelog.
... (truncated)
Commits
876585cFix doc test in avro-arrow (#8020)9423040Prepare for56.0.0release: Update version andCHANGELOG.md(#8014)079d4f2Improve memory usage forarrow-row -> String/BinaryViewwhen utf8 validatio...d634ac8Implement full-rangei256::to_f64to eliminate ±∞ saturation for Decimal256...cbadec7Add benchmark for converting StringViewArray with mixed short and long string...2418c59[Parquet] Allow writing compatible DictionaryArrays to parquet writer (#8005)625e6eePerf: improve sort viapartition_validityto use fast path for bit map scan...499de7dCreate empty buffer for a buffer specified in the C Data Interface with lengt...00a2f73[Variant] impl FromIterator for VariantPath (#8011)1d9afbcMinor: Upatecast_with_optionsdocs about casting integers --> intervals (#...Updates
prostto 0.14.1Changelog
Sourced from prost's changelog.
... (truncated)
Commits
9965a98chore: Release version 0.14.1 (#1299)0caca29Revert "feat(prost-build): emitreruncommands (#1140)" (#1297)3543eb8chore: Release version 0.14.0 (#1276)1e93f56build(deps): update criterion requirement from 0.5 to 0.6 (#1280)bdd03fcUpdate config.rs (#1270)fcf610eci: Run clippy with edition 2024 enabled (#1256)8a3d42edocs: update dead link LICENSE inprost-types/README.md(#1262)97d5841chore: fix typo (#1260)5c97cf8build(deps): Update pulldown-cmark to 0.13 (#1259)db871b4hardenref mutaccording to edition 2024 (#1248)Updates
tonicto 0.14.0Release notes
Sourced from tonic's releases.
Commits
e019277chore: fix clippy lints (#2351)aa9c8cbchore: update release scripts (#2350)71379a9feat(build): allow to specify trait attributes (#2348)88994eachore: clean up flake.nix (#2349)969408efeat: Extract prost into its own tonic based crates (#2321)761ebf5chore: Update socket2 to v0.6 (#2329)c2ae78echore(grpc): Update to prost 0.14 (#2347)681ee28chore: Update flake.nix (#2346)fc5c540chore: Resolve no newline at end of file (#2328)d4e4a2aInitial simple grpc channel implementation (#2338)Updates
tonic-healthto 0.14.0Release notes
Sourced from tonic-health's releases.
Commits
e019277chore: fix clippy lints (#2351)aa9c8cbchore: update release scripts (#2350)71379a9feat(build): allow to specify trait attributes (#2348)88994eachore: clean up flake.nix (#2349)969408efeat: Extract prost into its own tonic based crates (#2321)761ebf5chore: Update socket2 to v0.6 (#2329)c2ae78echore(grpc): Update to prost 0.14 (#2347)681ee28chore: Update flake.nix (#2346)fc5c540chore: Resolve no newline at end of file (#2328)d4e4a2aInitial simple grpc channel implementation (#2338)Updates
prost-buildto 0.14.1Changelog
Sourced from prost-build's changelog.
... (truncated)
Commits
9965a98chore: Release version 0.14.1 (#1299)0caca29Revert "feat(prost-build): emitreruncommands (#1140)" (#1297)3543eb8chore: Release version 0.14.0 (#1276)1e93f56build(deps): update criterion requirement from 0.5 to 0.6 (#1280)bdd03fcUpdate config.rs (#1270)fcf610eci: Run clippy with edition 2024 enabled (#1256)8a3d42edocs: update dead link LICENSE inprost-types/README.md(#1262)97d5841chore: fix typo (#1260)5c97cf8build(deps): Update pulldown-cmark to 0.13 (#1259)db871b4hardenref mutaccording to edition 2024 (#1248)Updates
tonic-buildto 0.14.0Release notes
Sourced from tonic-build's releases.
Commits
e019277chore: fix clippy lints (#2351)aa9c8cbchore: update release scripts (#2350)71379a9feat(build): allow to specify trait attributes (#2348)88994eachore: clean up flake.nix (#2349)969408efeat: Extract prost into its own tonic based crates (#2321)761ebf5chore: Update socket2 to v0.6 (#2329)c2ae78echore(grpc): Update to prost 0.14 (#2347)681ee28chore: Update flake.nix (#2346)fc5c540chore: Resolve no newline at end of file (#2328)d4e4a2aInitial simple grpc channel implementation (#2338)Updates
darlingto 0.21.0Release notes
Sourced from darling's releases.
Changelog
Sourced from darling's changelog.