Skip to content

Commit f97a0f2

Browse files
committed
Use updated dependencies
1 parent e34f73b commit f97a0f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zbus/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ zbus_macros = { path = "../zbus_macros", version = "=4.0.0" }
4646
enumflags2 = { version = "0.7.7", features = ["serde"] }
4747
derivative = "2.2"
4848
once_cell = "1.4.0"
49-
async-io = { version = "2.0.0", optional = true }
49+
async-io = { version = "2.2.2", optional = true }
5050
futures-core = "0.3.25"
5151
futures-sink = "0.3.25"
5252
futures-util = { version = "0.3.25", default-features = false, features = [
@@ -96,7 +96,7 @@ winapi = { version = "0.3", features = [
9696
"winerror",
9797
"winsock2",
9898
] }
99-
uds_windows = { git = "https://github.com/TTWNO/rust_uds_windows", branch = "new_async_io_interfaces" }
99+
uds_windows = "1.1.0"
100100

101101
[target.'cfg(unix)'.dependencies]
102102
nix = { version = "0.27", default-features = false, features = [

0 commit comments

Comments
 (0)