diff --git a/Cargo.toml b/Cargo.toml index 9ff68c9..bcdf807 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ futures-io = { version = "0.3.28", default-features = false, features = ["std"] futures-lite = { version = "2.0.0", default-features = false } parking = "2.0.0" polling = "3.0.0" -rustix = { version = "0.38.18", default-features = false, features = ["fs", "net", "std"] } +rustix = { version = "1.0.5", default-features = false, features = ["fs", "net", "std"] } slab = "0.4.2" tracing = { version = "0.1.37", default-features = false }