chore(deps): update rust crate anyhow to 1.0.70 (#534)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-03-21 00:12:59 +07:00
committed by GitHub
parent 282ff9de70
commit ad1ab9ee81
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ avm-interface = { version = "0.28.3", path = "../../../avm/interface" }
air-interpreter-interface = { version = "0.13.0", path = "../../../crates/air-lib/interpreter-interface", default-features = false }
air-test-utils = { version = "0.4.7",path = "../../../crates/air-lib/test-utils", optional = true }
anyhow = "1.0.69"
anyhow = "1.0.70"
clap = { version = "4.1.11", features = ["derive", "env"] }
itertools = "0.10.5"
serde = { version = "1.0.155", features = ["derive"] }