From ad1ab9ee81c44927bd9625348aa61cf94b45e2e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 00:12:59 +0700 Subject: [PATCH] chore(deps): update rust crate anyhow to 1.0.70 (#534) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- tools/cli/air/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e723d54..060238a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/tools/cli/air/Cargo.toml b/tools/cli/air/Cargo.toml index 9109dbc4..0a846220 100644 --- a/tools/cli/air/Cargo.toml +++ b/tools/cli/air/Cargo.toml @@ -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"] }