File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ zbus_macros = { path = "../zbus_macros", version = "=4.0.0" }
46
46
enumflags2 = { version = " 0.7.7" , features = [" serde" ] }
47
47
derivative = " 2.2"
48
48
once_cell = " 1.4.0"
49
- async-io = { version = " 2.0.0 " , optional = true }
49
+ async-io = { version = " 2.2.2 " , optional = true }
50
50
futures-core = " 0.3.25"
51
51
futures-sink = " 0.3.25"
52
52
futures-util = { version = " 0.3.25" , default-features = false , features = [
@@ -96,7 +96,7 @@ winapi = { version = "0.3", features = [
96
96
" winerror" ,
97
97
" winsock2" ,
98
98
] }
99
- uds_windows = { git = " https://github.com/TTWNO/rust_uds_windows " , branch = " new_async_io_interfaces " }
99
+ uds_windows = " 1.1.0 "
100
100
101
101
[target .'cfg(unix)' .dependencies ]
102
102
nix = { version = " 0.27" , default-features = false , features = [
You can’t perform that action at this time.
0 commit comments