diff --git a/executor/Cargo.toml b/executor/Cargo.toml index ba204c3a..91cce0f1 100644 --- a/executor/Cargo.toml +++ b/executor/Cargo.toml @@ -65,7 +65,7 @@ symbol_table = { version = "0.4.0", features = ["global"] } serde_derive = "1.0.216" sha3 = "0.10.8" base32 = "0.5.1" -rustix = "0.38.44" +rustix = "1.0.0" tokio = { version = "1.43.0", features = ["rt", "rt-multi-thread", "time", "macros", "sync"], default-features = false} async-trait = "0.1.85" dashmap = "6.1.0"