From 4ba426e9ac90b1ddd12cbb15183b08e1823c0ee4 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Thu, 5 Oct 2023 18:57:01 -0700 Subject: [PATCH] Bump async-signal to v0.2.3 Extracted from #54, should fix #55 Signed-off-by: John Nunley --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 47a4832..57ce1a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ futures-lite = "1.11.0" [target.'cfg(unix)'.dependencies] async-io = "1.8" -async-signal = "0.2.0" +async-signal = "0.2.3" rustix = { version = "0.38", default-features = false, features = ["std", "fs"] } [target.'cfg(windows)'.dependencies]