[PR #1324] [CLOSED] Bump http from 0.2.1 to 0.2.2 #2214

Closed
opened 2026-03-16 07:43:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1324
Author: @dependabot-preview[bot]
Created: 12/21/2020
Status: Closed

Base: mainHead: dependabot/cargo/http-0.2.2


📝 Commits (1)

  • 727724a Bump http from 0.2.1 to 0.2.2

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps http from 0.2.1 to 0.2.2.

Release notes

Sourced from http's releases.

v0.2.2

  • Fix (potential double) panic of (HeaderMap) OccupiedEntry::remove_entry and remove_entry_mult when multiple values are present. (#446, #449 dekellum)
  • Safety audits of (priv) ByteStr and refactor of Authority (#408, #414 sbosnick)
  • Fix HeaderName to error instead of panic when input is too long (#432 #433 acfoltzer)
  • Allow StatusCode to encode values 100-999 without error. Use of the unclassified range 600-999 remains discouraged. (#144, #438, #443 quininer dekellum)
  • Add String and &String fallible conversions to PathAndQuery (#450 mkindahl)
  • Fix Authority (and Uri) to error instead of panic on unbalanced brackets (#435, #445 aeryz)
Changelog

Sourced from http's changelog.

0.2.2 (December 14, 2020)

  • Fix (potential double) panic of (HeaderMap) OccupiedEntry::remove_entry and remove_entry_mult when multiple values are present. (#446, #449 dekellum)
  • Safety audits of (priv) ByteStr and refactor of Authority (#408, #414 sbosnick)
  • Fix HeaderName to error instead of panic when input is too long (#432 #433 acfoltzer)
  • Allow StatusCode to encode values 100-999 without error. Use of the unclassified range 600-999 remains discouraged. (#144, #438, #443 quininer dekellum)
  • Add String and &String fallible conversions to PathAndQuery (#450 mkindahl)
  • Fix Authority (and Uri) to error instead of panic on unbalanced brackets (#435, #445 aeryz)
Commits
  • 01d6a59 v0.2.2
  • 722df55 Fixes panic for remove_entry and remove_entry_mult (#449)
  • 43c6e84 Return error if multiple brackets exist in the authority (#445)
  • 8be5a58 Add String and &String convert for PathAndQuery (#450)
  • be05ed2 Allow StatusCode to support 600-999 range
  • b00473c Return an error rather than panicking when HeaderName is too long (#433)
  • 975dbdd Audit the use of unsafe in byte_str.rs (#408)
  • 4115fc1 Clarify meaning of sensitive header values (#427)
  • 4f11af5 Fix the build status badge in README.md (#426)
  • d8996d2 Fix the "Build Status" indicator in README.md (#425)
  • 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/1324 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 12/21/2020 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/http-0.2.2` --- ### 📝 Commits (1) - [`727724a`](https://github.com/hickory-dns/hickory-dns/commit/727724a95c6d9d8b9e0abea10d40c605393f77bd) Bump http from 0.2.1 to 0.2.2 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description Bumps [http](https://github.com/hyperium/http) from 0.2.1 to 0.2.2. <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>v0.2.2</h2> <ul> <li>Fix (potential double) panic of (<code>HeaderMap</code>) <code>OccupiedEntry::remove_entry</code> and <code>remove_entry_mult</code> when multiple values are present. (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/446">#446</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/449">#449</a> dekellum)</li> <li>Safety audits of (priv) <code>ByteStr</code> and refactor of <code>Authority</code> (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/408">#408</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/414">#414</a> sbosnick)</li> <li>Fix <code>HeaderName</code> to error instead of panic when input is too long (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/432">#432</a> <a href="https://github-redirect.dependabot.com/hyperium/http/issues/433">#433</a> acfoltzer)</li> <li>Allow <code>StatusCode</code> to encode values 100-999 without error. Use of the unclassified range 600-999 remains discouraged. (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/144">#144</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/438">#438</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/443">#443</a> quininer dekellum)</li> <li>Add <code>String</code> and <code>&amp;String</code> fallible conversions to <code>PathAndQuery</code> (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/450">#450</a> mkindahl)</li> <li>Fix <code>Authority</code> (and <code>Uri</code>) to error instead of panic on unbalanced brackets (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/435">#435</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/445">#445</a> aeryz)</li> </ul> </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>0.2.2 (December 14, 2020)</h1> <ul> <li>Fix (potential double) panic of (<code>HeaderMap</code>) <code>OccupiedEntry::remove_entry</code> and <code>remove_entry_mult</code> when multiple values are present. (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/446">#446</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/449">#449</a> dekellum)</li> <li>Safety audits of (priv) <code>ByteStr</code> and refactor of <code>Authority</code> (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/408">#408</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/414">#414</a> sbosnick)</li> <li>Fix <code>HeaderName</code> to error instead of panic when input is too long (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/432">#432</a> <a href="https://github-redirect.dependabot.com/hyperium/http/issues/433">#433</a> acfoltzer)</li> <li>Allow <code>StatusCode</code> to encode values 100-999 without error. Use of the unclassified range 600-999 remains discouraged. (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/144">#144</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/438">#438</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/443">#443</a> quininer dekellum)</li> <li>Add <code>String</code> and <code>&amp;String</code> fallible conversions to <code>PathAndQuery</code> (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/450">#450</a> mkindahl)</li> <li>Fix <code>Authority</code> (and <code>Uri</code>) to error instead of panic on unbalanced brackets (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/435">#435</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/445">#445</a> aeryz)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hyperium/http/commit/01d6a590ed16d0a8032f7d6eeeea622ddaceceab"><code>01d6a59</code></a> v0.2.2</li> <li><a href="https://github.com/hyperium/http/commit/722df557f959d77ae139f021b84e8b327dec8efb"><code>722df55</code></a> Fixes panic for remove_entry and remove_entry_mult (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/449">#449</a>)</li> <li><a href="https://github.com/hyperium/http/commit/43c6e846323b972dbf9bf67b7da19d0ac674772b"><code>43c6e84</code></a> Return error if multiple brackets exist in the authority (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/445">#445</a>)</li> <li><a href="https://github.com/hyperium/http/commit/8be5a58f058ca4668df4c83321e3f630abe29470"><code>8be5a58</code></a> Add String and &amp;String convert for PathAndQuery (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/450">#450</a>)</li> <li><a href="https://github.com/hyperium/http/commit/be05ed2418825af49ad10603090d5b60e09b4f0d"><code>be05ed2</code></a> Allow StatusCode to support 600-999 range</li> <li><a href="https://github.com/hyperium/http/commit/b00473c3ec942c03de55e47af1070b16a9dd23d8"><code>b00473c</code></a> Return an error rather than panicking when HeaderName is too long (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/433">#433</a>)</li> <li><a href="https://github.com/hyperium/http/commit/975dbdd70a882fbf74a77a5b90ad190602bb98ac"><code>975dbdd</code></a> Audit the use of unsafe in byte_str.rs (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/408">#408</a>)</li> <li><a href="https://github.com/hyperium/http/commit/4115fc1ea607273a1df0ca496dc5c68bd96af351"><code>4115fc1</code></a> Clarify meaning of sensitive header values (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/427">#427</a>)</li> <li><a href="https://github.com/hyperium/http/commit/4f11af5bd2c469b147b6303a4e5d95b5b5ecf6b4"><code>4f11af5</code></a> Fix the build status badge in README.md (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/426">#426</a>)</li> <li><a href="https://github.com/hyperium/http/commit/d8996d237f852f1b84cb0378943dbaa50a108287"><code>d8996d2</code></a> Fix the &quot;Build Status&quot; indicator in README.md (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/425">#425</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hyperium/http/compare/v0.2.1...v0.2.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=http&package-manager=cargo&previous-version=0.2.1&new-version=0.2.2)](https://dependabot.com/compatibility-score/?dependency-name=http&package-manager=cargo&previous-version=0.2.1&new-version=0.2.2) 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 07:43:12 +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#2214
No description provided.