diff --git a/Cargo.toml b/Cargo.toml index fba5bc7849..c9e712570a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -169,7 +169,7 @@ itertools = "0.14.0" is-macro = "0.3.7" junction = "1.2.0" libc = "0.2.169" -libffi = "4.0" +libffi = "4.1" log = "0.4.27" nix = { version = "0.29", features = ["fs", "user", "process", "term", "time", "signal", "ioctl", "socket", "sched", "zerocopy", "dir", "hostname", "net", "poll"] } malachite-bigint = "0.6" diff --git a/jit/Cargo.toml b/jit/Cargo.toml index bc21063192..5708ae367b 100644 --- a/jit/Cargo.toml +++ b/jit/Cargo.toml @@ -15,7 +15,7 @@ rustpython-compiler-core = { workspace = true } num-traits = { workspace = true } thiserror = { workspace = true } -libffi = { workspace = true, features = ["system"] } +libffi = { workspace = true } cranelift = "0.119" cranelift-jit = "0.119"