diff --git a/public_autocargo/experimental/Cargo.toml b/public_autocargo/experimental/Cargo.toml index 3b63ed7..376f823 100644 --- a/public_autocargo/experimental/Cargo.toml +++ b/public_autocargo/experimental/Cargo.toml @@ -17,5 +17,5 @@ edition = "2018" clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] } goblin = "0.5.2" libc = "0.2.139" -nix = "0.25" +nix = "0.26.4" scroll = { version = "0.10", features = ["derive"] } diff --git a/reverie-process/Cargo.toml b/reverie-process/Cargo.toml index 160c1d9..69801a8 100644 --- a/reverie-process/Cargo.toml +++ b/reverie-process/Cargo.toml @@ -14,7 +14,7 @@ bitflags = { version = "2.6", features = ["serde"] } colored = "2.1.0" futures = { version = "0.3.30", features = ["async-await", "compat"] } libc = "0.2.139" -nix = "0.25" +nix = "0.26.4" serde = { version = "1.0.185", features = ["derive", "rc"] } syscalls = { version = "0.6.7", features = ["serde"] } thiserror = "1.0.64" diff --git a/reverie-ptrace/Cargo.toml b/reverie-ptrace/Cargo.toml index 56d6396..3a92513 100644 --- a/reverie-ptrace/Cargo.toml +++ b/reverie-ptrace/Cargo.toml @@ -18,7 +18,7 @@ goblin = "0.5.2" iced-x86 = "1.17.0" lazy_static = "1.4" libc = "0.2.139" -nix = "0.25" +nix = "0.26.4" num-traits = { version = "0.2.18", default-features = false } paste = "1.0.14" perf-event-open-sys = "4.0" diff --git a/reverie-syscalls/Cargo.toml b/reverie-syscalls/Cargo.toml index 24853f5..453eae0 100644 --- a/reverie-syscalls/Cargo.toml +++ b/reverie-syscalls/Cargo.toml @@ -12,7 +12,7 @@ license = "BSD-2-Clause" bitflags = { version = "2.6", features = ["serde"] } derive_more = { version = "1.0.0", features = ["full"] } libc = "0.2.139" -nix = "0.25" +nix = "0.26.4" paste = "1.0.14" reverie-memory = { version = "0.1.0", path = "../reverie-memory" } serde = { version = "1.0.185", features = ["derive", "rc"] } diff --git a/reverie/Cargo.toml b/reverie/Cargo.toml index feda47b..3c867b8 100644 --- a/reverie/Cargo.toml +++ b/reverie/Cargo.toml @@ -19,7 +19,7 @@ libc = "0.2.139" linked-hash-map = { version = "0.5", features = ["serde_impl"] } memmap2 = "0.5.10" never-say-never = "6" -nix = "0.25" +nix = "0.26.4" object = { version = "0.29", features = ["write"] } procfs = "0.15.1" raw-cpuid = "10.6.0" diff --git a/safeptrace/Cargo.toml b/safeptrace/Cargo.toml index b8e6462..b2f8d7d 100644 --- a/safeptrace/Cargo.toml +++ b/safeptrace/Cargo.toml @@ -13,7 +13,7 @@ bitflags = { version = "2.6", features = ["serde"] } futures = { version = "0.3.30", features = ["async-await", "compat"] } lazy_static = "1.4" libc = "0.2.139" -nix = "0.25" +nix = "0.26.4" parking_lot = { version = "0.12.1", features = ["send_guard"] } reverie-memory = { version = "0.1.0", path = "../reverie-memory", optional = true } reverie-process = { version = "0.1.0", path = "../reverie-process" }