Bump anyhow from 1.0.91 to 1.0.92 in /src/wasm-lib (#4378)

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.91 to 1.0.92.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.91...1.0.92)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 49fl <ircsurfer33@gmail.com>
This commit is contained in:
dependabot[bot]
2024-11-04 23:29:33 -05:00
committed by GitHub
parent 2abfbb9788
commit 62fae1e93b
4 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@ serde_tokenstream = "0.2"
syn = { version = "2.0.85", features = ["full"] }
[dev-dependencies]
anyhow = "1.0.91"
anyhow = "1.0.92"
expectorate = "1.1.0"
pretty_assertions = "1.4.1"
rustfmt-wrapper = "0.2.1"