[PR #135] [MERGED] build(deps): bump toml from 0.8.13 to 0.8.14 #1221

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/mpd-discord-rpc/pull/135
Author: @dependabot[bot]
Created: 6/10/2024
Status: Merged
Merged: 6/10/2024
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/toml-0.8.14


📝 Commits (1)

  • 9d31730 build(deps): bump toml from 0.8.13 to 0.8.14

📊 Changes

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

View changed files

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

📄 Description

Bumps toml from 0.8.13 to 0.8.14.

Commits
  • c383efa chore: Release
  • 7bb1781 docs: Update changelog
  • 0af6deb Merge pull request #740 from epage/key-quotes
  • c9e36e7 fix(encode): Prefer literals over escaping double-quotes
  • 42f7a1b test(encode): Show existing quote behavior
  • 9e6290f chore(deps): Update compatible (dev) (#737)
  • dbf1cc1 Merge pull request #736 from epage/snapbox
  • ec9bfd7 chore: Update to snapbox 0.6
  • 881bf67 chore: Remove unused features
  • b62c76e refactor: Resolve deprecations
  • 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/135 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/10/2024 **Status:** ✅ Merged **Merged:** 6/10/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/toml-0.8.14` --- ### 📝 Commits (1) - [`9d31730`](https://github.com/JakeStanger/mpd-discord-rpc/commit/9d31730f6bfc6a51f3ff36b46c87284bb42b38bb) build(deps): bump toml from 0.8.13 to 0.8.14 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+5 -5) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [toml](https://github.com/toml-rs/toml) from 0.8.13 to 0.8.14. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/toml-rs/toml/commit/c383efa2a3b5ec2761c680773b3056c87f35f353"><code>c383efa</code></a> chore: Release</li> <li><a href="https://github.com/toml-rs/toml/commit/7bb178167a4bf55be852bcf360bdb9389b9ad982"><code>7bb1781</code></a> docs: Update changelog</li> <li><a href="https://github.com/toml-rs/toml/commit/0af6deb30b6c808ac589712d869177270ae99e09"><code>0af6deb</code></a> Merge pull request <a href="https://redirect.github.com/toml-rs/toml/issues/740">#740</a> from epage/key-quotes</li> <li><a href="https://github.com/toml-rs/toml/commit/c9e36e7a0fe7fb3f7c25a6f217eeb0d1182eecc5"><code>c9e36e7</code></a> fix(encode): Prefer literals over escaping double-quotes</li> <li><a href="https://github.com/toml-rs/toml/commit/42f7a1b3e92baf371c5e46c42fa48203870572d1"><code>42f7a1b</code></a> test(encode): Show existing quote behavior</li> <li><a href="https://github.com/toml-rs/toml/commit/9e6290fc72a0f9cb983aa611c817ea09a3b711f7"><code>9e6290f</code></a> chore(deps): Update compatible (dev) (<a href="https://redirect.github.com/toml-rs/toml/issues/737">#737</a>)</li> <li><a href="https://github.com/toml-rs/toml/commit/dbf1cc188082f2e537ffca1a6df7a2bf81444899"><code>dbf1cc1</code></a> Merge pull request <a href="https://redirect.github.com/toml-rs/toml/issues/736">#736</a> from epage/snapbox</li> <li><a href="https://github.com/toml-rs/toml/commit/ec9bfd71ac4e58b5d7e44f823ce70b257c741b50"><code>ec9bfd7</code></a> chore: Update to snapbox 0.6</li> <li><a href="https://github.com/toml-rs/toml/commit/881bf672692be0c9427db76e596f55c8d3a3c17f"><code>881bf67</code></a> chore: Remove unused features</li> <li><a href="https://github.com/toml-rs/toml/commit/b62c76e261b0ffb43ce6dc214070f43fb58b088e"><code>b62c76e</code></a> refactor: Resolve deprecations</li> <li>Additional commits viewable in <a href="https://github.com/toml-rs/toml/compare/toml-v0.8.13...toml-v0.8.14">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.13&new-version=0.8.14)](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 01:58:46 +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#1221
No description provided.