diff --git a/reverie-process/Cargo.toml b/reverie-process/Cargo.toml index 187fd46..d775283 100644 --- a/reverie-process/Cargo.toml +++ b/reverie-process/Cargo.toml @@ -11,7 +11,7 @@ license = "BSD-2-Clause" bincode = "1.3.3" bitflags = "1.3" colored = "1.9" -futures = { version = "0.3.22", features = ["async-await", "compat"] } +futures = { version = "0.3.28", features = ["async-await", "compat"] } libc = "0.2.139" nix = "0.25" serde = { version = "1.0.136", features = ["derive", "rc"] } diff --git a/reverie-ptrace/Cargo.toml b/reverie-ptrace/Cargo.toml index cffad59..6ca99d7 100644 --- a/reverie-ptrace/Cargo.toml +++ b/reverie-ptrace/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "1.0.65" async-trait = "0.1.58" bincode = "1.3.3" bytes = { version = "1.1", features = ["serde"] } -futures = { version = "0.3.22", features = ["async-await", "compat"] } +futures = { version = "0.3.28", features = ["async-await", "compat"] } goblin = "0.5.2" iced-x86 = "1.17.0" lazy_static = "1.4" diff --git a/safeptrace/Cargo.toml b/safeptrace/Cargo.toml index e134c85..0d7a571 100644 --- a/safeptrace/Cargo.toml +++ b/safeptrace/Cargo.toml @@ -9,7 +9,7 @@ license = "BSD-2-Clause" [dependencies] bitflags = "1.3" -futures = { version = "0.3.22", features = ["async-await", "compat"] } +futures = { version = "0.3.28", features = ["async-await", "compat"] } lazy_static = "1.4" libc = "0.2.139" nix = "0.25"