build(deps): bump the http group across 1 directory with 8 updates#1785
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps): bump the http group across 1 directory with 8 updates#1785dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the http group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [hyper](https://github.com/hyperium/hyper) | `0.14.32` | `1.9.0` | | [tower-http](https://github.com/tower-rs/tower-http) | `0.5.2` | `0.6.8` | | [tower](https://github.com/tower-rs/tower) | `0.3.1` | `0.5.3` | | [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) | `0.26.2` | `0.29.0` | | [axum-extra](https://github.com/tokio-rs/axum) | `0.10.3` | `0.12.6` | | [rustls-cng](https://github.com/rustls/rustls-cng) | `0.5.3` | `0.7.0` | | [openssl-probe](https://github.com/rustls/openssl-probe) | `0.1.6` | `0.2.1` | | [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.79` | `0.10.80` | Updates `hyper` from 0.14.32 to 1.9.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.9.0) Updates `tower-http` from 0.5.2 to 0.6.8 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.5.2...tower-http-0.6.8) Updates `tower` from 0.3.1 to 0.5.3 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-0.3.1...tower-0.5.3) Updates `tokio-tungstenite` from 0.26.2 to 0.29.0 - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.26.2...v0.29.0) Updates `axum-extra` from 0.10.3 to 0.12.6 - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](tokio-rs/axum@axum-extra-v0.10.3...axum-extra-v0.12.6) Updates `rustls-cng` from 0.5.3 to 0.7.0 - [Commits](rustls/rustls-cng@v0.5.3...v0.7.0) Updates `openssl-probe` from 0.1.6 to 0.2.1 - [Release notes](https://github.com/rustls/openssl-probe/releases) - [Commits](rustls/openssl-probe@0.1.6...0.2.1) Updates `openssl` from 0.10.79 to 0.10.80 - [Release notes](https://github.com/rust-openssl/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.79...openssl-v0.10.80) --- updated-dependencies: - dependency-name: hyper dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: http - dependency-name: tower-http dependency-version: 0.6.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: http - dependency-name: tower dependency-version: 0.5.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: http - dependency-name: tokio-tungstenite dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: http - dependency-name: axum-extra dependency-version: 0.12.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: http - dependency-name: rustls-cng dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: http - dependency-name: openssl-probe dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: http - dependency-name: openssl dependency-version: 0.10.80 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: http ... Signed-off-by: dependabot[bot] <support@github.com>
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 8 updates in the / directory:
0.14.321.9.00.5.20.6.80.3.10.5.30.26.20.29.00.10.30.12.60.5.30.7.00.1.60.2.10.10.790.10.80Updates
hyperfrom 0.14.32 to 1.9.0Release notes
Sourced from hyper's releases.
... (truncated)
Changelog
Sourced from hyper's changelog.
... (truncated)
Commits
0d6c7d5v1.9.0e21205cfeat(http1): add UpgradeableConnection::into_parts393c77cfeat(error): add 'Error::is_parse_version_h2' method5b17a69fix(http2): cancel sending client request body on response future drop (#4042)7211ec2fix(http1): allow keep-alive for chunked requests with trailers (#4043)d51cb71feat(client): expose HTTP/2 current max stream count (#4026)28e73ccfix(ffi): validate null pointers before dereferencing in request/response fun...e13e783docs(client): fix HTTP/2 max concurrent stream link to spec (#4037)8ba9008chore(dependencies): drop pin-utils dependency (#4023)5778745feat(client): add HTTP/2max_local_error_reset_streamsoption (#4021)Updates
tower-httpfrom 0.5.2 to 0.6.8Release notes
Sourced from tower-http's releases.
... (truncated)
Commits
33166c8v0.6.86680160Fix deprecated lints (#608)81b8231ci: Switch cargo-public-api-crates to cargo-check-external-types (#613)1fb0144ci: pin tracing in msrv job (#622)1fe4c09fix(decompression): disablemultiple_membersoption for gzip decoder (#621)3bf1ba7v0.6.7723ca9afix(decompression): Suppress EOF errors caused by decompressing empty body (#...8ab9f82chore(ci): use newer cargo-public-api-crates job (#619)7cfdf76doc: Replace doc_auto_cfg with doc_cfg (#609)50beeafAdd support for custom status code in TimeoutLayer (#599)Updates
towerfrom 0.3.1 to 0.5.3Release notes
Sourced from tower's releases.
... (truncated)
Commits
4b0a6b0tower v0.5.32c8524atower v0.5.350fa4b6ci: upgrade deny check to v2 (#847)73febcdfix: Check thatjitteris not NaN instead of finiteness (#843)719ec03chore: Disable unused futures feature (#838)1992ebdchore(util): remove redundant ready! wrapping in poll implementations (#844)21e01e9docs: Resolve document warning (#841)d1b55bedocs: Remove doc_auto_cfg config (#840)9d876c0ci: Update to actions/checkout v5 (#839)a1c277bdocs: correct rng pre-requisite comment (#835)Updates
tokio-tungstenitefrom 0.26.2 to 0.29.0Changelog
Sourced from tokio-tungstenite's changelog.
Commits
7930ff2Bump version38d0465Update Readme (#369)35d110cImplement into_inner to get the underlying stream (#367)f3ae75dUpdatetungsteniteversion and fix bugs25b544eAllow getting a reference to the shared inner stream (#363)e855f9eFix errors in the examples caused byUtf8Error21c5d19Bump versionfbd1471Update performance notes in READMEUpdates
axum-extrafrom 0.10.3 to 0.12.6Release notes
Sourced from axum-extra's releases.
... (truncated)
Commits
c59208crevert axum-core changelog changes99068f5Revert "FixIntoResponsefor tuples overriding error response codes (#3603)"23d7098Revert "axum-core 0.5.6"e8a39adaxum-macros 0.5.16e9a249axum-extra 0.12.60ec9041axum 0.8.9c3fcebbaxum-core 0.5.6a8790fcupdate release notes26ba7bbdocs: consolidate state management docs in crate root (#3683)9fc59efUpdate to tokio-tungstenite 0.29 (#3689)Updates
rustls-cngfrom 0.5.3 to 0.7.0Commits
06fe2c0Added Pkcs12Flags to control how to import chains from the PKCS#1269b7699CertContext: method to retrieve time when added to store351916aFixed compilation with Rust 1.84fa39ce2Fixed clippy 1.88 warnings46a3091cargo fmt1e6e64bClippy fixesc96b7faRemoved unused early-data feature0ae70b2Added support for silent flagc377b43address comments5c3a9fbcargo fmt changeUpdates
openssl-probefrom 0.1.6 to 0.2.1Release notes
Sourced from openssl-probe's releases.
Commits
9181752Prepare 0.2.12a23322docs: clarify lib description, update README5e18d53feat: add openharmony platform preset certs folderdf769f4Update repo URL in Cargo metadatacc52ac7ci: check cargo-deny (and fix up SPDX metadata)4cfa095ci: check semver compatibility04e7058ci: check clippyfbce324ci: check code formatting11fba1bci: setup duplicate workflow cancellationa44b6f1ci: restrict workflow permissionsUpdates
opensslfrom 0.10.79 to 0.10.80Release notes
Sourced from openssl's releases.
Commits
35be7aeRelease openssl 0.10.80 and openssl-sys 0.9.116 (#2639)19eceb2Fix output buffer overflow in cipher_update_inplace for AES key-wrap-with-pad...b460eb3Prefer Homebrew openssl@4 and stop looking for openssl@1.1 (#2633)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 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