[PR #2091] [CLOSED] Bump basic-toml from 0.1.4 to 0.1.7 #2803

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

📋 Pull Request Information

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

Base: mainHead: dependabot/cargo/basic-toml-0.1.7


📝 Commits (1)

  • c22a9e0 Bump basic-toml from 0.1.4 to 0.1.7

📊 Changes

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

View changed files

📝 Cargo.lock (+6 -6)

📄 Description

Bumps basic-toml from 0.1.4 to 0.1.7.

Release notes

Sourced from basic-toml's releases.

0.1.7

  • Always serialize NaN without sign; deserialization will continue to preserve the sign written in the document

0.1.6

  • Another fix related to sign of NaN produced by deserialization

0.1.5

  • Fix sign of NaN when nan, +nan, or -nan is deserialized to f32
Commits
  • 09d6f7f Release 0.1.7
  • 282d008 Merge pull request #7 from dtolnay/unsignednan
  • c36c495 Always serialize NaN without sign
  • 9edc90f Release 0.1.6
  • 62c01ca Merge pull request #6 from dtolnay/negativenan
  • 565f82a Handle the possibility of f64::NAN being a negative NaN
  • 6f6fd9b Release 0.1.5
  • 0e0c115 Pull in serde NaN fix
  • fbb3210 Clean up unneeded raw strings in test
  • 19b99f4 Resolve needless_raw_string_hashes clippy lint in test
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/2091 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/13/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/basic-toml-0.1.7` --- ### 📝 Commits (1) - [`c22a9e0`](https://github.com/hickory-dns/hickory-dns/commit/c22a9e06988507dc1ca2f39295d99871e0d8a65c) Bump basic-toml from 0.1.4 to 0.1.7 ### 📊 Changes **1 file changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+6 -6) </details> ### 📄 Description Bumps [basic-toml](https://github.com/dtolnay/basic-toml) from 0.1.4 to 0.1.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/basic-toml/releases">basic-toml's releases</a>.</em></p> <blockquote> <h2>0.1.7</h2> <ul> <li>Always serialize NaN without sign; deserialization will continue to preserve the sign written in the document</li> </ul> <h2>0.1.6</h2> <ul> <li>Another fix related to sign of NaN produced by deserialization</li> </ul> <h2>0.1.5</h2> <ul> <li>Fix sign of NaN when <code>nan</code>, <code>+nan</code>, or <code>-nan</code> is deserialized to f32</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/basic-toml/commit/09d6f7fc3a16fefd394f4db50a8af5359cccdfde"><code>09d6f7f</code></a> Release 0.1.7</li> <li><a href="https://github.com/dtolnay/basic-toml/commit/282d008de47b87711386a1d2e090fdce0e0cb86e"><code>282d008</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/basic-toml/issues/7">#7</a> from dtolnay/unsignednan</li> <li><a href="https://github.com/dtolnay/basic-toml/commit/c36c495095c0eafb88ce5e25c0b05b1751648ca9"><code>c36c495</code></a> Always serialize NaN without sign</li> <li><a href="https://github.com/dtolnay/basic-toml/commit/9edc90f4aa1a4e2c8c3cb225da7e6aabf6b23d11"><code>9edc90f</code></a> Release 0.1.6</li> <li><a href="https://github.com/dtolnay/basic-toml/commit/62c01ca4c1e5e529ca3d34e60f139ac2db5ea726"><code>62c01ca</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/basic-toml/issues/6">#6</a> from dtolnay/negativenan</li> <li><a href="https://github.com/dtolnay/basic-toml/commit/565f82a285787af7e02221fe15d9be8a6c793162"><code>565f82a</code></a> Handle the possibility of f64::NAN being a negative NaN</li> <li><a href="https://github.com/dtolnay/basic-toml/commit/6f6fd9bec7190525918c9c15fea9b02a605e8aff"><code>6f6fd9b</code></a> Release 0.1.5</li> <li><a href="https://github.com/dtolnay/basic-toml/commit/0e0c1157a9545191577e9e5e1a76e512230430d0"><code>0e0c115</code></a> Pull in serde NaN fix</li> <li><a href="https://github.com/dtolnay/basic-toml/commit/fbb32105c024aa435958d20bb8e6dbe2de417003"><code>fbb3210</code></a> Clean up unneeded raw strings in test</li> <li><a href="https://github.com/dtolnay/basic-toml/commit/19b99f4aa6c43e4350a53c168494c2db7d60c54c"><code>19b99f4</code></a> Resolve needless_raw_string_hashes clippy lint in test</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/basic-toml/compare/0.1.4...0.1.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=basic-toml&package-manager=cargo&previous-version=0.1.4&new-version=0.1.7)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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:09:00 +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#2803
No description provided.