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

@ -17,7 +17,7 @@ compact_str = "0.8.0"
percent-encoding = "2.2.0"
serde = { version = "1.0.163", features = ["derive"] }
serde-tuple-vec-map = "1.0.1"
serde_json = { version = "1.0.107" }
serde_json = { version = "1.0.131" }
thiserror = "1.0.52"
tokio = { version = "1.35.0", features = ["sync"], default-features = false }
tracing = "0.1.39"