diff --git a/Cargo.lock b/Cargo.lock index 958492901..4ab014650 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5927,9 +5927,9 @@ dependencies = [ [[package]] name = "zbus" -version = "2.3.2" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d8f1a037b2c4a67d9654dc7bdfa8ff2e80555bbefdd3c1833c1d1b27c963a6b" +checksum = "1faa83cd7c79d3a669220c634528577b98ff43c35aa7c827ab3e9990692f7868" dependencies = [ "async-broadcast", "async-channel", @@ -5948,8 +5948,7 @@ dependencies = [ "futures-sink", "futures-util", "hex", - "lazy_static", - "nix 0.23.1", + "nix 0.24.2", "once_cell", "ordered-stream", "rand 0.8.5", @@ -5967,9 +5966,9 @@ dependencies = [ [[package]] name = "zbus_macros" -version = "2.3.2" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f8fb5186d1c87ae88cf234974c240671238b4a679158ad3b94ec465237349a6" +checksum = "fd5874c328b945cab1865a299e31f855072fa528bafbbfa3249394b352d5742b" dependencies = [ "proc-macro-crate", "proc-macro2", diff --git a/wezterm-toast-notification/Cargo.toml b/wezterm-toast-notification/Cargo.toml index ccaef9d44..24bdcd4f3 100644 --- a/wezterm-toast-notification/Cargo.toml +++ b/wezterm-toast-notification/Cargo.toml @@ -13,8 +13,8 @@ log = "0.4" [target.'cfg(all(not(windows), not(target_os="macos")))'.dependencies] serde = {version="1.0", features = ["derive"]} -zbus = "2.3.0" -zvariant = "3.4" +zbus = "3.0" +zvariant = "3.6" async-std = "1.4" futures-util = "0.3" diff --git a/window/Cargo.toml b/window/Cargo.toml index 58f1a36ed..ce02966c4 100644 --- a/window/Cargo.toml +++ b/window/Cargo.toml @@ -80,8 +80,8 @@ wayland-client = {version="0.29", optional=true} wayland-egl = {version="0.29", optional=true} xcb-imdkit = { version="0.2", git="https://github.com/wez/xcb-imdkit-rs.git", rev="ede7c71b85fe2537efef6cf999a45690316211cf"} serde = {version="1.0", features = ["derive"]} -zbus = "2.3.0" -zvariant = "3.4" +zbus = "3.0" +zvariant = "3.6" futures-util = "0.3" [target.'cfg(target_os="macos")'.dependencies]