mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #823] [CLOSED] chore(deps): bump serde from 1.0.200 to 1.0.201 #1114
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/823
Author: @dependabot[bot]
Created: 5/13/2024
Status: ❌ Closed
Base:
master← Head:dependabot/cargo/serde-1.0.201📝 Commits (7)
e4bc74ffix(wm): no directional focus for monocle + maxf0c8143feat(wm): add noop cross-monitor-move-behaviour349508dperf(wm): ignore same-workspace switch requestsf027038fix(borders): reap untracked hwnds in destroy_all9fd0c7brefactor(clippy): apply lints08377cbfix(wm): restart bm and wsr notif handlers on fail1d3a388chore(deps): bump serde from 1.0.200 to 1.0.201📊 Changes
11 files changed (+376 additions, -276 deletions)
View changed files
📝
Cargo.lock(+4 -4)📝
komorebi-core/src/arrangement.rs(+84 -79)📝
komorebi-core/src/lib.rs(+2 -0)📝
komorebi/src/border_manager/border.rs(+21 -1)📝
komorebi/src/border_manager/mod.rs(+191 -148)📝
komorebi/src/process_command.rs(+13 -3)📝
komorebi/src/process_event.rs(+9 -11)📝
komorebi/src/window.rs(+1 -1)📝
komorebi/src/window_manager.rs(+17 -0)📝
komorebi/src/windows_api.rs(+0 -8)📝
komorebi/src/workspace_reconciliator.rs(+34 -21)📄 Description
Bumps serde from 1.0.200 to 1.0.201.
Release notes
Sourced from serde's releases.
Commits
b4f1bc1Release 1.0.201029ab46Merge pull request #2737 from dtolnay/checkcfg220ca0cResolve unexpected_cfgs warning20306f4Fix cfg on test_systemtime_overflowDependabot 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.