diff --git a/Cargo.lock b/Cargo.lock index 9353730..bf2b243 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1540,14 +1540,14 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.9" +version = "0.8.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6a4b9e8023eb94392d3dca65d717c53abc5dad49c07cb65bb8fcd87115fa325" +checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.21.1", + "toml_edit 0.22.8", ] [[package]] @@ -1567,20 +1567,20 @@ checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" dependencies = [ "indexmap 2.2.2", "toml_datetime", - "winnow", + "winnow 0.5.3", ] [[package]] name = "toml_edit" -version = "0.21.1" +version = "0.22.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" +checksum = "c12219811e0c1ba077867254e5ad62ee2c9c190b0d957110750ac0cda1ae96cd" dependencies = [ "indexmap 2.2.2", "serde", "serde_spanned", "toml_datetime", - "winnow", + "winnow 0.6.5", ] [[package]] @@ -1856,6 +1856,15 @@ dependencies = [ "memchr", ] +[[package]] +name = "winnow" +version = "0.6.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8" +dependencies = [ + "memchr", +] + [[package]] name = "wyz" version = "0.5.1" @@ -1904,7 +1913,7 @@ dependencies = [ "serde_with", "serde_yaml", "swayipc", - "toml 0.8.9", + "toml 0.8.12", "wayland-client", "wayland-protocols-wlr", "x11rb", diff --git a/Cargo.toml b/Cargo.toml index e79088e..1b068d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ wayland-protocols-wlr = { version = "0.1", features = ["client"], optional = tru x11rb = { version = "0.13.0", optional = true } zbus = { version = "1.9.2", optional = true } hyprland = { version = "0.3.13", optional = true } -toml = "0.8.9" +toml = "0.8.12" [features] gnome = ["zbus"]