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.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:
parent
b01ad36cdb
commit
a4305fb0a6
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"] }
|
||||
|
Loading…
Reference in New Issue
Block a user