Skip to content

Commit

Permalink
Update Rust crate anyhow to 1.0.82
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 10, 2024
1 parent 90413d7 commit 5d5a762
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/canisters/monitor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.82"
build_common = { path = "../../common/build_common" }

[features]
Expand Down
2 changes: 1 addition & 1 deletion src/common/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ env_logger = "0.9.0"
rstest = "0.15.0"

[build-dependencies]
anyhow = "1.0.58"
anyhow = "1.0.82"
build_common = { path = "../build_common" }
2 changes: 1 addition & 1 deletion src/common/common_actor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.82"

0 comments on commit 5d5a762

Please sign in to comment.