Skip to content

Commit

Permalink
Use updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TTWNO committed Dec 17, 2023
1 parent e34f73b commit f97a0f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zbus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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 = [
Expand Down

0 comments on commit f97a0f2

Please sign in to comment.