chore(deps): Bump the dependencies group across 1 directory with 7 updates#48
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): Bump the dependencies group across 1 directory with 7 updates#48dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
2de4dca to
6808e75
Compare
…dates Bumps the dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [datafusion](https://github.com/apache/datafusion) | `53.0.0` | `53.1.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.49.0` | `1.50.0` | | [pin-project](https://github.com/taiki-e/pin-project) | `1.1.10` | `1.1.12` | | [insta](https://github.com/mitsuhiko/insta) | `1.46.0` | `1.47.2` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.22` | `0.3.23` | | [bytes](https://github.com/tokio-rs/bytes) | `1.11.0` | `1.11.1` | | [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) | `0.31.0` | `0.31.1` | 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 `tokio` from 1.49.0 to 1.50.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.49.0...tokio-1.50.0) Updates `pin-project` from 1.1.10 to 1.1.12 - [Release notes](https://github.com/taiki-e/pin-project/releases) - [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project@v1.1.10...v1.1.12) Updates `insta` from 1.46.0 to 1.47.2 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.46.0...1.47.2) Updates `tracing-subscriber` from 0.3.22 to 0.3.23 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.22...tracing-subscriber-0.3.23) Updates `bytes` from 1.11.0 to 1.11.1 - [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.11.0...v1.11.1) Updates `opentelemetry-otlp` from 0.31.0 to 0.31.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.30.md) - [Commits](open-telemetry/opentelemetry-rust@v0.31.0...opentelemetry-otlp-0.31.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: datafusion dependency-version: 53.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: insta dependency-version: 1.47.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: opentelemetry-otlp dependency-version: 0.31.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: pin-project dependency-version: 1.1.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tokio dependency-version: 1.52.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tracing-subscriber dependency-version: 0.3.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
6808e75 to
ab9a6ff
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 dependencies group with 7 updates in the / directory:
53.0.053.1.01.49.01.50.01.1.101.1.121.46.01.47.20.3.220.3.231.11.01.11.10.31.00.31.1Updates
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
tokiofrom 1.49.0 to 1.50.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
0273e45chore: prepare Tokio v1.50.0 (#7934)e3ee4e5chore: prepare tokio-macros v2.6.1 (#7943)8c980eaio: addwrite_all_vectoredtotokio-util(#7768)e35fd6dci: fix patch during clippy step (#7935)03fe44cruntime: fixevent_intervaldoc (#7932)d18e5dfio: fix race inMock::poll_write(#7882)f21f269runtime: fix race condition during the blocking pool shutdown (#7922)d81e8f0macros: remove (most) localusedeclarations intokio::select!(#7929)25e7f26rt: fix missing quotation in docs (#7925)e1a91efutil: fix typo in docs (#7926)Updates
pin-projectfrom 1.1.10 to 1.1.12Release notes
Sourced from pin-project's releases.
Changelog
Sourced from pin-project's changelog.
Commits
2855546Release 1.1.124e66d4bci,tools: Update config and scriptf3c7f06Update dev-dependenciesd1bf779Update changelogeb98dd1tests: Update lint test05f3825ci,tools: Update config and script96b8d5fFix doc/comments7aeab0eUpdate comment94364dbUpdate scripts and CI configa8490daUpdate note on unaligned_referencesUpdates
instafrom 1.46.0 to 1.47.2Release notes
Sourced from insta's releases.
... (truncated)
Changelog
Sourced from insta's changelog.
Commits
0ddf1e8Release 1.47.2 (#894)094b1cfRevert Arc→Rc change, restore Send + Sync on Settings (#893)65a5233Add regression test for sort_maps not sorting Vecs (#892)fdbfc15Revert sort_maps sequence sorting, release 1.47.1 (#891)46b6f2aRelease 1.47.0 (#889)aa12933Upgradeconsoleto 0.16, bump MSRV to 1.66 (#885)98c084cupgrade toml-edit to 0.25 (#882)4e889b0the test_glob test depends on both glob and json (#883)4d738e5Bump@tootallnate/onceand@vscode/test-electronin /vscode-insta (#881)09f2b8bImprove TOML serialization error message for unsupported types (#880)Updates
tracing-subscriberfrom 0.3.22 to 0.3.23Release notes
Sourced from tracing-subscriber's releases.
Commits
54ede4dchore: prepare tracing-subscriber 0.3.23 (#3490)37558d5subscriber: allow ansi sanitization to be disabled (#3484)efc690fcore: add missing const (#3449)0c32367core: Use const initializers instead ofonce_cell9feb241docs: add arcswap reload crate to related (#3442)2d55f6fchore: prepare tracing 0.1.44 (#3439)10a9e83chore: prepare tracing-core 0.1.36 (#3440)ee82cf9tracing: fix record_all panic (#3432)9978c36chore: prepare tracing-mock 0.1.0-beta.3 (#3429)Updates
bytesfrom 1.11.0 to 1.11.1Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
417dccdRelease bytes v1.11.1 (#820)d0293b0Merge commit from forkUpdates
opentelemetry-otlpfrom 0.31.0 to 0.31.1Release notes
Sourced from opentelemetry-otlp's releases.
Commits
febe718feat(OTLP): add tls-ring, tls-aws-lc, and tls-provider-agnostic feature flags...