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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -226,9 +226,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.69"
version = "1.0.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
[[package]]
name = "aquavm-air"

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"] }