build(deps): bump serde_json from 1.0.129 to 1.0.131 in the deps group

Bumps the deps group with 1 update: [serde_json](https://github.com/serde-rs/json).


Updates `serde_json` from 1.0.129 to 1.0.131
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/1.0.129...1.0.131)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-10-19 01:06:11 +00:00 committed by GitHub
parent 92a022bad4
commit 4aac109bd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 6 deletions

View file

@ -44,7 +44,7 @@ reqwest = { version = "0.12.5", features = [
"deflate",
], default-features = false }
serde = { version = "1.0.163", features = ["derive"], optional = true }
serde_json = { version = "1.0.107", optional = true }
serde_json = { version = "1.0.131", optional = true }
# Use a fork here since we need PAX support, but the upstream
# does not hav the PR merged yet.
#