build(deps): bump serde_json from 1.0.113 to 1.0.117

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.113 to 1.0.117.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.113...v1.0.117)

---
updated-dependencies:
- dependency-name: serde_json
  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] 2024-05-08 08:23:25 +00:00 committed by GitHub
parent c6e51b1a54
commit da5b40c187
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3539,9 +3539,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.113"
version = "1.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79"
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
dependencies = [
"itoa",
"ryu",

View File

@ -47,7 +47,7 @@ rustc-hash = "1.1.0"
secrecy = { version = "0.8.0", features = ["serde"] }
semver = "1.0.22"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
serde_json = "1.0.117"
serde_with = "3.6.1"
serde_yaml = "0.9.32"
shlex = "1.3.0"