[PR #1048] [MERGED] Bump thiserror from 1.0.11 to 1.0.13 #1920

Closed
opened 2026-03-16 03:42:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1048
Author: @dependabot-preview[bot]
Created: 3/23/2020
Status: Merged
Merged: 3/24/2020
Merged by: @bluejekyll

Base: masterHead: dependabot/cargo/thiserror-1.0.13


📝 Commits (1)

  • ba52e25 Bump thiserror from 1.0.11 to 1.0.13

📊 Changes

6 files changed (+15 additions, -15 deletions)

View changed files

📝 Cargo.lock (+10 -10)
📝 crates/client/Cargo.toml (+1 -1)
📝 crates/https/Cargo.toml (+1 -1)
📝 crates/proto/Cargo.toml (+1 -1)
📝 crates/resolver/Cargo.toml (+1 -1)
📝 crates/server/Cargo.toml (+1 -1)

📄 Description

Bumps thiserror from 1.0.11 to 1.0.13.

Release notes

Sourced from thiserror's releases.

1.0.13

  • Fix failure to compile Display impl if a format string contained more than 1 named interpolated variable and a trailing comma, as in #[error("{v1} {v2}",)]

1.0.12

  • Produce a better error message if a #[source] or #[from] field contains a non-'static lifetime (#68)
Commits
  • 14b54d2 Release 1.0.13
  • 1b40434 Fix missing comma between named format elements
  • 5ebbfb8 Add expr test cases from rustup
  • e160f5d Release 1.0.12
  • 3612a72 Merge pull request #69 from dtolnay/source
  • a1ae05c Add error message for non-static source
  • db357fa Select a single docs.rs build target
  • 2318cf1 Merge pull request #67 from dtolnay/rcc
  • f80d7de Add expression tests from rcc codebase
  • 20b8799 Format with rustfmt 2019-10-07
  • 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/1048 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 3/23/2020 **Status:** ✅ Merged **Merged:** 3/24/2020 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `dependabot/cargo/thiserror-1.0.13` --- ### 📝 Commits (1) - [`ba52e25`](https://github.com/hickory-dns/hickory-dns/commit/ba52e252efe67b9a99381c4e0339514501dfd6d3) Bump thiserror from 1.0.11 to 1.0.13 ### 📊 Changes **6 files changed** (+15 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+10 -10) 📝 `crates/client/Cargo.toml` (+1 -1) 📝 `crates/https/Cargo.toml` (+1 -1) 📝 `crates/proto/Cargo.toml` (+1 -1) 📝 `crates/resolver/Cargo.toml` (+1 -1) 📝 `crates/server/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.11 to 1.0.13. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.13</h2> <ul> <li>Fix failure to compile Display impl if a format string contained more than 1 named interpolated variable and a trailing comma, as in <code>#[error(&quot;{v1} {v2}&quot;,)]</code></li> </ul> <h2>1.0.12</h2> <ul> <li>Produce a better error message if a #[source] or #[from] field contains a non-'static lifetime (<a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/68">#68</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/thiserror/commit/14b54d22564bbb6d75ddcc6fc732e1f6cf882311"><code>14b54d2</code></a> Release 1.0.13</li> <li><a href="https://github.com/dtolnay/thiserror/commit/1b404340348b7639a43fbe2d951f0864c5b5c187"><code>1b40434</code></a> Fix missing comma between named format elements</li> <li><a href="https://github.com/dtolnay/thiserror/commit/5ebbfb80e15c282c024e0f6d48a06aae33346427"><code>5ebbfb8</code></a> Add expr test cases from rustup</li> <li><a href="https://github.com/dtolnay/thiserror/commit/e160f5d90878bb81005ba24876d025f88aec066b"><code>e160f5d</code></a> Release 1.0.12</li> <li><a href="https://github.com/dtolnay/thiserror/commit/3612a7207e5636f494b253150b94554885680987"><code>3612a72</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/69">#69</a> from dtolnay/source</li> <li><a href="https://github.com/dtolnay/thiserror/commit/a1ae05c95438cada493dfe74de28125e1c04c850"><code>a1ae05c</code></a> Add error message for non-static source</li> <li><a href="https://github.com/dtolnay/thiserror/commit/db357fac8380b212ac6805741930ad75bcb0d761"><code>db357fa</code></a> Select a single docs.rs build target</li> <li><a href="https://github.com/dtolnay/thiserror/commit/2318cf172c4c555f7f4dae80ea7826dc407d2e59"><code>2318cf1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/67">#67</a> from dtolnay/rcc</li> <li><a href="https://github.com/dtolnay/thiserror/commit/f80d7de018ac590d1897b9b8aa75e2352f89d22f"><code>f80d7de</code></a> Add expression tests from rcc codebase</li> <li><a href="https://github.com/dtolnay/thiserror/commit/20b87994a03936491784db61ef55fb5e280356f6"><code>20b8799</code></a> Format with rustfmt 2019-10-07</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.11...1.0.13">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.11&new-version=1.0.13)](https://dependabot.com/compatibility-score/?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.11&new-version=1.0.13) 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 03:42:51 +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#1920
No description provided.