mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-04 15:20:16 +00:00
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:
parent
c91fd625ad
commit
ff4667754a
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"] }
|
||||
|
Loading…
Reference in New Issue
Block a user