build(deps): bump anyhow from 1.0.99 to 1.0.100 (#1980)

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

---
updated-dependencies:
- dependency-name: anyhow
  dependency-version: 1.0.100
  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>
This commit is contained in:
dependabot[bot] 2025-09-22 10:22:54 -06:00 committed by GitHub
parent 61ccc0cb6d
commit 5f03ff5a25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -124,9 +124,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.99"
version = "1.0.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100"
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
[[package]]
name = "arbitrary"

View file

@ -6,7 +6,7 @@ publish = false
repository = "https://github.com/automattic/harper"
[dependencies]
anyhow = "1.0.99"
anyhow = "1.0.100"
ariadne = "0.4.1"
clap = { version = "4.5.47", features = ["derive", "string"] }
harper-stats = { path = "../harper-stats", version = "0.64.0" }

View file

@ -19,7 +19,7 @@ tokio = { version = "1.47.1", features = ["fs", "rt", "rt-multi-thread", "macros
clap = { version = "4.5.47", features = ["derive"] }
once_cell = "1.21.3"
dirs = "6.0.0"
anyhow = "1.0.99"
anyhow = "1.0.100"
serde_json = "1.0.145"
itertools = "0.14.0"
tracing = "0.1.41"