[PR #312] [CLOSED] build(deps): bump wayland-protocols from 0.30.1 to 0.31.0 #9051

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/312
Author: @dependabot[bot]
Created: 9/18/2023
Status: Closed

Base: masterHead: dependabot/cargo/wayland-protocols-0.31.0


📝 Commits (1)

  • 350bd1c build(deps): bump wayland-protocols from 0.30.1 to 0.31.0

📊 Changes

2 files changed (+90 additions, -21 deletions)

View changed files

📝 Cargo.lock (+89 -20)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps wayland-protocols from 0.30.1 to 0.31.0.

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/ironbar/pull/312 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/18/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/wayland-protocols-0.31.0` --- ### 📝 Commits (1) - [`350bd1c`](https://github.com/JakeStanger/ironbar/commit/350bd1ce2ef7893d092d6492a3d61d13d6d22750) build(deps): bump wayland-protocols from 0.30.1 to 0.31.0 ### 📊 Changes **2 files changed** (+90 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+89 -20) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [wayland-protocols](https://github.com/smithay/wayland-rs) from 0.30.1 to 0.31.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Smithay/wayland-rs/commit/18102477e0f39a4cdcf8c922c28b29d49ec4e714"><code>1810247</code></a> wayland-protocols v0.31</li> <li><a href="https://github.com/Smithay/wayland-rs/commit/8ea98e398ba3cf89eaeaaef97ad447b4d08a16af"><code>8ea98e3</code></a> wayland-server v0.31</li> <li><a href="https://github.com/Smithay/wayland-rs/commit/c05c6c3433d2188b027764cae17bff6673953e37"><code>c05c6c3</code></a> wayland-egl v0.32</li> <li><a href="https://github.com/Smithay/wayland-rs/commit/29715396d2f634759893f15f7b54cf46fd446056"><code>2971539</code></a> wayland-cursor v0.31</li> <li><a href="https://github.com/Smithay/wayland-rs/commit/0c5b76de6b1c4f665e25b1c7ff78fcda2242ac9a"><code>0c5b76d</code></a> wayland-client v0.31</li> <li><a href="https://github.com/Smithay/wayland-rs/commit/83ba023670c5632037b84ab274508494c40eb915"><code>83ba023</code></a> wayland-scanner v0.31</li> <li><a href="https://github.com/Smithay/wayland-rs/commit/d9e9ad43ec5f153da9a84e314e601adea95abea9"><code>d9e9ad4</code></a> wayland-backend v0.3</li> <li><a href="https://github.com/Smithay/wayland-rs/commit/776d95e6f235e7690bc85e2fffd695c371a31646"><code>776d95e</code></a> backend: fix server-side WAYLAND_DEBUG</li> <li><a href="https://github.com/Smithay/wayland-rs/commit/48a491ec807b70e3d60ce1d186427804a3cf823b"><code>48a491e</code></a> server: allow accessing resource in <code>Dispatch::destroyed</code></li> <li><a href="https://github.com/Smithay/wayland-rs/commit/c21cabb316f63502cd98a9f01593462f4f140c19"><code>c21cabb</code></a> Use <code>BorrowedFd</code> in arguments</li> <li>Additional commits viewable in <a href="https://github.com/smithay/wayland-rs/compare/wayland-egl-v0.30.1...wayland-protocols-v0.31">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wayland-protocols&package-manager=cargo&previous-version=0.30.1&new-version=0.31.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 03:55:30 +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/ironbar#9051
No description provided.