chore(deps): update rust crate eyre to 0.6.11 (#803)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-26 00:49:42 +07:00 committed by GitHub
parent 5c91bb86c4
commit de562b0488
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 493 additions and 385 deletions

876
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,7 @@ marine-runtime = "0.32.0"
polyplets = { version = "0.6.0", path = "../../crates/air-lib/polyplets" } polyplets = { version = "0.6.0", path = "../../crates/air-lib/polyplets" }
avm-interface = { version = "0.31.2", path = "../../avm/interface" } avm-interface = { version = "0.31.2", path = "../../avm/interface" }
eyre = "0.6.8" eyre = "0.6.11"
thiserror = "1.0.50" thiserror = "1.0.50"
maplit = "1.0.2" maplit = "1.0.2"
serde_json = "1.0.108" serde_json = "1.0.108"