chore(deps): update rust crate anyhow to 1.0.79 (#788)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-09 23:27:35 +07:00 committed by GitHub
parent 38677832f6
commit 1def8fc03c
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

@ -411,9 +411,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.75"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
[[package]]
name = "aquavm-air"

View File

@ -18,7 +18,7 @@ air-interpreter-interface = { version = "0.17.0", path = "../../../crates/air-li
air-interpreter-sede = { version = "0.1.0", path = "../../../crates/air-lib/interpreter-sede", default-features = false }
air-test-utils = { version = "0.14.1",path = "../../../crates/air-lib/test-utils", optional = true }
anyhow = "1.0.75"
anyhow = "1.0.79"
clap = { version = "4.4.7", features = ["derive", "env"] }
itertools = "0.10.5"
serde = { version = "1.0.190", features = ["derive"] }