diff --git a/src/canisters/monitor/Cargo.toml b/src/canisters/monitor/Cargo.toml index 0b4fe60..c06e76e 100644 --- a/src/canisters/monitor/Cargo.toml +++ b/src/canisters/monitor/Cargo.toml @@ -22,7 +22,7 @@ test_common = { path = "../../common/test_common" } async-std = { version = "1.12", features = ["attributes"] } [build-dependencies] -anyhow = "1.0.58" +anyhow = "1.0.76" build_common = { path = "../../common/build_common" } [features] diff --git a/src/common/common/Cargo.toml b/src/common/common/Cargo.toml index 0f331e4..e082f92 100644 --- a/src/common/common/Cargo.toml +++ b/src/common/common/Cargo.toml @@ -30,5 +30,5 @@ env_logger = "0.9.0" rstest = "0.15.0" [build-dependencies] -anyhow = "1.0.58" +anyhow = "1.0.76" build_common = { path = "../build_common" } diff --git a/src/common/common_actor/Cargo.toml b/src/common/common_actor/Cargo.toml index 7bdcb1e..cc16d09 100644 --- a/src/common/common_actor/Cargo.toml +++ b/src/common/common_actor/Cargo.toml @@ -21,4 +21,4 @@ once_cell = "1.13" [build-dependencies] vergen = { version = "7", default-features = false, features = ["build", "git"] } -anyhow = "1.0.58" +anyhow = "1.0.76"