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/LGUG2Z/komorebi/pull/1544
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 8/26/2025
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `dependabot/cargo/uuid-1.18.0`
---
### 📝 Commits (10+)
- [`d763c33`](https://github.com/LGUG2Z/komorebi/commit/d763c33d8e4fee61ea0e7d4a98f4cb79e3c3a6a4) refactor(animation): force app rerenders
- [`b2f908f`](https://github.com/LGUG2Z/komorebi/commit/b2f908fead5fa910f27240dbeb07c8dde9ee8ab9) fix(cli): fix typo in the toggle-pause docs
- [`8ef180f`](https://github.com/LGUG2Z/komorebi/commit/8ef180f57b3edb8f507cad23b213efe8cf658d7c) chore(deps): bump clap from 4.5.41 to 4.5.45
- [`0a65c6d`](https://github.com/LGUG2Z/komorebi/commit/0a65c6d0366d7e5bbfe95a11dba58cf1a32443cd) chore(deps): bump reqwest from 0.12.22 to 0.12.23
- [`ce0255e`](https://github.com/LGUG2Z/komorebi/commit/ce0255eddce9a162d0337c41c0b2d5a681c41edc) feat(config): add work-area-offset per workspace
- [`0a96c4a`](https://github.com/LGUG2Z/komorebi/commit/0a96c4a71fc6dc74cd6c9688a72c65b7780b4b6b) test(wm): remove nonexistent window from container
- [`141c59a`](https://github.com/LGUG2Z/komorebi/commit/141c59a6dcaec18043105f225d14da9d5543dbfc) test(wm): cycle windows in an empty container
- [`3896d97`](https://github.com/LGUG2Z/komorebi/commit/3896d97da0817d3f8b2b8662141c0d44377ae431) test(wm): float nonexistent window
- [`1130809`](https://github.com/LGUG2Z/komorebi/commit/1130809985d1f666ba9df803cb8fe4c4e77b1aff) test(wm): toggle maximize a nonexistent window
- [`13f9899`](https://github.com/LGUG2Z/komorebi/commit/13f9899ff052289039e61f15d136e147df4cdb42) test(wm): toggle monocle on nonexistent container
### 📊 Changes
**13 files changed** (+1010 additions, -116 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+11 -11)
📝 `docs/cli/toggle-pause.md` (+1 -1)
📝 `komorebi/src/core/mod.rs` (+1 -0)
📝 `komorebi/src/process_command.rs` (+8 -0)
📝 `komorebi/src/static_config.rs` (+4 -0)
📝 `komorebi/src/window.rs` (+11 -2)
📝 `komorebi/src/window_manager.rs` (+209 -0)
📝 `komorebi/src/windows_api.rs` (+22 -0)
📝 `komorebi/src/workspace.rs` (+6 -1)
📝 `komorebic.lib.ahk` (+4 -0)
📝 `komorebic/src/main.rs` (+34 -1)
📝 `schema.bar.json` (+667 -100)
📝 `schema.json` (+32 -0)
</details>
### 📄 Description
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.17.0 to 1.18.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/uuid-rs/uuid/releases">uuid's releases</a>.</em></p>
<blockquote>
<h2>v1.18.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix up mismatched_lifetime_syntaxes lint by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/837">uuid-rs/uuid#837</a></li>
<li>Conversions between <code>Timestamp</code> and <code>std::time::SystemTime</code> by <a href="https://github.com/dcormier"><code>@dcormier</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/835">uuid-rs/uuid#835</a></li>
<li>Wrap the error type used in time conversions by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/838">uuid-rs/uuid#838</a></li>
<li>Prepare for 1.18.0 release by <a href="https://github.com/KodrAus"><code>@KodrAus</code></a> in <a href="https://redirect.github.com/uuid-rs/uuid/pull/839">uuid-rs/uuid#839</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/dcormier"><code>@dcormier</code></a> made their first contribution in <a href="https://redirect.github.com/uuid-rs/uuid/pull/835">uuid-rs/uuid#835</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/uuid-rs/uuid/compare/v1.17.0...v1.18.0">https://github.com/uuid-rs/uuid/compare/v1.17.0...v1.18.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/uuid-rs/uuid/commit/60a49eb94fe1b4901d484de52dc305c7c21a2f85"><code>60a49eb</code></a> Merge pull request <a href="https://redirect.github.com/uuid-rs/uuid/issues/839">#839</a> from uuid-rs/cargo/v1.18.0</li>
<li><a href="https://github.com/uuid-rs/uuid/commit/eb8c6970837cb02af04dfeac68a89453f84f890f"><code>eb8c697</code></a> prepare for 1.18.0 release</li>
<li><a href="https://github.com/uuid-rs/uuid/commit/281f26fcd93c3b1eeeae8f4f05e89d9caebb5874"><code>281f26f</code></a> Merge pull request <a href="https://redirect.github.com/uuid-rs/uuid/issues/838">#838</a> from uuid-rs/chore/time-conversion</li>
<li><a href="https://github.com/uuid-rs/uuid/commit/2d67ab2b5e261a68fb65a5bee50604516537307b"><code>2d67ab2</code></a> don't use allocated values in errors</li>
<li><a href="https://github.com/uuid-rs/uuid/commit/c284ed562fdbe12cdeb6ca20e47e80f40cd21a68"><code>c284ed5</code></a> wrap the error type used in time conversions</li>
<li><a href="https://github.com/uuid-rs/uuid/commit/87a4359f256c1426829bd21f66ca4327a9c5859c"><code>87a4359</code></a> Merge pull request <a href="https://redirect.github.com/uuid-rs/uuid/issues/835">#835</a> from dcormier/main</li>
<li><a href="https://github.com/uuid-rs/uuid/commit/89273966259a90bf28abf17d934c9a8eede73a33"><code>8927396</code></a> Merge pull request <a href="https://redirect.github.com/uuid-rs/uuid/issues/837">#837</a> from uuid-rs/fix/lifetime-syntaxes</li>
<li><a href="https://github.com/uuid-rs/uuid/commit/6dfb4b135cf91d2493e6b9aa23079cad41bde506"><code>6dfb4b1</code></a> Conversions between <code>Timestamp</code> and <code>std::time::SystemTime</code></li>
<li><a href="https://github.com/uuid-rs/uuid/commit/b508383aff74d28e3a97dfd3a45b7a7ab86a4b2e"><code>b508383</code></a> fix up mismatched_lifetime_syntaxes lint</li>
<li>See full diff in <a href="https://github.com/uuid-rs/uuid/compare/v1.17.0...v1.18.0">compare view</a></li>
</ul>
</details>
<br />
[](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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1544
Author: @dependabot[bot]
Created: 8/26/2025
Status: ❌ Closed
Base:
master← Head:dependabot/cargo/uuid-1.18.0📝 Commits (10+)
d763c33refactor(animation): force app rerendersb2f908ffix(cli): fix typo in the toggle-pause docs8ef180fchore(deps): bump clap from 4.5.41 to 4.5.450a65c6dchore(deps): bump reqwest from 0.12.22 to 0.12.23ce0255efeat(config): add work-area-offset per workspace0a96c4atest(wm): remove nonexistent window from container141c59atest(wm): cycle windows in an empty container3896d97test(wm): float nonexistent window1130809test(wm): toggle maximize a nonexistent window13f9899test(wm): toggle monocle on nonexistent container📊 Changes
13 files changed (+1010 additions, -116 deletions)
View changed files
📝
Cargo.lock(+11 -11)📝
docs/cli/toggle-pause.md(+1 -1)📝
komorebi/src/core/mod.rs(+1 -0)📝
komorebi/src/process_command.rs(+8 -0)📝
komorebi/src/static_config.rs(+4 -0)📝
komorebi/src/window.rs(+11 -2)📝
komorebi/src/window_manager.rs(+209 -0)📝
komorebi/src/windows_api.rs(+22 -0)📝
komorebi/src/workspace.rs(+6 -1)📝
komorebic.lib.ahk(+4 -0)📝
komorebic/src/main.rs(+34 -1)📝
schema.bar.json(+667 -100)📝
schema.json(+32 -0)📄 Description
Bumps uuid from 1.17.0 to 1.18.0.
Release notes
Sourced from uuid's releases.
Commits
60a49ebMerge pull request #839 from uuid-rs/cargo/v1.18.0eb8c697prepare for 1.18.0 release281f26fMerge pull request #838 from uuid-rs/chore/time-conversion2d67ab2don't use allocated values in errorsc284ed5wrap the error type used in time conversions87a4359Merge pull request #835 from dcormier/main8927396Merge pull request #837 from uuid-rs/fix/lifetime-syntaxes6dfb4b1Conversions betweenTimestampandstd::time::SystemTimeb508383fix up mismatched_lifetime_syntaxes lintDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.