diff --git a/reverie-examples/Cargo.toml b/reverie-examples/Cargo.toml index 201096e..c1c58db 100644 --- a/reverie-examples/Cargo.toml +++ b/reverie-examples/Cargo.toml @@ -46,7 +46,7 @@ name = "strace_minimal" path = "strace_minimal.rs" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] } reverie = { version = "0.1.0", path = "../reverie" } reverie-ptrace = { version = "0.1.0", path = "../reverie-ptrace" } diff --git a/reverie-ptrace/Cargo.toml b/reverie-ptrace/Cargo.toml index 8c987ee..b73db7e 100644 --- a/reverie-ptrace/Cargo.toml +++ b/reverie-ptrace/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/facebookexperimental/reverie" license = "BSD-2-Clause" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" bincode = "1.3.3" bytes = { version = "1.6.0", features = ["serde"] } diff --git a/reverie-util/Cargo.toml b/reverie-util/Cargo.toml index 9e9ddb7..1ffcc6b 100644 --- a/reverie-util/Cargo.toml +++ b/reverie-util/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/facebookexperimental/reverie" license = "BSD-2-Clause" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false } clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] } reverie = { version = "0.1.0", path = "../reverie" } diff --git a/reverie/Cargo.toml b/reverie/Cargo.toml index bcedeb6..ef58908 100644 --- a/reverie/Cargo.toml +++ b/reverie/Cargo.toml @@ -10,7 +10,7 @@ license = "BSD-2-Clause" [dependencies] addr2line = "0.24.2" -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" bitflags = { version = "2.6", features = ["serde"] } byteorder = "1.3"