build(deps): bump serde_json from 1.0.124 to 1.0.127 (#1726)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.124 to 1.0.127.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.124...1.0.127)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-08-26 13:46:38 +02:00
committed by GitHub
parent 75bdb0c688
commit 06a1c3f741
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -4134,9 +4134,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.124"
version = "1.0.127"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66ad62847a56b3dba58cc891acd13884b9c61138d330c0d7b6181713d4fce38d"
checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad"
dependencies = [
"itoa",
"memchr",
+1 -1
View File
@@ -100,7 +100,7 @@ scale-encode = { version = "0.7.1", default-features = false }
scale-typegen = "0.8.0"
scale-typegen-description = "0.8.0"
serde = { version = "1.0.209", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.124", default-features = false }
serde_json = { version = "1.0.127", default-features = false }
syn = { version = "2.0.15", features = ["full", "extra-traits"] }
thiserror = "1.0.63"
tokio = { version = "1.39", default-features = false }