build: Bump anyhow from 1.0.94 to 1.0.98

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-07-30 23:50:15 +00:00
committed by RuoqingHe
parent 16b0e08482
commit 254db85a33
2 changed files with 6 additions and 6 deletions

View File

@@ -132,7 +132,7 @@ serde_json = "1.0.120"
serde_with = { version = "3.14.0", default-features = false }
# other crates
anyhow = "1.0.94"
anyhow = "1.0.98"
bitflags = "2.9.0"
byteorder = "1.5.0"
cfg-if = "1.0.0"