[PR #179] [MERGED] build(deps): bump wayland-client from 0.30.1 to 0.30.2 #4750

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/179
Author: @dependabot[bot]
Created: 6/5/2023
Status: Merged
Merged: 6/5/2023
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/wayland-client-0.30.2


📝 Commits (1)

  • e0bc05a build(deps): bump wayland-client from 0.30.1 to 0.30.2

📊 Changes

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

View changed files

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

📄 Description

Bumps wayland-client from 0.30.1 to 0.30.2.

Commits
  • 1f3f128 wayland-client v0.30.2
  • c8b02e9 Update memoffset to 0.9
  • 7bb545d backend: server/sys remove unused type parameter
  • b3235fe ci: Fix the msrv check
  • f8e96b4 wayland-backend v0.1.2
  • 443a61d backend-server-sys: wakeup when destructors are pending
  • 04096e2 Update wayland.xml to 1.21.92 (#608)
  • 5ba6cce backend: don't send delete_id for server objects
  • 8d742f4 Uncomment Plasma window management protocol (#611)
  • 80463d6 scanner: Update quick-xml to latest release
  • 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 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/179 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/5/2023 **Status:** ✅ Merged **Merged:** 6/5/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/wayland-client-0.30.2` --- ### 📝 Commits (1) - [`e0bc05a`](https://github.com/JakeStanger/ironbar/commit/e0bc05acb5b16bad48d8167919df2d5ad04b74ec) build(deps): bump wayland-client from 0.30.1 to 0.30.2 ### 📊 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 [wayland-client](https://github.com/smithay/wayland-rs) from 0.30.1 to 0.30.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Smithay/wayland-rs/commit/1f3f128c7709fd50ceaf4ffc03e1074b44adb357"><code>1f3f128</code></a> wayland-client v0.30.2</li> <li><a href="https://github.com/Smithay/wayland-rs/commit/c8b02e9627de17ad19963b9a73cd6996e2c3955b"><code>c8b02e9</code></a> Update memoffset to 0.9</li> <li><a href="https://github.com/Smithay/wayland-rs/commit/7bb545df63d68d11f19b5e3f82810a5de4ea3c4a"><code>7bb545d</code></a> backend: server/sys remove unused type parameter</li> <li><a href="https://github.com/Smithay/wayland-rs/commit/b3235fe76afd930405a319fbbf6817c3de0b13b4"><code>b3235fe</code></a> ci: Fix the msrv check</li> <li><a href="https://github.com/Smithay/wayland-rs/commit/f8e96b4ba4c27f1b9e0e1ae930333de4dfad4bea"><code>f8e96b4</code></a> wayland-backend v0.1.2</li> <li><a href="https://github.com/Smithay/wayland-rs/commit/443a61d6f35e57ec247a8de165e5c1b1fa628b59"><code>443a61d</code></a> backend-server-sys: wakeup when destructors are pending</li> <li><a href="https://github.com/Smithay/wayland-rs/commit/04096e23bfe2eb1a92e9c71a5cc633dbf4d40262"><code>04096e2</code></a> Update wayland.xml to 1.21.92 (<a href="https://redirect.github.com/smithay/wayland-rs/issues/608">#608</a>)</li> <li><a href="https://github.com/Smithay/wayland-rs/commit/5ba6cce4b128751a4295cb2247168b7f105b9aa4"><code>5ba6cce</code></a> backend: don't send delete_id for server objects</li> <li><a href="https://github.com/Smithay/wayland-rs/commit/8d742f45d15af6f071230dabd10448a227b0ab60"><code>8d742f4</code></a> Uncomment Plasma window management protocol (<a href="https://redirect.github.com/smithay/wayland-rs/issues/611">#611</a>)</li> <li><a href="https://github.com/Smithay/wayland-rs/commit/80463d63ec2d871e11eaec6ab86d40fbd385aa5a"><code>80463d6</code></a> scanner: Update <code>quick-xml</code> to latest release</li> <li>Additional commits viewable in <a href="https://github.com/smithay/wayland-rs/compare/wayland-client-v0.30.1...wayland-client-v0.30.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wayland-client&package-manager=cargo&previous-version=0.30.1&new-version=0.30.2)](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 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:55:20 +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#4750
No description provided.