[PR #838] [CLOSED] Bump http from 0.1.17 to 0.1.18 #1730

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/838
Author: @dependabot-preview[bot]
Created: 7/29/2019
Status: Closed

Base: masterHead: dependabot/cargo/http-0.1.18


📝 Commits (1)

  • 3f10fca Bump http from 0.1.17 to 0.1.18

📊 Changes

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

View changed files

📝 Cargo.lock (+6 -6)

📄 Description

Bumps http from 0.1.17 to 0.1.18.

Changelog

Sourced from http's changelog.

0.1.18 (July 26, 2019)

  • Fix compilation of HeaderName parsing on WASM targets (#324).
  • Implement HttpTryFrom<HashMap> for HeaderMap (#326).
  • Export http::header::HeaderValue as http::HeaderValue.
Commits
  • 78058fd v0.1.18
  • d28a629 Conditional compilation
  • 3253438 Added benchmarks for parsing header field names
  • a521708 Adjust HttpTryFrom for HeaderMap to be generic over the value type
  • 47e103f Implement HttpTryFrom<HashMap<String,String>> for HeaderMap (#326)
  • 192b172 Automatically test code examples in the README file (#314)
  • cece1b8 Fix all deprecation warnings
  • 73002d2 Export http::header::HeaderValue as http::HeaderValue (#222)
  • 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). To ignore the version in this PR you can just close it
  • @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/838 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/29/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/http-0.1.18` --- ### 📝 Commits (1) - [`3f10fca`](https://github.com/hickory-dns/hickory-dns/commit/3f10fcad17d6d86f734a87927be740ceb9d7f0d4) Bump http from 0.1.17 to 0.1.18 ### 📊 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.17 to 0.1.18. <details> <summary>Changelog</summary> *Sourced from [http's changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md).* > # 0.1.18 (July 26, 2019) > > * Fix compilation of `HeaderName` parsing on WASM targets ([#324](https://github-redirect.dependabot.com/hyperium/http/issues/324)). > * Implement `HttpTryFrom<HashMap>` for `HeaderMap` ([#326](https://github-redirect.dependabot.com/hyperium/http/issues/326)). > * Export `http::header::HeaderValue` as `http::HeaderValue`. </details> <details> <summary>Commits</summary> - [`78058fd`](https://github.com/hyperium/http/commit/78058fdd94f209304660f17c067bf30f253df298) v0.1.18 - [`d28a629`](https://github.com/hyperium/http/commit/d28a629b7dfa9a50dfe1b1bcf578b5087b6ec185) Conditional compilation - [`3253438`](https://github.com/hyperium/http/commit/3253438d2736dcb1efe6133d319d99fad0e4d22b) Added benchmarks for parsing header field names - [`a521708`](https://github.com/hyperium/http/commit/a521708fe5713bdc651dd3e249a59de8466a4611) Adjust HttpTryFrom for HeaderMap to be generic over the value type - [`47e103f`](https://github.com/hyperium/http/commit/47e103f2c24cd4252c13683d30c0955f61f6c653) Implement HttpTryFrom\<HashMap<String,String>> for HeaderMap ([#326](https://github-redirect.dependabot.com/hyperium/http/issues/326)) - [`192b172`](https://github.com/hyperium/http/commit/192b172d4cbdb6492bf14efc3872b6f115c2b48e) Automatically test code examples in the README file ([#314](https://github-redirect.dependabot.com/hyperium/http/issues/314)) - [`cece1b8`](https://github.com/hyperium/http/commit/cece1b8aadf7d98d5ae658b2183d2f066d5b5979) Fix all deprecation warnings - [`73002d2`](https://github.com/hyperium/http/commit/73002d269dc0feb5e7a5ba67fbc9bf989408291b) Export http::header::HeaderValue as http::HeaderValue ([#222](https://github-redirect.dependabot.com/hyperium/http/issues/222)) - See full diff in [compare view](https://github.com/hyperium/http/compare/v0.1.17...v0.1.18) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=http&package-manager=cargo&previous-version=0.1.17&new-version=0.1.18)](https://dependabot.com/compatibility-score.html?dependency-name=http&package-manager=cargo&previous-version=0.1.17&new-version=0.1.18) 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). To ignore the version in this PR you can just close it - `@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:22:13 +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#1730
No description provided.