build(deps): bump the http group across 1 directory with 6 updates#1429
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Closed
build(deps): bump the http group across 1 directory with 6 updates#1429dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the http group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [hyper](https://github.com/hyperium/hyper) | `0.14.32` | `1.6.0` | | [tower-http](https://github.com/tower-rs/tower-http) | `0.5.2` | `0.6.6` | | [tower](https://github.com/tower-rs/tower) | `0.3.1` | `0.5.2` | | [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) | `0.26.2` | `0.27.0` | | [rustls-cng](https://github.com/rustls/rustls-cng) | `0.5.3` | `0.6.0` | | [rustls](https://github.com/rustls/rustls) | `0.23.28` | `0.23.29` | Updates `hyper` from 0.14.32 to 1.6.0 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v0.14.32...v1.6.0) Updates `tower-http` from 0.5.2 to 0.6.6 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.5.2...tower-http-0.6.6) Updates `tower` from 0.3.1 to 0.5.2 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-0.3.1...tower-0.5.2) Updates `tokio-tungstenite` from 0.26.2 to 0.27.0 - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.26.2...v0.27.0) Updates `rustls-cng` from 0.5.3 to 0.6.0 - [Commits](rustls/rustls-cng@v0.5.3...v0.6.0) Updates `rustls` from 0.23.28 to 0.23.29 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.28...v/0.23.29) --- updated-dependencies: - dependency-name: hyper dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: http - dependency-name: tower-http dependency-version: 0.6.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: http - dependency-name: tower dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: http - dependency-name: tokio-tungstenite dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: http - dependency-name: rustls-cng dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: http - dependency-name: rustls dependency-version: 0.23.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: http ... Signed-off-by: dependabot[bot] <support@github.com>
a86ce82 to
ef9615e
Compare
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 http group with 6 updates in the / directory:
0.14.321.6.00.5.20.6.60.3.10.5.20.26.20.27.00.5.30.6.00.23.280.23.29Updates
hyperfrom 0.14.32 to 1.6.0Release notes
Sourced from hyper's releases.
... (truncated)
Changelog
Sourced from hyper's changelog.
... (truncated)
Commits
621d8e4v1.6.083f4588chore(LICENSE): update copyright year10b09fffix(server): start http1 header read timeout when conn is idle (#3828)8ce1fcffeat(ext): addext::on_informational()callback extension (#3818)de28b0echore(ci): use msrv aware dependency resolver (#3831)5baf537chore(ci): use yq to get rust-version in manifest (#3829)3817a79feat(server): addhttp1::Builder::ignore_invalid_headers(bool)option (#3824)e981a91fix(server): changemax_local_error_reset_streamsfunction to&mut self(...30f2961v1.5.2a131111fix(http1): fix intermitent panic parsing partial headers (#3812)Updates
tower-httpfrom 0.5.2 to 0.6.6Release notes
Sourced from tower-http's releases.
... (truncated)
Commits
635692dv0.6.6359d997Fix an indexing panic in compression (#578)24c0f0brefactor: slightly reduce use offutures-util(#577)51723d4v0.6.50187232feat(compression): avoid settingVary: Accept-Encodingwhen already set (#572)f64fbe6fix(redirect): Removedheadersafter empty payload set. (#575)7388e76docs: Clarify TimeoutBody is a timeout per frame, not total (#574)86615aanormalize_path: AddAppendmode (#547)fa8848eRelease v0.6.4 (#568)2608a51Make type inference work for ServiceExt (#566)Updates
towerfrom 0.3.1 to 0.5.2Release notes
Sourced from tower's releases.
... (truncated)
Commits
7dc533etower v0.5.2a09fd97chore: fix dead code warning for 'Sealed' trait and 'sample_floyd2' func (#799)f57e31bAddutil::BoxCloneSyncServiceLayer(#802)da24532Addutil::BoxCloneSyncService(#777)6283f3aUpgrade http and sync_wrapper dependencies (#788)7155101Prepare release of v0.5.1 (#791)b2c48b4Bump dependency on tower-layer (#787)fec9e55tower-layer: drop versions from dev dependencies (#782)646804dchore: prepare to release tower-0.5.0, tower-layer-0.3.3, tower-service-0.3.3...7202cfechore: fix a few typos (#780)Updates
tokio-tungstenitefrom 0.26.2 to 0.27.0Changelog
Sourced from tokio-tungstenite's changelog.
Commits
e855f9eFix errors in the examples caused byUtf8Error21c5d19Bump versionfbd1471Update performance notes in READMEUpdates
rustls-cngfrom 0.5.3 to 0.6.0Commits
c96b7faRemoved unused early-data feature0ae70b2Added support for silent flagc377b43address comments5c3a9fbcargo fmt change24a8398modify as_chain_der()0a6098brevert back as_chain_der() parameter changec54087aadded local machine and no-root supprot for as_chain_der()130765ecargo fmt changea5a3544use BCryptHash in hash()6dd8cd7added sha256 supportUpdates
rustlsfrom 0.23.28 to 0.23.29Commits
4e0b5feBump version to 0.23.29b854079Propagate context for webpki signature algorithm errorsc84675ekey_schedule: minimise lifetime of resumption secret788b0dfkey_schedule: erase master secret in traffic stated2c64f0key_schedule: separate ops not using current secrete5998cdkey_schedule: add state for derivations before finish9620bectls13::key_schedule: moveKeySchedulestruct down373ad88tls13::key_schedule: moveSecretKinddownefa2066Improve compactness of Debug impl for extensionsa5433a1Correct calculation of ServerHello ECH confirmationDependabot 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 conditions