From f97a0f225564ea40179b3b7ad351409992bb12cd Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Sun, 17 Dec 2023 14:22:23 -0700 Subject: [PATCH] Use updated dependencies --- zbus/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zbus/Cargo.toml b/zbus/Cargo.toml index bad6f2acd..1c74e62db 100644 --- a/zbus/Cargo.toml +++ b/zbus/Cargo.toml @@ -46,7 +46,7 @@ zbus_macros = { path = "../zbus_macros", version = "=4.0.0" } enumflags2 = { version = "0.7.7", features = ["serde"] } derivative = "2.2" once_cell = "1.4.0" -async-io = { version = "2.0.0", optional = true } +async-io = { version = "2.2.2", optional = true } futures-core = "0.3.25" futures-sink = "0.3.25" futures-util = { version = "0.3.25", default-features = false, features = [ @@ -96,7 +96,7 @@ winapi = { version = "0.3", features = [ "winerror", "winsock2", ] } -uds_windows = { git = "https://github.com/TTWNO/rust_uds_windows", branch = "new_async_io_interfaces" } +uds_windows = "1.1.0" [target.'cfg(unix)'.dependencies] nix = { version = "0.27", default-features = false, features = [