build(deps): bump serde_json from 1.0.100 to 1.0.103

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.100 to 1.0.103.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.100...v1.0.103)

---
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-07-17 21:44:38 +00:00 committed by Sergio Gasquez Arcos
parent f83e91a8ce
commit 45f249db35
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1615,9 +1615,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.100"
version = "1.0.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c"
checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b"
dependencies = [
"itoa",
"ryu",

View File

@ -27,7 +27,7 @@ miette = { version = "5.10.0", features = ["fancy"] }
regex = "1.9.1"
reqwest = { version = "0.11.18", features = ["blocking"] }
retry = "2.0.0"
serde_json = "1.0.100"
serde_json = "1.0.103"
strum = { version = "0.25", features = ["derive"] }
tar = "0.4.39"
tempfile = "3.6.0"