build(deps): bump the cargo group across 1 directory with 8 updates#5
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Closed
build(deps): bump the cargo group across 1 directory with 8 updates#5dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the cargo group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bytes](https://github.com/tokio-rs/bytes) | `1.2.1` | `1.11.1` | | [tokio](https://github.com/tokio-rs/tokio) | `1.20.1` | `1.26.0` | | [bumpalo](https://github.com/fitzgen/bumpalo) | `3.11.0` | `3.19.1` | | [h2](https://github.com/hyperium/h2) | `0.3.14` | `0.3.27` | | [mio](https://github.com/tokio-rs/mio) | `0.8.4` | `0.8.11` | | [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.42` | `0.10.68` | | [webpki](https://github.com/briansmith/webpki) | `0.22.0` | `0.22.2` | Updates `bytes` from 1.2.1 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.2.1...v1.11.1) Updates `tokio` from 1.20.1 to 1.26.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.20.1...tokio-1.26.0) Updates `bumpalo` from 3.11.0 to 3.19.1 - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](fitzgen/bumpalo@3.11.0...v3.19.1) Updates `h2` from 0.3.14 to 0.3.27 - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/v0.3.27/CHANGELOG.md) - [Commits](hyperium/h2@v0.3.14...v0.3.27) Updates `mio` from 0.8.4 to 0.8.11 - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](tokio-rs/mio@v0.8.4...v0.8.11) Updates `openssl` from 0.10.42 to 0.10.68 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.42...openssl-v0.10.68) Updates `openssl-src` from 111.22.0+1.1.1q to 300.5.5+3.5.5 - [Release notes](https://github.com/alexcrichton/openssl-src-rs/releases) - [Commits](https://github.com/alexcrichton/openssl-src-rs/commits) Updates `webpki` from 0.22.0 to 0.22.2 - [Commits](https://github.com/briansmith/webpki/commits) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production dependency-group: cargo - dependency-name: tokio dependency-version: 1.26.0 dependency-type: direct:production dependency-group: cargo - dependency-name: bumpalo dependency-version: 3.19.1 dependency-type: indirect dependency-group: cargo - dependency-name: h2 dependency-version: 0.3.27 dependency-type: indirect dependency-group: cargo - dependency-name: mio dependency-version: 0.8.11 dependency-type: indirect dependency-group: cargo - dependency-name: openssl dependency-version: 0.10.68 dependency-type: indirect dependency-group: cargo - dependency-name: openssl-src dependency-version: 300.5.5+3.5.5 dependency-type: indirect dependency-group: cargo - dependency-name: webpki dependency-version: 0.22.2 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
This was referenced Feb 3, 2026
Author
|
Superseded by #6. |
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 group with 7 updates in the / directory:
1.2.11.11.11.20.11.26.03.11.03.19.10.3.140.3.270.8.40.8.110.10.420.10.680.22.00.22.2Updates
bytesfrom 1.2.1 to 1.11.1Release notes
Sourced from bytes's releases.
... (truncated)
Changelog
Sourced from bytes's changelog.
... (truncated)
Commits
417dccdRelease bytes v1.11.1 (#820)d0293b0Merge commit from forka7952fbchore: 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)Updates
tokiofrom 1.20.1 to 1.26.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
a377240chore: prepare for Tokio v1.26.0 release (#5521)52da177metrics: add a new metric for budget exhaustion yields (#5517)ee1c940time: ImproveInstant::now()perf with test-util (#5513)815d89aruntime: remove extra period in docs (#5511)54aaf3dtime: document immediate completion guarantee for timeouts (#5509)5a3abe5net: add types for named unix pipes (#5351)d44b1caio: ignore SplitByUtf8BoundaryIfWindows test on miri (#5507)e23c6f3signal: updated Documentation for Signals (#5459)0a50cb3net: fix test compilation failure (#5506)2298679runtime: document the nature of the main future (#5494)Updates
bumpalofrom 3.11.0 to 3.19.1Changelog
Sourced from bumpalo's changelog.
... (truncated)
Commits
8c2172aBump to version 3.19.1 (#300)520f34bFix compile failure withallocator_apifeature on recent nightly (#297)e1eff20Add inline attribute to String::from_str_in (#290)44a07b9Fix MSRV build (#292)573ed78Bump to version 3.19.0 (#284)a41fb46Vec::retain_mut (#282)fce08e9Fix reproducing instructions (#279)a3ac3d6Bump to version 3.18.1 (#278)789e34bBump to version 3.18.0 (#276)b425081fix: subtract footer size from allocated_bytes on reset (#275)Updates
h2from 0.3.14 to 0.3.27Release notes
Sourced from h2's releases.
... (truncated)
Changelog
Sourced from h2's changelog.
... (truncated)
Commits
f6237acv0.3.27f61332erefactor: change local reset counter to use type system more3f1a8e3style: fix anonymous lifetime syntax778aa7efix: notify_recv after send_reset() in reset_on_recv_stream_err() to ensure l...be10b77ci: pin more deps for MSRV job (#817)c0d9febci: pin deps for MSRV5ccd9cflints: fix unexpected cfgs warningse6e3e9cfix: return a WriteZero error if frames cannot be written (#783)357127ev0.3.261a357aafix: limit number of CONTINUATION frames allowedUpdates
miofrom 0.8.4 to 0.8.11Changelog
Sourced from mio's changelog.
... (truncated)
Commits
0328bdeRelease v0.8.117084498Fix warnings90d4fe0named-pipes: fix receiving IOCP events after deregisterc710a30Add v0.8.x to the CIc29e21cRelease v0.8.10f6a20daAdd Solaris operating system support (#1724)e80c3b2Release v0.8.9862786bFix importing of IoSourceState4034872Add support for vita target8eb4010Fix receiver and sender fd in pipe based wakerUpdates
opensslfrom 0.10.42 to 0.10.68Release notes
Sourced from openssl's releases.
... (truncated)
Commits
be8dcfdMerge pull request #2318 from alex/msrv-fix065cc77fixes #2317 -- restore compatibility with our MSRV and release openssl 0.9.687b3ec80Merge pull request #2316 from alex/bump-for-releaseb510e8cRelease openssl v0.10.67 and openssl-sys v0.9.104ee3b024Merge pull request #2315 from botovq/libressl-4.0.0c4dabc2CI: Update LibreSSL CIf9027b7LibreSSL 4.0.0 is released & stable1b51ba5Merge pull request #2313 from sfackler/sfackler-patch-1de8a97cBump to 3.4.0-beta13930464Merge pull request #2312 from sfackler/alex-patch-1Updates
openssl-srcfrom 111.22.0+1.1.1q to 300.5.5+3.5.5Commits
Updates
webpkifrom 0.22.0 to 0.22.2Commits
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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.