[PR #1242] [CLOSED] Bump toml from 0.5.6 to 0.5.7 #2122

Closed
opened 2026-03-16 06:06:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1242
Author: @dependabot-preview[bot]
Created: 10/12/2020
Status: Closed

Base: mainHead: dependabot/cargo/toml-0.5.7


📝 Commits (1)

  • 8e4d9f8 Bump toml from 0.5.6 to 0.5.7

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps toml from 0.5.6 to 0.5.7.

Commits
  • 9a94610 Bump to 0.5.7
  • c74293f Improve error message when parsing unquoted string (#385)
  • 940fcf9 Allow delimiter quotes at the end of multiline strings (#393)
  • 7a43ac9 Apply some Clippy suggestions. (#378)
  • d99f566 Rustdoc: Add links. Show all reexports as reexports. (#377)
  • bb675c5 Fix roundtripping of \u001f and \u007f in toml string literals (#372)
  • f60e342 Merge pull request #370 from zeenix/fix-typo
  • 87fcd65 Fix a small typo in docs
  • 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 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/1242 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 10/12/2020 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/toml-0.5.7` --- ### 📝 Commits (1) - [`8e4d9f8`](https://github.com/hickory-dns/hickory-dns/commit/8e4d9f8e92169dd30c9c0f24a28a6c8eff2c4ea4) Bump toml from 0.5.6 to 0.5.7 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.6 to 0.5.7. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alexcrichton/toml-rs/commit/9a9461087244f8f59c7ed9785231f0ad02eadcf3"><code>9a94610</code></a> Bump to 0.5.7</li> <li><a href="https://github.com/alexcrichton/toml-rs/commit/c74293f7a87cea3ce60a4df1c905501d4b749067"><code>c74293f</code></a> Improve error message when parsing unquoted string (<a href="https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/385">#385</a>)</li> <li><a href="https://github.com/alexcrichton/toml-rs/commit/940fcf9e183ab4f29204ef4f3ea92c01de8cc08a"><code>940fcf9</code></a> Allow delimiter quotes at the end of multiline strings (<a href="https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/393">#393</a>)</li> <li><a href="https://github.com/alexcrichton/toml-rs/commit/7a43ac9e9c28afec8414f6d924024f5d33fe8fa2"><code>7a43ac9</code></a> Apply some Clippy suggestions. (<a href="https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/378">#378</a>)</li> <li><a href="https://github.com/alexcrichton/toml-rs/commit/d99f5665b420f570c4aa26602360f7d5eaee1dc9"><code>d99f566</code></a> Rustdoc: Add links. Show all reexports as reexports. (<a href="https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/377">#377</a>)</li> <li><a href="https://github.com/alexcrichton/toml-rs/commit/bb675c5f56c6ddb5d450df53d2685f519dc8d78c"><code>bb675c5</code></a> Fix roundtripping of \u001f and \u007f in toml string literals (<a href="https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/372">#372</a>)</li> <li><a href="https://github.com/alexcrichton/toml-rs/commit/f60e3423426c7322533433f9d40e0f282a05d220"><code>f60e342</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/370">#370</a> from zeenix/fix-typo</li> <li><a href="https://github.com/alexcrichton/toml-rs/commit/87fcd656a6720b88323ee4a932c64d6b08676cf4"><code>87fcd65</code></a> Fix a small typo in docs</li> <li>See full diff in <a href="https://github.com/alexcrichton/toml-rs/compare/0.5.6...0.5.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=toml&package-manager=cargo&previous-version=0.5.6&new-version=0.5.7)](https://dependabot.com/compatibility-score/?dependency-name=toml&package-manager=cargo&previous-version=0.5.6&new-version=0.5.7) 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 06:06:15 +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#2122
No description provided.