build(deps): bump serde_json from 1.0.106 to 1.0.107

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.106 to 1.0.107.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.106...v1.0.107)

---
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-09-18 21:38:44 +00:00 committed by Sergio Gasquez Arcos
parent c620ebfa7f
commit 69bbc7749a
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1566,9 +1566,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.106"
version = "1.0.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2"
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
dependencies = [
"itoa",
"ryu",

View File

@ -27,7 +27,7 @@ miette = { version = "5.10.0", features = ["fancy"] }
regex = "1.9.5"
reqwest = { version = "0.11.20", features = ["blocking"] }
retry = "2.0.0"
serde_json = "1.0.106"
serde_json = "1.0.107"
strum = { version = "0.25", features = ["derive"] }
tar = "0.4.40"
tempfile = "3.8.0"