Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the rust-dependencies group with 4 updates #654

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps the rust-dependencies group with 4 updates: hyper, webpki-roots, url and h2.

Updates hyper from 1.5.0 to 1.5.1

Release notes

Sourced from hyper's releases.

v1.5.1

Bug Fixes

  • http2:
    • pass proper value to h2 max_local_error_reset_streams (4a20147a)
    • improve graceful shutdown during handshake (#3729) (13b05943)

What's Changed

New Contributors

Thanks

Full Changelog: hyperium/hyper@v1.5.0...v1.5.1

Changelog

Sourced from hyper's changelog.

v1.5.1 (2024-11-19)

Bug Fixes

  • http2:
    • pass proper value to h2 max_local_error_reset_streams (4a20147a)
    • improve graceful shutdown during handshake (#3729) (13b05943)
Commits
  • 3b7375a v1.5.1
  • 65026b2 chore(dependencies): remove libc crate from dependencies (#3377)
  • 4a20147 fix(http2): pass proper value to h2 max_local_error_reset_streams
  • 4694f38 chore(ci): pin hashbrown in MSRV job (#3783)
  • 13b0594 fix(http2): improve graceful shutdown during handshake (#3729)
  • 906f8db docs(lib): do not inline http rexports
  • 720d2db docs(lib): fix up misleading example about unstable features
  • 17fddd3 test(client): unflake client try_send_request unit test
  • See full diff in compare view

Updates webpki-roots from 0.26.6 to 0.26.7

Release notes

Sourced from webpki-roots's releases.

0.26.7

Upstream changes

What's Changed

New Contributors

Full Changelog: rustls/webpki-roots@v/0.26.6...v/0.26.7

Commits

Updates url from 2.5.3 to 2.5.4

Release notes

Sourced from url's releases.

v2.5.4

What's Changed

  • Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)" by @​valenting in servo/rust-url#999
  • Updates the MSRV to 1.63 required though the libc v0.2.164 dependency

Full Changelog: servo/rust-url@v2.5.3...v2.5.4

Commits

Updates h2 from 0.4.6 to 0.4.7

Release notes

Sourced from h2's releases.

v0.4.7

What's Changed

  • Fix treating HEADERS frames with a non-zero content-length but END_STREAM flag as malformed.
  • Fix notifying the stream task when automatically reset on receipt of a stream error.

New Contributors

Thanks

Full Changelog: hyperium/h2@v0.4.6...v0.4.7

Changelog

Sourced from h2's changelog.

0.4.7 (November 19, 2024)

  • Fix treating HEADERS frames with a non-zero content-length but END_STREAM flag as malformed.
  • Fix notifying the stream task when automatically reset on receipt of a stream error.
Commits
  • cffea95 v0.4.7
  • 3ac6016 fix: notify_recv after send_reset() in reset_on_recv_stream_err() to ensure l...
  • 640db36 fix: HEADERS frame with non-zero content-length and END_STREAM is malformed (...
  • 87c9be0 ci: pin hashbrown for msrv job (#814)
  • 848885b improve ci/h2spec.sh (macOS compat, /tmp dir and overwrite) (#809)
  • 4d66d5d style: replace split_to and split_off with better alternatives
  • 77be664 chore(ci): use tokio-util 0.7.11 in MSRV check
  • See full diff in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the rust-dependencies group with 4 updates: [hyper](https://github.com/hyperium/hyper), [webpki-roots](https://github.com/rustls/webpki-roots), [url](https://github.com/servo/rust-url) and [h2](https://github.com/hyperium/h2).


Updates `hyper` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v1.5.0...v1.5.1)

Updates `webpki-roots` from 0.26.6 to 0.26.7
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](rustls/webpki-roots@v/0.26.6...v/0.26.7)

Updates `url` from 2.5.3 to 2.5.4
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.3...v2.5.4)

Updates `h2` from 0.4.6 to 0.4.7
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](hyperium/h2@v0.4.6...v0.4.7)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: webpki-roots
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: h2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 25, 2024
@ibigbug ibigbug merged commit 05004b6 into master Nov 25, 2024
27 of 28 checks passed
@ibigbug ibigbug deleted the dependabot/cargo/rust-dependencies-001971826a branch November 25, 2024 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant