From ce7ded77e8875188f73a19557c3b7359d344505a Mon Sep 17 00:00:00 2001 From: John Nunley Date: Thu, 5 Oct 2023 19:02:10 -0700 Subject: [PATCH] bugfix: 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]