[PR #823] [CLOSED] chore(deps): bump serde from 1.0.200 to 1.0.201 #1114

Closed
opened 2026-01-05 14:54:08 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/823
Author: @dependabot[bot]
Created: 5/13/2024
Status: Closed

Base: masterHead: dependabot/cargo/serde-1.0.201


📝 Commits (7)

  • e4bc74f fix(wm): no directional focus for monocle + max
  • f0c8143 feat(wm): add noop cross-monitor-move-behaviour
  • 349508d perf(wm): ignore same-workspace switch requests
  • f027038 fix(borders): reap untracked hwnds in destroy_all
  • 9fd0c7b refactor(clippy): apply lints
  • 08377cb fix(wm): restart bm and wsr notif handlers on fail
  • 1d3a388 chore(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.

v1.0.201

  • Resolve unexpected_cfgs warning (#2737)
Commits

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/LGUG2Z/komorebi/pull/823 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/13/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/serde-1.0.201` --- ### 📝 Commits (7) - [`e4bc74f`](https://github.com/LGUG2Z/komorebi/commit/e4bc74f7eaf498444fecd2cb4405e95191336b12) fix(wm): no directional focus for monocle + max - [`f0c8143`](https://github.com/LGUG2Z/komorebi/commit/f0c81435033545f8745247d33eb1d1c51a692120) feat(wm): add noop cross-monitor-move-behaviour - [`349508d`](https://github.com/LGUG2Z/komorebi/commit/349508dd16f60deb4a805376512c8e4b4b9fe58a) perf(wm): ignore same-workspace switch requests - [`f027038`](https://github.com/LGUG2Z/komorebi/commit/f02703876a441dd7fecbb5c8bf5a9b423bf641ec) fix(borders): reap untracked hwnds in destroy_all - [`9fd0c7b`](https://github.com/LGUG2Z/komorebi/commit/9fd0c7bf39c4dbd47dad2d9dcc37ea5a9102539c) refactor(clippy): apply lints - [`08377cb`](https://github.com/LGUG2Z/komorebi/commit/08377cbffc13e94c27de7a4b80d7e7e34cbc0a40) fix(wm): restart bm and wsr notif handlers on fail - [`1d3a388`](https://github.com/LGUG2Z/komorebi/commit/1d3a3888f3ce475d5158aab28db58b24aafa935a) chore(deps): bump serde from 1.0.200 to 1.0.201 ### 📊 Changes **11 files changed** (+376 additions, -276 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Bumps [serde](https://github.com/serde-rs/serde) from 1.0.200 to 1.0.201. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p> <blockquote> <h2>v1.0.201</h2> <ul> <li>Resolve unexpected_cfgs warning (<a href="https://redirect.github.com/serde-rs/serde/issues/2737">#2737</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/serde/commit/b4f1bc16ffe9650750695db59bcb786033a929be"><code>b4f1bc1</code></a> Release 1.0.201</li> <li><a href="https://github.com/serde-rs/serde/commit/029ab46f7185b2dcf9ec986a87142bb7e7fc97a4"><code>029ab46</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2737">#2737</a> from dtolnay/checkcfg</li> <li><a href="https://github.com/serde-rs/serde/commit/220ca0ca9dddba8cc19d19968af7988ca3fc7d7c"><code>220ca0c</code></a> Resolve unexpected_cfgs warning</li> <li><a href="https://github.com/serde-rs/serde/commit/20306f493a4c943459e7492caf4dbcfca717790d"><code>20306f4</code></a> Fix cfg on test_systemtime_overflow</li> <li>See full diff in <a href="https://github.com/serde-rs/serde/compare/v1.0.200...v1.0.201">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.200&new-version=1.0.201)](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>
adam added the pull-request label 2026-01-05 14:54:08 +01:00
adam closed this issue 2026-01-05 14:54:08 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1114