chore(deps): update rust crate anyhow to 1.0.68 (#404)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mike Voronov <michail.vms@gmail.com>
This commit is contained in:
renovate[bot] 2022-12-27 00:45:51 +03:00 committed by GitHub
parent b01ad36cdb
commit a4305fb0a6
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

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

View File

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

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.66"
anyhow = "1.0.68"
clap = { version = "4.0.32", features = ["derive", "env"] }
itertools = "0.10.5"
serde = { version = "1.0.151", features = ["derive"] }