diff --git a/Cargo.toml b/Cargo.toml index b4e2e26..f923595 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,14 +24,14 @@ tracing = { version = "0.1.40", default-features = false } [target.'cfg(unix)'.dependencies] async-signal = "0.2.3" -rustix = { version = "0.38", default-features = false, features = ["std", "fs"] } +rustix = { version = "1.0", default-features = false, features = ["std", "fs"] } [target.'cfg(any(windows, target_os = "linux"))'.dependencies] async-channel = "2.0.0" async-task = "4.7.0" [target.'cfg(all(unix, not(target_os = "linux")))'.dependencies] -rustix = { version = "0.38", default-features = false, features = ["std", "fs", "process"] } +rustix = { version = "1.0", default-features = false, features = ["std", "fs", "process"] } [target.'cfg(windows)'.dependencies] blocking = "1.0.0" @@ -49,4 +49,3 @@ features = [ "Win32_Foundation", "Win32_System_Threading", ] -