From 17d59e2f2c0d85cbfcb9a9f8655634d5ffcb355d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 13:19:40 +0000 Subject: [PATCH] :arrow_up: Bump swayipc from 3.0.3 to 4.0.0 Bumps [swayipc](https://github.com/jaycefayne/swayipc-rs) from 3.0.3 to 4.0.0. - [Commits](https://github.com/jaycefayne/swayipc-rs/compare/swayipc-3.0.3...swayipc-4.0.0) --- updated-dependencies: - dependency-name: swayipc dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- client/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3de7e93..950e6ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2311,9 +2311,9 @@ dependencies = [ [[package]] name = "swayipc" -version = "3.0.3" +version = "4.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b8c50cb2e98e88b52066a35ef791fffd8f6fa631c3a4983de18ba41f718c736" +checksum = "7fd6ee13016b1ae2fbf741ddb2133d983a3fecdc34686eec6202e2a80612d82f" dependencies = [ "serde", "serde_json", @@ -2322,13 +2322,13 @@ dependencies = [ [[package]] name = "swayipc-types" -version = "1.4.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "150570ddeab049ddd51930539fe05834054795d5db1a6735285e9534a5f56931" +checksum = "a29165dc67819a052bd67962b6c9de7c5d4461f0e8d224eb0f7cdd26cf05a650" dependencies = [ "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.18", ] [[package]] diff --git a/client/Cargo.toml b/client/Cargo.toml index f8640f7..5c3c226 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -46,7 +46,7 @@ chrono = "0.4.43" freedesktop-desktop-entry = "0.7.18" # sway_windows plugin -swayipc = "3.0.3" +swayipc = "4.0.0" # niri_windows plugin niri-ipc = "0.1"