build(deps): bump serde_json from 1.0.104 to 1.0.105

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.104 to 1.0.105.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.104...v1.0.105)

---
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-08-21 21:08:42 +00:00 committed by Sergio Gasquez Arcos
parent ab388ebe97
commit 22c3f25aaa
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1628,9 +1628,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.104"
version = "1.0.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
dependencies = [
"itoa",
"ryu",

View File

@ -27,7 +27,7 @@ miette = { version = "5.10.0", features = ["fancy"] }
regex = "1.9.3"
reqwest = { version = "0.11.18", features = ["blocking"] }
retry = "2.0.0"
serde_json = "1.0.104"
serde_json = "1.0.105"
strum = { version = "0.25", features = ["derive"] }
tar = "0.4.40"
tempfile = "3.8.0"