build(deps): bump serde_json from 1.0.96 to 1.0.99

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.96 to 1.0.99.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.96...v1.0.99)

---
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] 2023-06-26 21:59:39 +00:00 committed by Sergio Gasquez Arcos
parent e922366d86
commit 9dc867e605
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1555,9 +1555,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.96"
version = "1.0.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
checksum = "46266871c240a00b8f503b877622fe33430b3c7d963bdc0f2adc511e54a1eae3"
dependencies = [
"itoa",
"ryu",

View File

@ -27,7 +27,7 @@ miette = { version = "5.9.0", features = ["fancy"] }
regex = "1.8.4"
reqwest = { version = "0.11.18", features = ["blocking"] }
retry = "2.0.0"
serde_json = "1.0.96"
serde_json = "1.0.99"
strum = { version = "0.24", features = ["derive"] }
tar = "0.4.38"
tempfile = "3.6.0"