diff --git a/Cargo.toml b/Cargo.toml index ff89201..7243a27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ autocfg = "1" [target.'cfg(unix)'.dependencies] async-io = "1.8" -rustix = { version = "0.36", default-features = false, features = ["std", "fs"] } +rustix = { version = "0.37", default-features = false, features = ["std", "fs"] } [target.'cfg(unix)'.dependencies.signal-hook] version = "0.3.0"