[PR #208] [MERGED] build(deps): bump toml from 0.8.21 to 0.8.22 #1551

Closed
opened 2026-05-23 02:58:38 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/mpd-discord-rpc/pull/208
Author: @dependabot[bot]
Created: 5/5/2025
Status: Merged
Merged: 5/5/2025
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/toml-0.8.22


📝 Commits (1)

  • 6ffee92 build(deps): bump toml from 0.8.21 to 0.8.22

📊 Changes

2 files changed (+7 additions, -7 deletions)

View changed files

📝 Cargo.lock (+6 -6)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps toml from 0.8.21 to 0.8.22.

Commits
  • 6922da3 chore: Release
  • fbf0a92 docs: Update changelog
  • 83588b3 Merge pull request #878 from epage/w1
  • eeb885c fix(serde): Skip fields with newtypes wrapping None
  • 3c305c7 test(serde): Show NewType(None) behavior
  • 7bd5eaf test(serde): Group None tests
  • 388cfa3 chore(deps): Update toml-test (#877)
  • a025b84 refactor(edit): Change ser none tracking to mut field
  • 54666ad docs(write): Add guidance
  • 13cf518 refactor(edit): Bypass a layer of abstraction in ser
  • 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/JakeStanger/mpd-discord-rpc/pull/208 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/5/2025 **Status:** ✅ Merged **Merged:** 5/5/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/toml-0.8.22` --- ### 📝 Commits (1) - [`6ffee92`](https://github.com/JakeStanger/mpd-discord-rpc/commit/6ffee92598e536724bd69821bd9cbf8060f0d342) build(deps): bump toml from 0.8.21 to 0.8.22 ### 📊 Changes **2 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+6 -6) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [toml](https://github.com/toml-rs/toml) from 0.8.21 to 0.8.22. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/toml-rs/toml/commit/6922da374c6cf2783101cb5be7cf058bd40f80f6"><code>6922da3</code></a> chore: Release</li> <li><a href="https://github.com/toml-rs/toml/commit/fbf0a9298c076c687f6f102622b452b38b32d8c8"><code>fbf0a92</code></a> docs: Update changelog</li> <li><a href="https://github.com/toml-rs/toml/commit/83588b36102294f583061af2b95f2a9492776be9"><code>83588b3</code></a> Merge pull request <a href="https://redirect.github.com/toml-rs/toml/issues/878">#878</a> from epage/w1</li> <li><a href="https://github.com/toml-rs/toml/commit/eeb885ceb5db5add960585170580916bf12464e8"><code>eeb885c</code></a> fix(serde): Skip fields with newtypes wrapping None</li> <li><a href="https://github.com/toml-rs/toml/commit/3c305c72fa39772d02b19e1eac36e4d1486af1fa"><code>3c305c7</code></a> test(serde): Show NewType(None) behavior</li> <li><a href="https://github.com/toml-rs/toml/commit/7bd5eafbd73fc2c695f6430d0ce0ce89ad2eedc3"><code>7bd5eaf</code></a> test(serde): Group None tests</li> <li><a href="https://github.com/toml-rs/toml/commit/388cfa3856baa878d0b06b9fe13106fd193d6215"><code>388cfa3</code></a> chore(deps): Update toml-test (<a href="https://redirect.github.com/toml-rs/toml/issues/877">#877</a>)</li> <li><a href="https://github.com/toml-rs/toml/commit/a025b847977c51b62dfedb155ca89bfa8fe2fc7d"><code>a025b84</code></a> refactor(edit): Change ser none tracking to mut field</li> <li><a href="https://github.com/toml-rs/toml/commit/54666ad0b2fa55cfce25f15f64417e6ca6378aef"><code>54666ad</code></a> docs(write): Add guidance</li> <li><a href="https://github.com/toml-rs/toml/commit/13cf5185f906877644673132ce8bb33b10017eb4"><code>13cf518</code></a> refactor(edit): Bypass a layer of abstraction in ser</li> <li>Additional commits viewable in <a href="https://github.com/toml-rs/toml/compare/toml-v0.8.21...toml-v0.8.22">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.8.21&new-version=0.8.22)](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>
JakeStanger 2026-05-23 02:58:38 +01: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
JakeStanger/mpd-discord-rpc#1551
No description provided.