chore(deps): update rust crate anyhow to 1.0.69 (#446)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-02-06 16:45:10 +03:00 committed by GitHub
parent c91fd625ad
commit ff4667754a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -287,9 +287,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.68"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
[[package]]
name = "arrayref"

View File

@ -11,4 +11,4 @@ keywords = ["fluence", "air", "beautifier"]
[dependencies]
air-beautifier = { path = "../../../crates/beautifier" }
clap = { version = "4.1.4", features = ["derive"] }
anyhow = "1.0.68"
anyhow = "1.0.69"

View File

@ -15,7 +15,7 @@ air-interpreter-interface = { path = "../../../crates/air-lib/interpreter-interf
avm-data-store = { path = "../../../crates/data-store" }
avm-interface = { path = "../../../avm/interface" }
anyhow = "1.0.68"
anyhow = "1.0.69"
clap = { version = "4.1.4", features = ["derive", "env"] }
itertools = "0.10.5"
serde = { version = "1.0.152", features = ["derive"] }