build(deps): bump the cargo-minor-patch group across 1 directory with 7 updates - #332
Merged
krisztianfekete merged 1 commit intoAug 4, 2026
Conversation
This was referenced Aug 4, 2026
Collaborator
|
@dependabot rebase |
… 7 updates Bumps the cargo-minor-patch group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [futures](https://github.com/rust-lang/futures-rs) | `0.3.32` | `0.3.33` | | [actix-web](https://github.com/actix/actix-web) | `4.13.0` | `4.14.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.52.3` | `1.53.1` | | [hyper](https://github.com/hyperium/hyper) | `1.10.1` | `1.11.0` | | [http-body-util](https://github.com/hyperium/http-body) | `0.1.3` | `0.1.4` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.106` | `1.0.107` | | [trybuild](https://github.com/dtolnay/trybuild) | `1.0.116` | `1.0.118` | Updates `futures` from 0.3.32 to 0.3.33 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.32...0.3.33) Updates `actix-web` from 4.13.0 to 4.14.0 - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/main/CHANGES.md) - [Commits](actix/actix-web@web-v4.13.0...web-v4.14.0) Updates `tokio` from 1.52.3 to 1.53.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.3...tokio-1.53.1) Updates `hyper` from 1.10.1 to 1.11.0 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v1.10.1...v1.11.0) Updates `http-body-util` from 0.1.3 to 0.1.4 - [Release notes](https://github.com/hyperium/http-body/releases) - [Commits](hyperium/http-body@http-body-util-v0.1.3...http-body-util-v0.1.4) Updates `proc-macro2` from 1.0.106 to 1.0.107 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.106...1.0.107) Updates `trybuild` from 1.0.116 to 1.0.118 - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](dtolnay/trybuild@1.0.116...1.0.118) --- updated-dependencies: - dependency-name: actix-web dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor-patch - dependency-name: futures dependency-version: 0.3.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: http-body-util dependency-version: 0.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: hyper dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor-patch - dependency-name: proc-macro2 dependency-version: 1.0.107 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: tokio dependency-version: 1.53.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor-patch - dependency-name: trybuild dependency-version: 1.0.118 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/cargo-minor-patch-8c6008866e
branch
from
August 4, 2026 13:50
36c107e to
2d17a43
Compare
krisztianfekete
approved these changes
Aug 4, 2026
dependabot
Bot
deleted the
dependabot/cargo/cargo-minor-patch-8c6008866e
branch
August 4, 2026 13:53
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 cargo-minor-patch group with 7 updates in the / directory:
0.3.320.3.334.13.04.14.01.52.31.53.11.10.11.11.00.1.30.1.41.0.1061.0.1071.0.1161.0.118Updates
futuresfrom 0.3.32 to 0.3.33Release notes
Sourced from futures's releases.
Changelog
Sourced from futures's changelog.
Commits
89cc254Release 0.3.33cd9f5beci: Update release workflowd79a499Resolve rustdoc::broken_intra_doc_links warning95bbcf8Resolve rustdoc ambiguous link error303c165Resolve rustdoc::redundant_explicit_links warningf34e3f5ci: Cleanup66591a2Enable Miri for more testsab1072fSimplify target_has_atomic cfg in utility cratescf5d23bFix unsound compat01as03 implementation (fixes #2514) (#3012)8ae794fAdd portable-atomic-alloc feature and use it in FuturesUnordered (#3007)Updates
actix-webfrom 4.13.0 to 4.14.0Release notes
Sourced from actix-web's releases.
Commits
696b1fechore(web): prepare 4.14.0 release (#4114)6c65c46chore(http): prepare 3.13.0 release (#4112)afd2df2test(multipart,derive): move trybuild tests (#4028)7ded7eebuild(deps): bump memchr from 2.8.1 to 2.8.2 (#4107)55cf2e0build(deps): bump bytesize from 2.3.1 to 2.4.0 (#4104)565b179build(deps): bump smallvec from 1.15.1 to 1.15.2 (#4106)1605dd0build(deps): bump taiki-e/install-action from 2.81.7 to 2.81.10 (#4105)5c79f55build(deps): bump regex from 1.12.3 to 1.12.4 (#4103)2ffbee0build(deps): bump time from 0.3.47 to 0.3.49 (#4102)4748b2abuild(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#4092)Updates
tokiofrom 1.52.3 to 1.53.1Release notes
Sourced from tokio's releases.
... (truncated)
Commits
75fef53chore: prepare Tokio v1.53.1 (#8303)ae9d011signal: restore MSRV by removing OnceLock::wait from the Windows handler (#8300)eb4988dtime: fix the loom test of the race between cancellation/insertion (#8302)91d3b4ctime: fix alt timer cancellation and insertion race (#8252)a463384runtime: remove dead link definition inRuntime::block_on(#8301)be689a3chore: prepare Tokio v1.53.0 (#8294)50f76c7chore: prepare tokio-macros v2.7.1 (#8295)f61fccaMerge 'tokio-1.52.4' into 'master' (#8290)efdba5fchore: prepare Tokio v1.52.4 (#8289)b0ba02eMerge 'tokio-1.51.4' into 'tokio-1.52.x' (#8288)Updates
hyperfrom 1.10.1 to 1.11.0Release notes
Sourced from hyper's releases.
... (truncated)
Changelog
Sourced from hyper's changelog.
Commits
67ace64v1.11.0540fff9fix(http1): discard content-length header when received before transfer-encod...ccc1e85feat(rt): addReadBufCursor::initialized_unfilled()method (#4115)0ea8bc2docs(maintainers): move some collaborators to emeriti (#4125)2fc06fcdocs(governance): define Advisor role (#4098)e0d14d1style(proto): explicitly allowdecimal_literal_representationlint (#4117)de1483dfix(http1): use append for repeat trailer values in encoder (#4118)08c3416style(headers): small refactor to remove question_mark lint (#4116)aecf5abfix(http2): avoid bufferingUpgradedwrites without send capacity (#4102)f584091fix(http1): allow up to max_headers trailers (#4108)Updates
http-body-utilfrom 0.1.3 to 0.1.4Release notes
Sourced from http-body-util's releases.
Commits
7685047http-body-util v0.1.43396328http-body v1.1.02fb78dechore: bump license year (#170)b16554bchore(ci): bump checkout to v7c0c53cachore(ci): use msrv aware update for msrv job5ed15d2tests: fix clippy::double_parensc8cb37fDeriveCopytrait toSizeHintstruct (#164)915d6d5feat(util): addInspectErr,InspectFramecombinators (#161)0fc0a94docs: fix broken intradoc links (#162)5a849d4chore: add FUNDING.ymlUpdates
proc-macro2from 1.0.106 to 1.0.107Release notes
Sourced from proc-macro2's releases.
Commits
ed8a549Release 1.0.107d2550fbUpdate documentation links to syn 30bf387dResolve redundant_else pedantic clippy lint949d696Update actions/upload-artifact@v6 -> v7294a2bbUpdate actions/checkout@v6 -> v7cd46c1bLintclippy::from_iter_instead_of_collecthas been removedbb38d83Update afl fuzzer from 0.17 to 0.180f510dbUnpin CI miri toolchainb3c5fe3Pin CI miri to nightly-2026-02-117e2a990Raise required compiler to Rust 1.71Updates
trybuildfrom 1.0.116 to 1.0.118Release notes
Sourced from trybuild's releases.
Commits
7ce4c26Release 1.0.118b359f4aUpdate to 2024 edition3551315Merge pull request #334 from dtolnay/customregistry5209787Limit custom registry to new normalization level528223cMerge pull request 331 from devjgm/greg/trybuild-custom-registry-normalization69689b3Update actions/upload-artifact@v6 -> v7333eb00Release 1.0.117820b8a5Merge pull request #332 from tisonkun/patch-17e9d0a6Update actions/checkout@v6 -> v78dd2668Better error message when TRYBUILD env var is wrong