bugfix: Bump async-signal to v0.2.3

Extracted from #54, should fix #55

Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2023-10-05 19:02:10 -07:00 committed by GitHub
parent 78342ab1db
commit ce7ded77e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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]