From 99120b828d65306ab71d41f71979dc67e8b0bf6b Mon Sep 17 00:00:00 2001 From: Matt Campbell Date: Thu, 14 Dec 2023 16:03:20 -0600 Subject: [PATCH] fix: Bump async-channel dependency to `2.1.1` (#321) --- platforms/unix/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/platforms/unix/Cargo.toml b/platforms/unix/Cargo.toml index f50afbc80..a45c9608b 100644 --- a/platforms/unix/Cargo.toml +++ b/platforms/unix/Cargo.toml @@ -26,3 +26,4 @@ once_cell = "1.17.1" serde = "1.0" tokio = { version = "1.32.0", optional = true, features = ["rt", "net", "time"] } zbus = { version = "3.14", default-features = false } +