[PR #637] [CLOSED] build(deps): bump smithay-client-toolkit from 0.18.1 to 0.19.1 #3655

Closed
opened 2026-05-22 23:56:25 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/637
Author: @dependabot[bot]
Created: 6/10/2024
Status: Closed

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


📝 Commits (1)

  • 3012f56 build(deps): bump smithay-client-toolkit from 0.18.1 to 0.19.1

📊 Changes

2 files changed (+48 additions, -23 deletions)

View changed files

📝 Cargo.lock (+47 -22)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps smithay-client-toolkit from 0.18.1 to 0.19.1.

Changelog

Sourced from smithay-client-toolkit's changelog.

0.19.1 - 2024-06-04

Additions

  • clone derive for CompositorState

0.19.0 - 2024-05-31

Breaking Changes

  • Update calloop to 0.13.0, calloop-wayland-source to 0.3.0.
  • Add surface_enter/surface_leave methods to CompositorHandler trait.
  • Require explicit unlock call in SessionLock.
  • Pass layout to KeyboardHandler::update_modifiers.
  • Update wayland-protocols-*.

Fixed

  • Require explicit unlock call in SessionLock to avoid accidental unlock.
  • Work around touch up events delivered too late with certain Weston versions.
  • Internal DnD event handlers are provided position and surface.
  • MultiPool::get returns an overlap error when its appropriate.
  • Fix delegate_* macros with custom UserData.

Additions

  • Method to make subsurface from surface.
  • Track latest touch_down event serial.
  • Try alternative cursor icon names.
  • Implement support for xdg-activation.
  • Implement support for session-lock.

0.18.0 - 2023-09-23

Breaking Changes

  • ThemedPointer::set_cursor now takes only Connection and &str.
  • SeatState:get_pointer_with_them* now takes Shm and WlSurface for the themed cursor.
  • ThemedPointer now automatically releases the associated WlPointer.
  • CursorIcon from cursor-icon crate is now used for set_cursor and Frame.
  • wayland-csd-frame is now used for CSD types like WindowState, DecorationsFrame, etc.
  • Added CompositorHandle::transform_changed to listen for transform changes.
  • xkeysym::Keysym is used as a keyboard key representation instead of u32
  • wayland-rs dependencies are updated to 0.31
  • calloop dependency updated to 0.12.1
  • Take OwnedFd instead of RawFd as argument to receive_to_fd functions.

Fixed

  • Crash when wl_output is below version 3.

Additions

... (truncated)

Commits
  • ac2c420 v0.19.1
  • 3905146 Add Clone derive for CompositorState
  • 3386ad0 v0.19.0
  • 38fdeaf Update wayland-protocols-*
  • 15dea44 Add surface_enter/surface_leave methods to CompositorHandler
  • 18070ad add way to make subsurfaces from surfaces
  • 4097d48 seat/touch: Track latest touch_down event serial
  • 3bed072 Update wgpu example to wgpu 0.19
  • 82ece74 Update calloop and calloop-wayland-source dependencies
  • 5aa103d refactor: simplify ci and use setup-rust-action
  • 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/637 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/10/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/smithay-client-toolkit-0.19.1` --- ### 📝 Commits (1) - [`3012f56`](https://github.com/JakeStanger/ironbar/commit/3012f569ff851c0e209358b7540c8bd6ac197772) build(deps): bump smithay-client-toolkit from 0.18.1 to 0.19.1 ### 📊 Changes **2 files changed** (+48 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+47 -22) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [smithay-client-toolkit](https://github.com/smithay/client-toolkit) from 0.18.1 to 0.19.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Smithay/client-toolkit/blob/master/CHANGELOG.md">smithay-client-toolkit's changelog</a>.</em></p> <blockquote> <h2>0.19.1 - 2024-06-04</h2> <h4>Additions</h4> <ul> <li><code>clone</code> derive for <code>CompositorState</code></li> </ul> <h2>0.19.0 - 2024-05-31</h2> <h4>Breaking Changes</h4> <ul> <li>Update <code>calloop</code> to 0.13.0, <code>calloop-wayland-source</code> to <code>0.3.0</code>.</li> <li>Add <code>surface_enter</code>/<code>surface_leave</code> methods to <code>CompositorHandler</code> trait.</li> <li>Require explicit unlock call in SessionLock.</li> <li>Pass layout to <code>KeyboardHandler::update_modifiers</code>.</li> <li>Update <code>wayland-protocols-*</code>.</li> </ul> <h4>Fixed</h4> <ul> <li>Require explicit unlock call in <code>SessionLock</code> to avoid accidental unlock.</li> <li>Work around touch up events delivered too late with certain Weston versions.</li> <li>Internal DnD event handlers are provided position and surface.</li> <li><code>MultiPool::get</code> returns an overlap error when its appropriate.</li> <li>Fix <code>delegate_*</code> macros with custom <code>UserData</code>.</li> </ul> <h4>Additions</h4> <ul> <li>Method to make subsurface from surface.</li> <li>Track latest touch_down event serial.</li> <li>Try alternative cursor icon names.</li> <li>Implement support for xdg-activation.</li> <li>Implement support for session-lock.</li> </ul> <h2>0.18.0 - 2023-09-23</h2> <h4>Breaking Changes</h4> <ul> <li><code>ThemedPointer::set_cursor</code> now takes only <code>Connection</code> and <code>&amp;str</code>.</li> <li><code>SeatState:get_pointer_with_them*</code> now takes <code>Shm</code> and <code>WlSurface</code> for the themed cursor.</li> <li><code>ThemedPointer</code> now automatically releases the associated <code>WlPointer</code>.</li> <li><code>CursorIcon</code> from <code>cursor-icon</code> crate is now used for <code>set_cursor</code> and <code>Frame</code>.</li> <li><code>wayland-csd-frame</code> is now used for CSD types like <code>WindowState</code>, <code>DecorationsFrame</code>, etc.</li> <li>Added <code>CompositorHandle::transform_changed</code> to listen for transform changes.</li> <li><code>xkeysym::Keysym</code> is used as a keyboard key representation instead of <code>u32</code></li> <li><code>wayland-rs</code> dependencies are updated to 0.31</li> <li><code>calloop</code> dependency updated to 0.12.1</li> <li>Take <code>OwnedFd</code> instead of <code>RawFd</code> as argument to <code>receive_to_fd</code> functions.</li> </ul> <h4>Fixed</h4> <ul> <li>Crash when <code>wl_output</code> is below version 3.</li> </ul> <h4>Additions</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Smithay/client-toolkit/commit/ac2c420cae253242dc5650b7a347573e2a036c86"><code>ac2c420</code></a> v0.19.1</li> <li><a href="https://github.com/Smithay/client-toolkit/commit/3905146ca32b34d792e36bc0eb56709b06ee7958"><code>3905146</code></a> Add <code>Clone</code> derive for <code>CompositorState</code></li> <li><a href="https://github.com/Smithay/client-toolkit/commit/3386ad009ad4c78f98177da88f8042f9e221e9a8"><code>3386ad0</code></a> v0.19.0</li> <li><a href="https://github.com/Smithay/client-toolkit/commit/38fdeaf744ba0f155650a046596904253f029c29"><code>38fdeaf</code></a> Update <code>wayland-protocols-*</code></li> <li><a href="https://github.com/Smithay/client-toolkit/commit/15dea446033a931bfc942d28b390e27053182696"><code>15dea44</code></a> Add <code>surface_enter</code>/<code>surface_leave</code> methods to <code>CompositorHandler</code></li> <li><a href="https://github.com/Smithay/client-toolkit/commit/18070ad8e0675bdf555e6099bf90e3a92adc01b0"><code>18070ad</code></a> add way to make subsurfaces from surfaces</li> <li><a href="https://github.com/Smithay/client-toolkit/commit/4097d4849e7de695de4059d1156a7abf09d2a34b"><code>4097d48</code></a> seat/touch: Track latest <code>touch_down</code> event serial</li> <li><a href="https://github.com/Smithay/client-toolkit/commit/3bed072b966022f5f929d12f3aff089b1ace980b"><code>3bed072</code></a> Update <code>wgpu</code> example to <code>wgpu</code> 0.19</li> <li><a href="https://github.com/Smithay/client-toolkit/commit/82ece740f1ae5992a9b8cee7cc0b843904987b90"><code>82ece74</code></a> Update <code>calloop</code> and <code>calloop-wayland-source</code> dependencies</li> <li><a href="https://github.com/Smithay/client-toolkit/commit/5aa103d1aacc76c041faf10131c6d641b2e74af1"><code>5aa103d</code></a> refactor: simplify ci and use setup-rust-action</li> <li>Additional commits viewable in <a href="https://github.com/smithay/client-toolkit/compare/v0.18.1...v0.19.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.1&new-version=0.19.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 23:56:25 +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#3655
No description provided.