[PR #2860] [CLOSED] build(deps): bump http from 1.2.0 to 1.3.1 #3377

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/2860
Author: @dependabot[bot]
Created: 3/17/2025
Status: Closed

Base: mainHead: dependabot/cargo/http-1.3.1


📝 Commits (1)

  • 113db6c build(deps): bump http from 1.2.0 to 1.3.1

📊 Changes

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

View changed files

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

📄 Description

Bumps http from 1.2.0 to 1.3.1.

Release notes

Sourced from http's releases.

v1.3.1

What's Changed

Full Changelog: https://github.com/hyperium/http/compare/v1.3.0...v1.3.1

v1.3.0

What's Changed

  • Allow most UTF-8 characters in URI path and query. (hyperium/http#715)
    • This means paring Uris with previously illegal characters according the original RFC will now be accepted. They used to be rejected in the name of spec purity, but many operators were using a fork of http because reality is that most characters are seen in the real world.
  • Fix HeaderMap::reserve() to allocate sufficient capacity.

New Contributors

Thanks!

Full Changelog: https://github.com/hyperium/http/compare/v1.2.0...v1.3.0

Changelog

Sourced from http's changelog.

1.3.1 (March 11, 2025)

  • Fix validation that all characters are UTF-8 in URI path and query.

1.3.0 (March 11, 2025)

  • Allow most UTF-8 characters in URI path and query.
  • Fix HeaderMap::reserve() to allocate sufficient capacity.
Commits
  • 8c1fb20 v1.3.1
  • 6637a72 fix: validate path bytes are at least utf8 (#756)
  • d0dd91e v1.3.0
  • 64bd92b docs: Fixed encryption/compression typo for 'accept-encoding: identity'. (#695)
  • b03ed6a chore: use range.contains in StatusCode methods (#748)
  • a463fb5 chore(ci): use yq to get rust-version in manifest (#746)
  • 68845bd fix: HeaderMap::reserve allocates insufficient capacity (#741)
  • 4e02046 refactor(header): remove BytesMut inline optimization when creating (#738)
  • 091ee9a feat(uri): allow utf8 char, not rfc 3986 compliant, in path and query (#715)
  • See full diff 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/2860 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/17/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/http-1.3.1` --- ### 📝 Commits (1) - [`113db6c`](https://github.com/hickory-dns/hickory-dns/commit/113db6c088073340ffc6e6d0b88180f1b945976b) build(deps): bump http from 1.2.0 to 1.3.1 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+3 -3) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [http](https://github.com/hyperium/http) from 1.2.0 to 1.3.1. <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.3.1</h2> <h2>What's Changed</h2> <ul> <li>fix: validate path bytes are at least utf8 by <a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a> in <a href="https://redirect.github.com/hyperium/http/pull/756">hyperium/http#756</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hyperium/http/compare/v1.3.0...v1.3.1">https://github.com/hyperium/http/compare/v1.3.0...v1.3.1</a></p> <h2>v1.3.0</h2> <h2>What's Changed</h2> <ul> <li>Allow most UTF-8 characters in URI path and query. (<a href="https://redirect.github.com/hyperium/http/pull/715">hyperium/http#715</a>) <ul> <li>This means paring <code>Uri</code>s with previously illegal characters according the original RFC will now be accepted. They used to be rejected in the name of spec purity, but many operators were using a fork of <code>http</code> because reality is that most characters are seen in the real world.</li> </ul> </li> <li>Fix <code>HeaderMap::reserve()</code> to allocate sufficient capacity.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/joelwurtz"><code>@​joelwurtz</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/http/pull/715">hyperium/http#715</a></li> <li><a href="https://github.com/ADD-SP"><code>@​ADD-SP</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/http/pull/738">hyperium/http#738</a></li> <li><a href="https://github.com/kawaemon"><code>@​kawaemon</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/http/pull/741">hyperium/http#741</a></li> <li><a href="https://github.com/DaniPopes"><code>@​DaniPopes</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/http/pull/748">hyperium/http#748</a></li> <li><a href="https://github.com/jpds"><code>@​jpds</code></a> made their first contribution in <a href="https://redirect.github.com/hyperium/http/pull/695">hyperium/http#695</a></li> </ul> <h2>Thanks!</h2> <ul> <li><a href="https://github.com/seanmonstar"><code>@​seanmonstar</code></a></li> <li><a href="https://github.com/tottoto"><code>@​tottoto</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hyperium/http/compare/v1.2.0...v1.3.0">https://github.com/hyperium/http/compare/v1.2.0...v1.3.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.3.1 (March 11, 2025)</h1> <ul> <li>Fix validation that all characters are UTF-8 in URI path and query.</li> </ul> <h1>1.3.0 (March 11, 2025)</h1> <ul> <li>Allow most UTF-8 characters in URI path and query.</li> <li>Fix <code>HeaderMap::reserve()</code> to allocate sufficient capacity.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hyperium/http/commit/8c1fb204b8594ce5cf198af8568453f9df4ed953"><code>8c1fb20</code></a> v1.3.1</li> <li><a href="https://github.com/hyperium/http/commit/6637a728646d8dac8eedfb86447ffa82a1c5556b"><code>6637a72</code></a> fix: validate path bytes are at least utf8 (<a href="https://redirect.github.com/hyperium/http/issues/756">#756</a>)</li> <li><a href="https://github.com/hyperium/http/commit/d0dd91e9b5d282b7837960747925a75340be83b2"><code>d0dd91e</code></a> v1.3.0</li> <li><a href="https://github.com/hyperium/http/commit/64bd92b9cc2d554ee72c519c243eed00446d84bb"><code>64bd92b</code></a> docs: Fixed encryption/compression typo for 'accept-encoding: identity'. (<a href="https://redirect.github.com/hyperium/http/issues/695">#695</a>)</li> <li><a href="https://github.com/hyperium/http/commit/b03ed6a7e526a1c061dd2695be4ee14c177adf17"><code>b03ed6a</code></a> chore: use range.contains in StatusCode methods (<a href="https://redirect.github.com/hyperium/http/issues/748">#748</a>)</li> <li><a href="https://github.com/hyperium/http/commit/a463fb5995d67e12b154474ede14a093db64f006"><code>a463fb5</code></a> chore(ci): use yq to get rust-version in manifest (<a href="https://redirect.github.com/hyperium/http/issues/746">#746</a>)</li> <li><a href="https://github.com/hyperium/http/commit/68845bd24d843670cd45e6decc60d01ac7266f40"><code>68845bd</code></a> fix: HeaderMap::reserve allocates insufficient capacity (<a href="https://redirect.github.com/hyperium/http/issues/741">#741</a>)</li> <li><a href="https://github.com/hyperium/http/commit/4e020461ca29efec5ac45e6b2e7871fe29ff1b50"><code>4e02046</code></a> refactor(header): remove BytesMut inline optimization when creating (<a href="https://redirect.github.com/hyperium/http/issues/738">#738</a>)</li> <li><a href="https://github.com/hyperium/http/commit/091ee9a6d7ab429924df4c95e181a5af231b3572"><code>091ee9a</code></a> feat(uri): allow utf8 char, not rfc 3986 compliant, in path and query (<a href="https://redirect.github.com/hyperium/http/issues/715">#715</a>)</li> <li>See full diff in <a href="https://github.com/hyperium/http/compare/v1.2.0...v1.3.1">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.2.0&new-version=1.3.1)](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:40:22 +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#3377
No description provided.