[PR #160] [MERGED] build(deps): bump discord-presence from 1.3.0 to 1.3.1 #1779

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 53a4fac build(deps): bump discord-presence from 1.3.0 to 1.3.1

📊 Changes

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

View changed files

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

📄 Description

Bumps discord-presence from 1.3.0 to 1.3.1.

Release notes

Sourced from discord-presence's releases.

v1.3.1

Added

  • Expose event_handler module
    • Exposed types are Context, EventCallbackHandle and Handler
Changelog

Sourced from discord-presence's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

I will add links where possible, including retroactively if possible.

Unreleased

Added

  • Expose event_handler module
  • Exposed types are Context, EventCallbackHandle and Handler
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/160 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/30/2024 **Status:** ✅ Merged **Merged:** 10/8/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/discord-presence-1.3.1` --- ### 📝 Commits (1) - [`53a4fac`](https://github.com/JakeStanger/mpd-discord-rpc/commit/53a4fac910e12199c833328c17ce10cd809c4a97) build(deps): bump discord-presence from 1.3.0 to 1.3.1 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [discord-presence](https://github.com/jewlexx/discord-presence) from 1.3.0 to 1.3.1. <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.3.1</h2> <h3>Added</h3> <ul> <li>Expose <code>event_handler</code> module <ul> <li>Exposed types are <code>Context</code>, <code>EventCallbackHandle</code> and <code>Handler</code></li> </ul> </li> </ul> </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> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="http://keepachangelog.com/en/1.0.0/">Keep a Changelog</a> and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p> <p>I will add links where possible, including retroactively if possible.</p> <h2><a href="https://github.com/jewlexx/discord-presence/tree/main">Unreleased</a></h2> <h3>Added</h3> <ul> <li>Expose <code>event_handler</code> module</li> <li>Exposed types are <code>Context</code>, <code>EventCallbackHandle</code> and <code>Handler</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jewlexx/discord-presence/commit/86c9e72007923b301f50152ae5a7f168032192ec"><code>86c9e72</code></a> bump version</li> <li><a href="https://github.com/jewlexx/discord-presence/commit/89fc2731ff7580a764248c9314c02f1f607db8bb"><code>89fc273</code></a> update changelog</li> <li><a href="https://github.com/jewlexx/discord-presence/commit/fda1591aeabc07a281fbb62cada0a54fdc8cbed2"><code>fda1591</code></a> Merge branch 'trunk' into Shays-Forks/trunk</li> <li><a href="https://github.com/jewlexx/discord-presence/commit/c672add2a0bde89cf4fd4095aee982546fdc0085"><code>c672add</code></a> mark internal types as private and add docs</li> <li><a href="https://github.com/jewlexx/discord-presence/commit/83fc266153eef2a639ba00578457028fe9f6ac4a"><code>83fc266</code></a> update changelog</li> <li><a href="https://github.com/jewlexx/discord-presence/commit/7f00612438bd00e0a1ae4029acdce3085cac4bad"><code>7f00612</code></a> Update lib.rs</li> <li>See full diff in <a href="https://github.com/jewlexx/discord-presence/compare/v1.3.0...v1.3.1">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.3.0&new-version=1.3.1)](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 03:58:43 +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#1779
No description provided.