[PR #1895] [CLOSED] Bump toml from 0.7.1 to 0.7.2 #2678

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1895
Author: @dependabot[bot]
Created: 2/13/2023
Status: Closed

Base: mainHead: dependabot/cargo/toml-0.7.2


📝 Commits (1)

  • 223cf05 Bump toml from 0.7.1 to 0.7.2

📊 Changes

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

View changed files

📝 Cargo.lock (+4 -4)

📄 Description

Bumps toml from 0.7.1 to 0.7.2.

Commits
  • 388d9b9 chore: Release
  • ffc0629 docs: Update changelog
  • 8003187 Merge pull request #513 from epage/u64
  • d6964ab fix(ser): Error on too-large u64
  • cd4139f test(serde): Demonstrate u64::MAX bug
  • c8e6d3d chore: Release
  • 379c8b6 docs: Update changelog
  • 36ca0b9 Merge pull request #510 from epage/dup
  • fc59238 fix(parser): Error on duplicate table created as dotted
  • e006c77 test(parser): Demonstrate duplicate table bug
  • 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)

🔄 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/1895 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/13/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/toml-0.7.2` --- ### 📝 Commits (1) - [`223cf05`](https://github.com/hickory-dns/hickory-dns/commit/223cf05b6d342e4da75f597b7acf9dc7bb54e70d) Bump toml from 0.7.1 to 0.7.2 ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) </details> ### 📄 Description Bumps [toml](https://github.com/toml-rs/toml) from 0.7.1 to 0.7.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/toml-rs/toml/commit/388d9b94dcedeae84577ade0cec1fcf7433c034c"><code>388d9b9</code></a> chore: Release</li> <li><a href="https://github.com/toml-rs/toml/commit/ffc0629027098fc03cd00f2cadbfd7a44a3e46ca"><code>ffc0629</code></a> docs: Update changelog</li> <li><a href="https://github.com/toml-rs/toml/commit/8003187ebc5ba6bb0a7453186bdf93beabb1ea92"><code>8003187</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/toml-rs/toml/issues/513">#513</a> from epage/u64</li> <li><a href="https://github.com/toml-rs/toml/commit/d6964ab7b3aa7c9c4f61a4c130448ab8b06cddc9"><code>d6964ab</code></a> fix(ser): Error on too-large u64</li> <li><a href="https://github.com/toml-rs/toml/commit/cd4139fb8e8d15d8771ce9e94a5ec3b1011e188d"><code>cd4139f</code></a> test(serde): Demonstrate u64::MAX bug</li> <li><a href="https://github.com/toml-rs/toml/commit/c8e6d3d1d13c6676ab2307c023eb094f0928c895"><code>c8e6d3d</code></a> chore: Release</li> <li><a href="https://github.com/toml-rs/toml/commit/379c8b6e01c54b84afd4b4afc71fcc2341bd77a9"><code>379c8b6</code></a> docs: Update changelog</li> <li><a href="https://github.com/toml-rs/toml/commit/36ca0b9ceaba9cf5514e5b7c771ac708400142fe"><code>36ca0b9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/toml-rs/toml/issues/510">#510</a> from epage/dup</li> <li><a href="https://github.com/toml-rs/toml/commit/fc59238f9a60b5126bb8f4122addd1a25d5f1f2d"><code>fc59238</code></a> fix(parser): Error on duplicate table created as dotted</li> <li><a href="https://github.com/toml-rs/toml/commit/e006c77e43ff41021b7b28acee8852990a313c6d"><code>e006c77</code></a> test(parser): Demonstrate duplicate table bug</li> <li>Additional commits viewable in <a href="https://github.com/toml-rs/toml/compare/toml-v0.7.1...toml-v0.7.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=toml&package-manager=cargo&previous-version=0.7.1&new-version=0.7.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:02: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#2678
No description provided.