[PR #2170] [MERGED] Bump http from 1.0.0 to 1.1.0 #2850

Closed
opened 2026-03-16 11:11:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2170
Author: @dependabot[bot]
Created: 3/11/2024
Status: Merged
Merged: 3/16/2024
Merged by: @bluejekyll

Base: mainHead: dependabot/cargo/http-1.1.0


📝 Commits (1)

  • 6d744bc Bump http from 1.0.0 to 1.1.0

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps http from 1.0.0 to 1.1.0.

Release notes

Sourced from http's releases.

v1.1.0

What's Changed

  • Add methods to allow trying to allocate in the HeaderMap, returning an error if oversize instead of panicking.
  • Add Extensions::get_or_insert() method.
  • Implement From<Uri> for uri::Builder.
  • Fix HeaderName::from_lowercase that could allow NUL bytes in some cases.

New Contributors

Full Changelog: https://github.com/hyperium/http/compare/v1.0.0...v1.1.0

Changelog

Sourced from http's changelog.

1.1.0 (March 4, 2024)

  • Add methods to allow trying to allocate in the HeaderMap, returning an error if oversize instead of panicking.
  • Add Extensions::get_or_insert() method.
  • Implement From<Uri> for uri::Builder.
  • Fix HeaderName::from_lowercase that could allow NUL bytes in some cases.
Commits
  • 3fe7267 v1.1.0
  • 96dc52f fix: HeaderName::from_lowercase allowing NUL bytes in some cases
  • caa8b4f feat: add HeaderMap::try_ methods to handle capacity overflow
  • 63102bc chore(lib): remove importing prelude AsRef trait
  • c03cc8b chore(header): allow clippy::should_implement_trait rule for HeaderValue::fro...
  • 4785cdd refactor(header): rename method to follow naming convention
  • 63e7d63 doc(header): add panics and safety section to document
  • b8ddea7 refactor(header): add comment and lint allowing to panic in const context wor...
  • fe1932d refactor(status): remove redundant static lifetime
  • 79f8da5 refactor(header): ownership is not needed to iterate
  • 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/2170 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/11/2024 **Status:** ✅ Merged **Merged:** 3/16/2024 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `dependabot/cargo/http-1.1.0` --- ### 📝 Commits (1) - [`6d744bc`](https://github.com/hickory-dns/hickory-dns/commit/6d744bc4bd88e13e421040bf109f79af62af6fee) Bump http from 1.0.0 to 1.1.0 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [http](https://github.com/hyperium/http) from 1.0.0 to 1.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hyperium/http/releases">http's releases</a>.</em></p> <blockquote> <h2>v1.1.0</h2> <h2>What's Changed</h2> <ul> <li>Add methods to allow trying to allocate in the <code>HeaderMap</code>, returning an error if oversize instead of panicking.</li> <li>Add <code>Extensions::get_or_insert()</code> method.</li> <li>Implement <code>From&lt;Uri&gt;</code> for <code>uri::Builder</code>.</li> <li>Fix <code>HeaderName::from_lowercase</code> that could allow NUL bytes in some cases.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tottoto"><code>@​tottoto</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/http/pull/645">hyperium/http#645</a></li> <li><a href="https://github.com/julianbraha"><code>@​julianbraha</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/http/pull/652">hyperium/http#652</a></li> <li><a href="https://github.com/LukeMathWalker"><code>@​LukeMathWalker</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/http/pull/654">hyperium/http#654</a></li> <li><a href="https://github.com/mattgathu"><code>@​mattgathu</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/http/pull/660">hyperium/http#660</a></li> <li><a href="https://github.com/LukasKalbertodt"><code>@​LukasKalbertodt</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/http/pull/667">hyperium/http#667</a></li> <li><a href="https://github.com/dswij"><code>@​dswij</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/http/pull/673">hyperium/http#673</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hyperium/http/compare/v1.0.0...v1.1.0">https://github.com/hyperium/http/compare/v1.0.0...v1.1.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hyperium/http/blob/master/CHANGELOG.md">http's changelog</a>.</em></p> <blockquote> <h1>1.1.0 (March 4, 2024)</h1> <ul> <li>Add methods to allow trying to allocate in the <code>HeaderMap</code>, returning an error if oversize instead of panicking.</li> <li>Add <code>Extensions::get_or_insert()</code> method.</li> <li>Implement <code>From&lt;Uri&gt;</code> for <code>uri::Builder</code>.</li> <li>Fix <code>HeaderName::from_lowercase</code> that could allow NUL bytes in some cases.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hyperium/http/commit/3fe7267b8c301dbe034749f0f31f48957ba61b3c"><code>3fe7267</code></a> v1.1.0</li> <li><a href="https://github.com/hyperium/http/commit/96dc52f513336285c572fe1509ab637261cfec9b"><code>96dc52f</code></a> fix: HeaderName::from_lowercase allowing NUL bytes in some cases</li> <li><a href="https://github.com/hyperium/http/commit/caa8b4f0a4d158a2e1933f3fc591d1a6cdd2814c"><code>caa8b4f</code></a> feat: add <code>HeaderMap::try_</code> methods to handle capacity overflow</li> <li><a href="https://github.com/hyperium/http/commit/63102bcd29fcd4a094cac6a4afb0af370ef1fcbe"><code>63102bc</code></a> chore(lib): remove importing prelude AsRef trait</li> <li><a href="https://github.com/hyperium/http/commit/c03cc8b5c57251ffc8eac4807846a5b3f375e811"><code>c03cc8b</code></a> chore(header): allow clippy::should_implement_trait rule for HeaderValue::fro...</li> <li><a href="https://github.com/hyperium/http/commit/4785cdd6b7ab50c1343ac54d867bbadf8aa37be1"><code>4785cdd</code></a> refactor(header): rename method to follow naming convention</li> <li><a href="https://github.com/hyperium/http/commit/63e7d630f0be16664eb7faaf3688bd8a7de52251"><code>63e7d63</code></a> doc(header): add panics and safety section to document</li> <li><a href="https://github.com/hyperium/http/commit/b8ddea7d21a415918ba3d1d40984ef5f1f3658e6"><code>b8ddea7</code></a> refactor(header): add comment and lint allowing to panic in const context wor...</li> <li><a href="https://github.com/hyperium/http/commit/fe1932d45c91101b5dd8c9546b4b0bb72116511e"><code>fe1932d</code></a> refactor(status): remove redundant static lifetime</li> <li><a href="https://github.com/hyperium/http/commit/79f8da59f607685fa1bb0998ceb64b7be225dd95"><code>79f8da5</code></a> refactor(header): ownership is not needed to iterate</li> <li>Additional commits viewable in <a href="https://github.com/hyperium/http/compare/v1.0.0...v1.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=http&package-manager=cargo&previous-version=1.0.0&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:11:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#2850
No description provided.