Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 14, 2026

Bumps hyper from 0.9.10 to 0.9.18.

Changelog

Sourced from hyper's changelog.

v0.9.18 (2017-01-30)

Bug Fixes

  • header: enable SetCookie.fmt_header when only 1 cookie (e3f317ee)

v0.9.17 (2017-01-24)

Bug Fixes

  • client: only set Host header when not present (98342399)
  • header: security fix for header values that include newlines (39ef6355)

Breaking Changes

  • This technically will cause code that a calls SetCookie.fmt_header to panic, as it is no longer to properly write that method. Most people should not be doing this at all, and all other ways of printing headers should work just fine.

    The breaking change must occur in a patch version because of the security nature of the fix.

(39ef6355)

v0.9.16 (2017-01-23)

v0.9.15 (2017-01-19)

Bug Fixes

  • header: security fix for header values that include newlines (a5437373)

Breaking Changes

  • This technically will cause code that a calls SetCookie.fmt_header to panic, as it is no longer to properly write that method. Most people should not be doing this at all, and all other ways of printing headers should work just fine.

    The breaking change must occur in a patch version because of the security nature of the fix.

... (truncated)

Commits
  • 483b9e5 v0.9.18
  • e3f317e fix(header): enable SetCookie.fmt_header when only 1 cookie
  • 54f4f6c v0.9.17
  • 3808fe8 v0.9.16
  • 6ed66e2 refactor(SetCookie): remove println
  • 564e532 refactor(header): only import langtag macro for tests
  • ac97ab5 v0.9.15
  • 4a26aea refactor(error): make Void a unit struct with private field instead of empty ...
  • 39ef635 fix(header): security fix for header values that include newlines
  • 21fb1ee Merge pull request #982 from nabijaczleweli/0.9.x
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [hyper](https://github.com/hyperium/hyper) from 0.9.10 to 0.9.18.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/v0.9.18/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.9.10...v0.9.18)

---
updated-dependencies:
- dependency-name: hyper
  dependency-version: 0.9.18
  dependency-type: indirect
...

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 Jan 14, 2026
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