[PR #444] [MERGED] build(deps): bump smithay-client-toolkit from 0.18.0 to 0.18.1 #721

Closed
opened 2026-05-22 21:54:24 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/444
Author: @dependabot[bot]
Created: 2/12/2024
Status: Merged
Merged: 2/12/2024
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/smithay-client-toolkit-0.18.1


📝 Commits (1)

  • bb3e03a build(deps): bump smithay-client-toolkit from 0.18.0 to 0.18.1

📊 Changes

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

View changed files

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

📄 Description

Bumps smithay-client-toolkit from 0.18.0 to 0.18.1.

Changelog

Sourced from smithay-client-toolkit's changelog.

0.18.1 - 2023-11-04

Fixed

  • Properly bump the XdgWmBase API version.
  • Properly bump the WlCompositor API version.
  • Fix delegate_* macros with custom UserData.

Additions

  • Add support for xdg-activation-v1.
  • Add support for ext-session-lock-v1.
  • Update cursor-icon dependency.
Commits
  • 5592963 v0.18.1
  • e63ab5f Adjust iterator item type
  • 331a6de Update cursor-icon crates dependency
  • 48e538b Try alternative cursor icon names
  • 2e9bf9f simple_window: Test xdg-activation
  • 958c229 Implement support for xdg-activation
  • 4c94ed5 Add API_VERSION_MAX constants for use in ProvidesBoundGlobal impls
  • 1500dc8 Properly bump the XdgWmBase protocol version
  • b8bdd4e Properly bump the WlCompositor API version
  • 05e3f7f Improve documentation for CompositorHandler::frame
  • 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/ironbar/pull/444 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/12/2024 **Status:** ✅ Merged **Merged:** 2/12/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/smithay-client-toolkit-0.18.1` --- ### 📝 Commits (1) - [`bb3e03a`](https://github.com/JakeStanger/ironbar/commit/bb3e03a169c85f40f8b56d07f37b1cf517fbc5c6) build(deps): bump smithay-client-toolkit from 0.18.0 to 0.18.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 [smithay-client-toolkit](https://github.com/smithay/client-toolkit) from 0.18.0 to 0.18.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Smithay/client-toolkit/blob/v0.18.1/CHANGELOG.md">smithay-client-toolkit's changelog</a>.</em></p> <blockquote> <h2>0.18.1 - 2023-11-04</h2> <h4>Fixed</h4> <ul> <li>Properly bump the <code>XdgWmBase</code> API version.</li> <li>Properly bump the <code>WlCompositor</code> API version.</li> <li>Fix <code>delegate_*</code> macros with custom UserData.</li> </ul> <h4>Additions</h4> <ul> <li>Add support for <code>xdg-activation-v1</code>.</li> <li>Add support for <code>ext-session-lock-v1</code>.</li> <li>Update <code>cursor-icon</code> dependency.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Smithay/client-toolkit/commit/55929632836a97dbe15ca0574cfc56766306bcf2"><code>5592963</code></a> v0.18.1</li> <li><a href="https://github.com/Smithay/client-toolkit/commit/e63ab5f01964bc48766fc4c3bf79cc05dc59874c"><code>e63ab5f</code></a> Adjust iterator item type</li> <li><a href="https://github.com/Smithay/client-toolkit/commit/331a6deec7f67801db15eccb733a9fa934451807"><code>331a6de</code></a> Update cursor-icon crates dependency</li> <li><a href="https://github.com/Smithay/client-toolkit/commit/48e538b60eef0d977caddc1fda8a258a08e327e2"><code>48e538b</code></a> Try alternative cursor icon names</li> <li><a href="https://github.com/Smithay/client-toolkit/commit/2e9bf9f31698851ca373e5f1e7ba3e6e804e4db1"><code>2e9bf9f</code></a> simple_window: Test xdg-activation</li> <li><a href="https://github.com/Smithay/client-toolkit/commit/958c229f50c5c4aba6cc7cb32ca6a730f0d07cef"><code>958c229</code></a> Implement support for xdg-activation</li> <li><a href="https://github.com/Smithay/client-toolkit/commit/4c94ed550e874532a9b46dae3b40865f2e6866e8"><code>4c94ed5</code></a> Add API_VERSION_MAX constants for use in ProvidesBoundGlobal impls</li> <li><a href="https://github.com/Smithay/client-toolkit/commit/1500dc8dc82f809dcdcea900c3de86303e93f2e5"><code>1500dc8</code></a> Properly bump the XdgWmBase protocol version</li> <li><a href="https://github.com/Smithay/client-toolkit/commit/b8bdd4e4f7bc2cf8588eb58574e712d8ea002eed"><code>b8bdd4e</code></a> Properly bump the WlCompositor API version</li> <li><a href="https://github.com/Smithay/client-toolkit/commit/05e3f7f3d91f7953514b6fe04742dc57f5527819"><code>05e3f7f</code></a> Improve documentation for CompositorHandler::frame</li> <li>Additional commits viewable in <a href="https://github.com/smithay/client-toolkit/compare/v0.18.0...v0.18.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=smithay-client-toolkit&package-manager=cargo&previous-version=0.18.0&new-version=0.18.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-22 21:54:24 +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#721
No description provided.