mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1545] [CLOSED] chore(deps): bump bitflags from 2.9.1 to 2.9.3 #1455
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1545
Author: @dependabot[bot]
Created: 8/26/2025
Status: ❌ Closed
Base:
master← Head:dependabot/cargo/bitflags-2.9.3📝 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 (+1064 additions, -170 deletions)
View changed files
📝
Cargo.lock(+65 -65)📝
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 bitflags from 2.9.1 to 2.9.3.
Release notes
Sourced from bitflags's releases.
Changelog
Sourced from bitflags's changelog.
Commits
f59ad49Merge pull request #459 from KodrAus/cargo/2.9.32c3a4f4prepare for 2.9.3 release9e1cf3eMerge pull request #458 from nnethercote/streamline-generated-codea3f1f78Avoid callingInternalBitFlags::{bits,from_bits_retain}.aead794Avoid local variables in generated code.85b5e60Merge pull request #456 from KodrAus/cargo/2.9.2d185ca5remove reference to std internal features82a365fprepare for 2.9.2 releasef1beb28Merge pull request #454 from KodrAus/fix/rustc-dep-of-stdef247c5update more error messagesDependabot 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.