Bump the cargo group across 1 directory with 6 updates#55
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump the cargo group across 1 directory with 6 updates#55dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the cargo group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bytes](https://github.com/tokio-rs/bytes) | `1.4.0` | `1.11.1` | | [h2](https://github.com/hyperium/h2) | `0.3.21` | `0.3.27` | | [mio](https://github.com/tokio-rs/mio) | `0.8.8` | `0.8.11` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.37.23` | `0.37.28` | | [rustls](https://github.com/rustls/rustls) | `0.21.6` | `0.21.12` | | [tokio](https://github.com/tokio-rs/tokio) | `1.32.0` | `1.49.0` | Updates `bytes` from 1.4.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.4.0...v1.11.1) Updates `h2` from 0.3.21 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.21...v0.3.27) Updates `mio` from 0.8.8 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.8...v0.8.11) Updates `rustix` from 0.37.23 to 0.37.28 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](bytecodealliance/rustix@v0.37.23...v0.37.28) Updates `rustls` from 0.21.6 to 0.21.12 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.21.6...v/0.21.12) Updates `tokio` from 1.32.0 to 1.49.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.32.0...tokio-1.49.0) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.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: rustix dependency-version: 0.37.28 dependency-type: indirect dependency-group: cargo - dependency-name: rustls dependency-version: 0.21.12 dependency-type: indirect dependency-group: cargo - dependency-name: tokio dependency-version: 1.49.0 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #55 +/- ##
==========================================
+ Coverage 0.00% 74.50% +74.50%
==========================================
Files 2 2
Lines 57 51 -6
==========================================
+ Hits 0 38 +38
+ Misses 57 13 -44
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 6 updates in the / directory:
1.4.01.11.10.3.210.3.270.8.80.8.110.37.230.37.280.21.60.21.121.32.01.49.0Updates
bytesfrom 1.4.0 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
h2from 0.3.21 to 0.3.27Release notes
Sourced from h2's releases.
Changelog
Sourced from h2's changelog.
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.8 to 0.8.11Changelog
Sourced from mio's changelog.
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
rustixfrom 0.37.23 to 0.37.28Commits
89b7a8dchore: Release rustix version 0.37.28f51ecb1Check for a missingDT_HASHsection in the VDSO parser (#1254) (#1257)b720e07Remove naked_functions feature usage for x86 (#722) (#1182)b38dc51chore: Release rustix version 0.37.27a2d9c8eFix p{read,write}v{,v2}'s encoding of the offset argument on Linux. (#896) (#...dce2777chore: Release rustix version 0.37.2606dbe83Fixsendmsg_unix's address encoding. (#885) (#886)00b84d6chore: Release rustix version 0.37.25cad15a7Fixes forDiron macOS, FreeBSD, and WASI.df3c3a1Merge pull request from GHSA-c827-hfw6-qwvmUpdates
rustlsfrom 0.21.6 to 0.21.12Commits
3633152Cargo: v0.21.11 -> v0.21.120baaebaproj: MSRV 1.61 -> 1.636fd691atls13: fix clippy::unnecessary_lazy_evaluations finding6da5337Test for illegal IP address in server name extension75f8857Ignore server_name extension containing IP address7b8d1dbPrepare 0.21.11ebcb478complete_io: bail out if progress is impossible20f35dfRegression test forcomplete_ioinfinite loop bug2f2aae1Don't specially handle unauthenticated close_notify alertse163587Don't deny warnings from nightly clippyUpdates
tokiofrom 1.32.0 to 1.49.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
e3b89bbchore: prepare Tokio v1.49.0 (#7824)4f577b8Merge 'tokio-1.47.3' into 'master'f320197chore: prepare Tokio v1.47.3 (#7823)ea6b144ci: freeze rustc on nightly-2025-01-25 innetlify.toml(#7652)264e703Mergetokio-1.43.4intotokio-1.47.x(#7822)dfb0f00chore: prepare Tokio v1.43.4 (#7821)4a91f19ci: fix wasm32-wasip1 tests (#7788)601c383ci: upgrade FreeBSD from 14.2 to 14.3 (#7758)484cb52sync: returnTryRecvError::DisconnectedfromReceiver::try_recvafter `Re...16f20c3rt: mentionLocalRuntimeinnew_current_threaddocs (#7820)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.