[PR #185] [MERGED] build(deps): bump discord-presence from 1.4.1 to 1.5.0 #1002

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

📋 Pull Request Information

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

Base: masterHead: dependabot/cargo/discord-presence-1.5.0


📝 Commits (1)

  • 7047ab2 build(deps): bump discord-presence from 1.4.1 to 1.5.0

📊 Changes

2 files changed (+39 additions, -71 deletions)

View changed files

📝 Cargo.lock (+38 -70)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps discord-presence from 1.4.1 to 1.5.0.

Release notes

Sourced from discord-presence's releases.

v1.5.0

Added

  • Support for properly handling frame headers from Discord
    • This should result in slight performance improvements from not allocating more than necessary.
    • This also allows for larger payloads to be sent

Changed

  • Removed tracing crate in favour of log

Full Changelog: https://github.com/jewlexx/discord-presence/compare/v1.4.1...v1.5.0

Changelog

Sourced from discord-presence's changelog.

1.5.0

Added

  • Support for properly handling frame headers from Discord
    • This should result in slight performance improvements from not allocating more than necessary.
    • This also allows for larger payloads to be sent

Changed

  • Removed tracing crate in favour of log
Commits

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/185 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/6/2025 **Status:** ✅ Merged **Merged:** 1/6/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/discord-presence-1.5.0` --- ### 📝 Commits (1) - [`7047ab2`](https://github.com/JakeStanger/mpd-discord-rpc/commit/7047ab2ba99cbbc6eb361bc4f792d6f35590c37a) build(deps): bump discord-presence from 1.4.1 to 1.5.0 ### 📊 Changes **2 files changed** (+39 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+38 -70) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [discord-presence](https://github.com/jewlexx/discord-presence) from 1.4.1 to 1.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jewlexx/discord-presence/releases">discord-presence's releases</a>.</em></p> <blockquote> <h2>v1.5.0</h2> <h3>Added</h3> <ul> <li>Support for properly handling frame headers from Discord <ul> <li>This should result in slight performance improvements from not allocating more than necessary.</li> <li>This also allows for larger payloads to be sent</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Removed <code>tracing</code> crate in favour of <code>log</code></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jewlexx/discord-presence/compare/v1.4.1...v1.5.0">https://github.com/jewlexx/discord-presence/compare/v1.4.1...v1.5.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jewlexx/discord-presence/blob/trunk/CHANGELOG.md">discord-presence's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/jewlexx/discord-presence/releases/tag/v1.5.0">1.5.0</a></h2> <h3>Added</h3> <ul> <li>Support for properly handling frame headers from Discord <ul> <li>This should result in slight performance improvements from not allocating more than necessary.</li> <li>This also allows for larger payloads to be sent</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Removed <code>tracing</code> crate in favour of <code>log</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jewlexx/discord-presence/commit/e284f74c1db7f563d8c0f6ddbb1788a0aedfaf9d"><code>e284f74</code></a> update changelog</li> <li><a href="https://github.com/jewlexx/discord-presence/commit/f258177af1448475ab6a077a04240423c709e53f"><code>f258177</code></a> update version in readme</li> <li><a href="https://github.com/jewlexx/discord-presence/commit/57e2507c647b573df6d231ba1a90ee83b1f348f1"><code>57e2507</code></a> Merge pull request <a href="https://redirect.github.com/jewlexx/discord-presence/issues/131">#131</a> from jewlexx/read-headers</li> <li><a href="https://github.com/jewlexx/discord-presence/commit/6b88d2bc6654180e71d004e1800595c08399eb9c"><code>6b88d2b</code></a> bump versions</li> <li><a href="https://github.com/jewlexx/discord-presence/commit/c37ce49a08cc2ca50bea9d6d2f3b10282ec0e192"><code>c37ce49</code></a> minor fixes</li> <li><a href="https://github.com/jewlexx/discord-presence/commit/cfa61236d9e278c267ffb8bedf5eb7ea79d49477"><code>cfa6123</code></a> remove needless casts</li> <li><a href="https://github.com/jewlexx/discord-presence/commit/1980aef4aa83dc091fb47adfc8f10eb69cc00569"><code>1980aef</code></a> use generalised logging initialization in new example</li> <li><a href="https://github.com/jewlexx/discord-presence/commit/d745c4c033e0dfcbc73cf4f98c61082ef3bf45c9"><code>d745c4c</code></a> Merge branch 'trunk' into read-headers</li> <li><a href="https://github.com/jewlexx/discord-presence/commit/1b25a9203c3bca4dfc399eb39cdbe9165e701070"><code>1b25a92</code></a> Merge pull request <a href="https://redirect.github.com/jewlexx/discord-presence/issues/123">#123</a> from jewlexx/use-log</li> <li><a href="https://github.com/jewlexx/discord-presence/commit/28b1ccf5c9890f73a2d8a327ba537bd4e9c68df2"><code>28b1ccf</code></a> ensure message length is valid</li> <li>Additional commits viewable in <a href="https://github.com/jewlexx/discord-presence/compare/v1.4.1...v1.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=discord-presence&package-manager=cargo&previous-version=1.4.1&new-version=1.5.0)](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 00:58:47 +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#1002
No description provided.