build(deps): bump serde_json from 1.0.143 to 1.0.145 (#1938)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.143 to 1.0.145.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.143...v1.0.145)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-version: 1.0.145
  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-15 14:30:27 +00:00 committed by GitHub
parent 10c552a547
commit faababc154
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 26 additions and 15 deletions

View file

@ -18,7 +18,7 @@ harper-comments = { path = "../harper-comments", version = "0.63.0" }
harper-typst = { path = "../harper-typst", version = "0.63.0" }
hashbrown = "0.16.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.143"
serde_json = "1.0.145"
strum = "0.27.2"
strum_macros = "0.27.2"