diff options
| -rw-r--r-- | Cargo.lock | 29 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 20 insertions, 11 deletions
@@ -3733,7 +3733,7 @@ dependencies = [ "serde", "serde_spanned", "toml_datetime", - "winnow", + "winnow 0.6.24", ] [[package]] @@ -4566,6 +4566,15 @@ dependencies = [ ] [[package]] +name = "winnow" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f" +dependencies = [ + "memchr", +] + +[[package]] name = "write16" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -4717,9 +4726,9 @@ dependencies = [ [[package]] name = "zbus" -version = "5.3.1" +version = "5.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2494e4b3f44d8363eef79a8a75fc0649efb710eef65a66b5e688a5eb4afe678a" +checksum = "59c333f648ea1b647bc95dc1d34807c8e25ed7a6feff3394034dc4776054b236" dependencies = [ "async-broadcast", "async-executor", @@ -4734,7 +4743,7 @@ dependencies = [ "enumflags2", "event-listener", "futures-core", - "futures-util", + "futures-lite", "hex", "nix", "ordered-stream", @@ -4744,7 +4753,7 @@ dependencies = [ "tracing", "uds_windows", "windows-sys 0.59.0", - "winnow", + "winnow 0.7.1", "xdg-home", "zbus_macros", "zbus_names", @@ -4753,9 +4762,9 @@ dependencies = [ [[package]] name = "zbus_macros" -version = "5.3.1" +version = "5.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "445efc01929302aee95e2b25bbb62a301ea8a6369466e4278e58e7d1dfb23631" +checksum = "f325ad10eb0d0a3eb060203494c3b7ec3162a01a59db75d2deee100339709fc0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -4774,7 +4783,7 @@ checksum = "519629a3f80976d89c575895b05677cbc45eaf9f70d62a364d819ba646409cc8" dependencies = [ "serde", "static_assertions", - "winnow", + "winnow 0.6.24", "zvariant", ] @@ -4852,7 +4861,7 @@ dependencies = [ "enumflags2", "serde", "static_assertions", - "winnow", + "winnow 0.6.24", "zvariant_derive", "zvariant_utils", ] @@ -4881,5 +4890,5 @@ dependencies = [ "serde", "static_assertions", "syn 2.0.96", - "winnow", + "winnow 0.6.24", ] @@ -90,7 +90,7 @@ url = { version = "2.5.4", optional = true } wayland-backend = "0.3.8" wayland-scanner = "0.31.6" xcursor = "0.3.8" -zbus = { version = "5.3.1", optional = true } +zbus = { version = "5.5.0", optional = true } [dependencies.smithay] workspace = true |
