chore(deps): update rust crate anyhow to 1.0.75 (#660)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-27 01:31:40 +07:00 committed by GitHub
parent dce3cf392f
commit 83f91b5564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ avm-interface = { version = "0.29.1", path = "../../../avm/interface" }
air-interpreter-interface = { version = "0.15.1", path = "../../../crates/air-lib/interpreter-interface", default-features = false }
air-test-utils = { version = "0.10.4",path = "../../../crates/air-lib/test-utils", optional = true }
anyhow = "1.0.70"
anyhow = "1.0.75"
clap = { version = "4.4.5", features = ["derive", "env"] }
itertools = "0.10.5"
serde = { version = "1.0.164", features = ["derive"] }