[PR #738] [MERGED] Bump http from 0.1.16 to 0.1.17 #1643

Closed
opened 2026-03-16 02:17:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/738
Author: @dependabot-preview[bot]
Created: 4/8/2019
Status: Merged
Merged: 4/9/2019
Merged by: @bluejekyll

Base: masterHead: dependabot/cargo/http-0.1.17


📝 Commits (1)

  • 8757a7d Bump http from 0.1.16 to 0.1.17

📊 Changes

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

View changed files

📝 Cargo.lock (+6 -6)

📄 Description

Bumps http from 0.1.16 to 0.1.17.

Changelog

Sourced from http's changelog.

0.1.17 (April 5, 2019)

  • Add Error::inner_ref() to view the kind of error (#303)
  • Add headers_ref() and headers_mut() methods to request::Builder and response::Builder (#293)
Commits
  • f5e97e4 v0.1.17
  • cd5f365 Add headers/headers_mut accessors. (#293)
  • 5ebe81d Revert "Implementation of test and parsing for protocol relative uris (#300) ...
  • 5073ffd Add http::Error::inner_ref and cause (#303)
  • ffe719c Improve Index for HeaderMap panic message to include key as string (#309)
  • 0930c70 Implementation of test and parsing for protocol relative uris (#300) (#301)
  • 20a0707 Make eq macro compatible with rustfmt (#304)
  • 360ab5f Create link references to HeaderName in HeaderMap (#305)
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


🔄 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/738 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/8/2019 **Status:** ✅ Merged **Merged:** 4/9/2019 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `dependabot/cargo/http-0.1.17` --- ### 📝 Commits (1) - [`8757a7d`](https://github.com/hickory-dns/hickory-dns/commit/8757a7d1522c60888970ed25a5d8a4a056d81c00) Bump http from 0.1.16 to 0.1.17 ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+6 -6) </details> ### 📄 Description Bumps [http](https://github.com/hyperium/http) from 0.1.16 to 0.1.17. <details> <summary>Changelog</summary> *Sourced from [http's changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md).* > # 0.1.17 (April 5, 2019) > > * Add `Error::inner_ref()` to view the kind of error ([#303](https://github-redirect.dependabot.com/hyperium/http/issues/303)) > * Add `headers_ref()` and `headers_mut()` methods to `request::Builder` and `response::Builder` ([#293](https://github-redirect.dependabot.com/hyperium/http/issues/293)) </details> <details> <summary>Commits</summary> - [`f5e97e4`](https://github.com/hyperium/http/commit/f5e97e4dce222b3fa331627268d276fbcf6f2d0c) v0.1.17 - [`cd5f365`](https://github.com/hyperium/http/commit/cd5f3652c4f6afc956c76c1df6959636ff27d207) Add headers/headers_mut accessors. ([#293](https://github-redirect.dependabot.com/hyperium/http/issues/293)) - [`5ebe81d`](https://github.com/hyperium/http/commit/5ebe81dd93efaaafcbdfb23bb2d49dd701c6dc5d) Revert "Implementation of test and parsing for protocol relative uris ([#300](https://github-redirect.dependabot.com/hyperium/http/issues/300)) ... - [`5073ffd`](https://github.com/hyperium/http/commit/5073ffd79c4f0aadfd3528b4aa5e5e8a0129e62f) Add http::Error::inner_ref and cause ([#303](https://github-redirect.dependabot.com/hyperium/http/issues/303)) - [`ffe719c`](https://github.com/hyperium/http/commit/ffe719cae7630f26beb0087d57254991e1b518d2) Improve Index for HeaderMap panic message to include key as string ([#309](https://github-redirect.dependabot.com/hyperium/http/issues/309)) - [`0930c70`](https://github.com/hyperium/http/commit/0930c70b95808e41cab2d186099911524d2afd9a) Implementation of test and parsing for protocol relative uris ([#300](https://github-redirect.dependabot.com/hyperium/http/issues/300)) ([#301](https://github-redirect.dependabot.com/hyperium/http/issues/301)) - [`20a0707`](https://github.com/hyperium/http/commit/20a07079fb45733cbcc8e5647311078486b1291d) Make eq macro compatible with rustfmt ([#304](https://github-redirect.dependabot.com/hyperium/http/issues/304)) - [`360ab5f`](https://github.com/hyperium/http/commit/360ab5f275054dda5b9569249dac17dcc1f9dca7) Create link references to `HeaderName` in `HeaderMap` ([#305](https://github-redirect.dependabot.com/hyperium/http/issues/305)) - See full diff in [compare view](https://github.com/hyperium/http/compare/v0.1.16...v0.1.17) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=http&package-manager=cargo&previous-version=0.1.16&new-version=0.1.17)](https://dependabot.com/compatibility-score.html?dependency-name=http&package-manager=cargo&previous-version=0.1.16&new-version=0.1.17) 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:17:36 +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#1643
No description provided.