From dce3c91c224f0292f6818a1290208381e3b96ad4 Mon Sep 17 00:00:00 2001 From: LGUG2Z Date: Sat, 21 Mar 2026 14:35:04 -0700 Subject: [PATCH] chore(deps): various dependency bumps --- Cargo.lock | 26 +++++++++++++------------- Cargo.toml | 2 +- komorebi-bar/Cargo.toml | 2 +- komorebi-themes/Cargo.toml | 2 +- komorebi/Cargo.toml | 2 +- komorebi/src/lib.rs | 2 +- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c06ea9d0..cc20db88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -642,7 +642,7 @@ dependencies = [ [[package]] name = "base16-egui-themes" version = "0.1.0" -source = "git+https://github.com/LGUG2Z/base16-egui-themes?rev=b9e26b31f7a0e7ed239b14e5317e95d1bdc544bd#b9e26b31f7a0e7ed239b14e5317e95d1bdc544bd" +source = "git+https://github.com/LGUG2Z/base16-egui-themes?rev=3f157904c641f0dc80f043449fe0214fc4182425#3f157904c641f0dc80f043449fe0214fc4182425" dependencies = [ "egui", "schemars 1.2.1", @@ -1533,9 +1533,9 @@ dependencies = [ [[package]] name = "dlopen2" -version = "0.5.0" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09b4f5f101177ff01b8ec4ecc81eead416a8aa42819a2869311b3420fa114ffa" +checksum = "5e2c5bd4158e66d1e215c49b837e11d62f3267b30c92f1d171c4d3105e3dc4d4" dependencies = [ "libc", "once_cell", @@ -3871,9 +3871,9 @@ dependencies = [ [[package]] name = "netdev" -version = "0.40.1" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b0a0096d9613ee878dba89bbe595f079d373e3f1960d882e4f2f78ff9c30a0a" +checksum = "395f1acaf7a073f756fc22068e0b526d2cf22d09f5e13802b516ef8eeaeee5eb" dependencies = [ "block2 0.6.2", "dispatch2", @@ -3888,7 +3888,7 @@ dependencies = [ "objc2-system-configuration", "once_cell", "plist", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -6275,18 +6275,18 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "strum" -version = "0.27.2" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" +checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd" dependencies = [ "strum_macros", ] [[package]] name = "strum_macros" -version = "0.27.2" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" +checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664" dependencies = [ "heck", "proc-macro2", @@ -8387,12 +8387,12 @@ dependencies = [ [[package]] name = "winreg" -version = "0.55.0" +version = "0.56.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97" +checksum = "7d6f32a0ff4a9f6f01231eb2059cc85479330739333e0e58cadf03b6af2cca10" dependencies = [ "cfg-if 1.0.4", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 08e745c6..7582c05f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ lazy_static = "1" serde = { version = "1", features = ["derive"] } serde_json = { package = "serde_json_lenient", version = "0.2" } serde_yaml = "0.9" -strum = { version = "0.27", features = ["derive"] } +strum = { version = "0.28", features = ["derive"] } tracing = "0.1" tracing-appender = "0.2" tracing-subscriber = { version = "0.3", features = ["env-filter"] } diff --git a/komorebi-bar/Cargo.toml b/komorebi-bar/Cargo.toml index 77d56bf2..cd88539c 100644 --- a/komorebi-bar/Cargo.toml +++ b/komorebi-bar/Cargo.toml @@ -23,7 +23,7 @@ font-loader = "0.11" hotwatch = { workspace = true } image = "0.25" lazy_static = { workspace = true } -netdev = "0.40" +netdev = "0.41" num = "0.4" num-derive = "0.4" num-traits = "0.2" diff --git a/komorebi-themes/Cargo.toml b/komorebi-themes/Cargo.toml index 60089bc2..1293fe10 100644 --- a/komorebi-themes/Cargo.toml +++ b/komorebi-themes/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.41" edition = "2024" [dependencies] -base16-egui-themes = { git = "https://github.com/LGUG2Z/base16-egui-themes", rev = "b9e26b31f7a0e7ed239b14e5317e95d1bdc544bd" } +base16-egui-themes = { git = "https://github.com/LGUG2Z/base16-egui-themes", rev = "3f157904c641f0dc80f043449fe0214fc4182425" } #catppuccin-egui = { version = "5", default-features = false, features = ["egui32"] } catppuccin-egui = { git = "https://github.com/LGUG2Z/catppuccin-egui", rev = "b2f95cbf441d1dd99f3c955ef10dcb84ce23c20a", default-features = false, features = [ "egui33", diff --git a/komorebi/Cargo.toml b/komorebi/Cargo.toml index 45f6bb5a..73a6dc3b 100644 --- a/komorebi/Cargo.toml +++ b/komorebi/Cargo.toml @@ -51,7 +51,7 @@ windows-numerics = { workspace = true } windows-implement = { workspace = true } windows-interface = { workspace = true } winput = "0.2" -winreg = "0.55" +winreg = "0.56" serde_with = { version = "3.12", features = ["schemars_1"] } [build-dependencies] diff --git a/komorebi/src/lib.rs b/komorebi/src/lib.rs index 230dd2bc..ac672e5f 100644 --- a/komorebi/src/lib.rs +++ b/komorebi/src/lib.rs @@ -322,7 +322,7 @@ pub fn current_virtual_desktop() -> Option> { // the latter case, if the user desires this validation after initiating the task view, komorebi // should be restarted, and then when this // fn runs again for the first time, it will pick up // the value of CurrentVirtualDesktop and validate against it accordingly - current + current.map(|current| current.to_vec()) } #[derive(Clone, Debug, Serialize, Deserialize)]