[PR #376] [CLOSED] Bump error-chain from 0.1.12 to 0.8.1 #1394

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/376
Author: @dependabot-preview[bot]
Created: 4/5/2018
Status: Closed

Base: masterHead: dependabot/cargo/error-chain-0.8.1


📝 Commits (1)

  • ae1390f Bump error-chain from 0.1.12 to 0.8.1

📊 Changes

5 files changed (+8 additions, -42 deletions)

View changed files

📝 Cargo.lock (+4 -38)
📝 client/Cargo.toml (+1 -1)
📝 proto/Cargo.toml (+1 -1)
📝 resolver/Cargo.toml (+1 -1)
📝 server/Cargo.toml (+1 -1)

📄 Description

Bumps error-chain from 0.1.12 to 0.8.1.

Changelog

Sourced from error-chain's changelog.

0.8.1

  • Add crates.io category.

0.8.0

0.7.2

  • Add quick_main! (#88).
  • allow(unused) for the Result wrapper.
  • Minimum rust version supported is now 1.10 on some conditions (#103).

0.7.1

0.7.0

0.6.2

  • Allow dead code.

0.6.1

  • Fix wrong trait constraint in ResultExt implementation (#66).

0.6.0

  • Conditional compilation for error variants.
  • Backtrace generation is now a feature.
  • More standard trait implementations for extra convenience.
  • Remove ChainErr.
  • Remove need to specify ErrorKind in links {}.
  • Add ResultExt trait.
  • Error.1 is a struct instead of a tuple.
  • Error is now a struct.
  • The declarations order is more flexible.
  • Way better error reporting when there is a syntax error in the macro call.
  • Result generation can be disabled.
  • At most one declaration of each type can be present.

0.5.0

... (truncated)

Commits

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot ignore this [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 [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

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)
  • Out-of-range updates (receive only lockfile 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/376 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 4/5/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/error-chain-0.8.1` --- ### 📝 Commits (1) - [`ae1390f`](https://github.com/hickory-dns/hickory-dns/commit/ae1390f5d7a2422f62e897e9584c0c478e19e28c) Bump error-chain from 0.1.12 to 0.8.1 ### 📊 Changes **5 files changed** (+8 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -38) 📝 `client/Cargo.toml` (+1 -1) 📝 `proto/Cargo.toml` (+1 -1) 📝 `resolver/Cargo.toml` (+1 -1) 📝 `server/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [error-chain](https://github.com/rust-lang-nursery/error-chain) from 0.1.12 to 0.8.1. <details> <summary>Changelog</summary> *Sourced from error-chain's [changelog](https://github.com/rust-lang-nursery/error-chain/blob/master/CHANGELOG.md).* > # 0.8.1 > > - Add crates.io category. > > # 0.8.0 > > - [Add a `Sync` bound to errors](https://github-redirect.dependabot.com/rust-lang-nursery/error-chain/pull/110) > - [Add `ChainedError::display` to format error chains](https://github-redirect.dependabot.com/rust-lang-nursery/error-chain/pull/113) > > # 0.7.2 > > - Add `quick_main!` ([#88](https://github-redirect.dependabot.com/rust-lang-nursery/error-chain/issues/88)). > - `allow(unused)` for the `Result` wrapper. > - Minimum rust version supported is now 1.10 on some conditions ([#103](https://github-redirect.dependabot.com/rust-lang-nursery/error-chain/issues/103)). > > # 0.7.1 > > - [Add the `bail!` macro](https://github-redirect.dependabot.com/rust-lang-nursery/error-chain/pull/76) > > # 0.7.0 > > - [Rollback several design changes to fix regressions](https://github-redirect.dependabot.com/rust-lang-nursery/error-chain/pull/75) > - New `Variant(Error) #[attrs]` for `links` and `foreign_links`. > - Hide implementation details from the doc. > - Always generate `Error::backtrace`. > > # 0.6.2 > > - Allow dead code. > > # 0.6.1 > > - Fix wrong trait constraint in ResultExt implementation ([#66](https://github-redirect.dependabot.com/rust-lang-nursery/error-chain/issues/66)). > > # 0.6.0 > > - Conditional compilation for error variants. > - Backtrace generation is now a feature. > - More standard trait implementations for extra convenience. > - Remove ChainErr. > - Remove need to specify `ErrorKind` in `links {}`. > - Add ResultExt trait. > - Error.1 is a struct instead of a tuple. > - Error is now a struct. > - The declarations order is more flexible. > - Way better error reporting when there is a syntax error in the macro call. > - `Result` generation can be disabled. > - At most one declaration of each type can be present. > > # 0.5.0 > ... (truncated) </details> <details> <summary>Commits</summary> - See full diff in [compare view](https://github.com/rust-lang-nursery/error-chain/commits/0.8.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/ci_status?dependency-name=error-chain&package-manager=cargo&previous-version=0.1.12&new-version=0.8.1)](https://dependabot.com/compatibility-score.html?dependency-name=error-chain&package-manager=cargo&previous-version=0.1.12&new-version=0.8.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 ignore this [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 [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language 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) - Out-of-range updates (receive only lockfile 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:04:03 +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#1394
No description provided.