chore(deps): bump the patch-minor group across 1 directory with 7 updates#529
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the patch-minor group across 1 directory with 7 updates#529dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…ates Bumps the patch-minor group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [h2](https://github.com/hyperium/h2) | `0.4.13` | `0.4.14` | | [tokio](https://github.com/tokio-rs/tokio) | `1.52.1` | `1.52.3` | | [disruptor](https://github.com/nicholassm/disruptor-rs) | `4.1.0` | `4.2.0` | | [arrow-array](https://github.com/apache/arrow-rs) | `58.1.0` | `58.3.0` | | [pyo3](https://github.com/pyo3/pyo3) | `0.28.2` | `0.28.3` | | [arrow-ipc](https://github.com/apache/arrow-rs) | `58.1.0` | `58.3.0` | Updates `h2` from 0.4.13 to 0.4.14 - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md) - [Commits](hyperium/h2@v0.4.13...v0.4.14) Updates `tokio` from 1.52.1 to 1.52.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.1...tokio-1.52.3) Updates `disruptor` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/nicholassm/disruptor-rs/releases) - [Commits](nicholassm/disruptor-rs@v4.1.0...v4.2.0) Updates `arrow-array` 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 `arrow-schema` 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 `pyo3` from 0.28.2 to 0.28.3 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.28.2...v0.28.3) Updates `arrow-ipc` 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) --- updated-dependencies: - dependency-name: arrow-array dependency-version: 58.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-minor - dependency-name: arrow-ipc dependency-version: 58.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-minor - dependency-name: arrow-schema dependency-version: 58.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-minor - dependency-name: disruptor dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-minor - dependency-name: h2 dependency-version: 0.4.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor - dependency-name: pyo3 dependency-version: 0.28.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor ... Signed-off-by: dependabot[bot] <support@github.com>
4434d75 to
978131f
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 patch-minor group with 6 updates in the / directory:
0.4.130.4.141.52.11.52.34.1.04.2.058.1.058.3.00.28.20.28.358.1.058.3.0Updates
h2from 0.4.13 to 0.4.14Release notes
Sourced from h2's releases.
Changelog
Sourced from h2's changelog.
Commits
e2826c5v0.4.1430998f2fix: set_reset must notify send task (missed wakeup) (#897)d9689eafix: Account for connection flow control on DATA after GOAWAY (#895)08129b2fix: Flow control capacity leak with padded frames (#894)1e68f99fix: Avoid panic or capacity leak when a stream is cancelled after reserve_ca...dbc204efix: check final response in poll_informational (#889)ac5cdd0feat: add 'header_table_size()' to server builder (#888)55a0d9dperf(header): optimizeHeaderValuedecoding via zero-copy sharing (#884)f5f1594fix: filter stream initiator in recv_go_away (#886)5634dddfix: avoid RST before initial HEADERS on idle streams (#875)Updates
tokiofrom 1.52.1 to 1.52.3Release notes
Sourced from tokio's releases.
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
disruptorfrom 4.1.0 to 4.2.0Release notes
Sourced from disruptor's releases.
Commits
45c130eBump version to 4.2.0.2c89ddbImprove docs on#with_multi_consumermethod.3bb9294Merge pull request #40 from mdyring/mainbba3fc9Add assertion for empty cursor and add tests42ff514Add builder with_multi_consumer() to force state transitionUpdates
arrow-arrayfrom 58.1.0 to 58.3.0Release notes
Sourced from arrow-array's releases.
... (truncated)
Changelog
Sourced from arrow-array'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
arrow-schemafrom 58.1.0 to 58.3.0Release notes
Sourced from arrow-schema's releases.
... (truncated)
Changelog
Sourced from arrow-schema'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
pyo3from 0.28.2 to 0.28.3Release notes
Sourced from pyo3's releases.
Changelog
Sourced from pyo3's changelog.
Commits
743af64release: 0.28.32042b4cfix deadlock when initializing enum viainto_pyobject()(#5928)0157247ci: update UI tests for Rust 1.94 (#5859)e234f8aUpdate getting-started.md (#5899)c06848dfix ffi-check in 3.15.0a7 (#5873)83f4283remove unusedtry_trait_v2feature when enabling thenightlyfeature (#5868)0de57edFix unsoundness inPyBytesWriter::write_vectored(#5907)49cd13ffixes #5900 -- address race condition with initialization and site.py loading...c90d163[fix] Fixstd::ffiimport for_Py_NegativeRefcount(#5847)b79d725fix(pyo3-macros): allow pyclass named Probe (#5837)Updates
arrow-ipcfrom 58.1.0 to 58.3.0Release notes
Sourced from arrow-ipc's releases.
... (truncated)
Changelog
Sourced from arrow-ipc'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)