Bump serde_json from 1.0.116 to 1.0.128

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

---
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] 2024-09-30 20:15:55 +00:00 committed by GitHub
parent 8a6f4b48a7
commit 75a774f065
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -1456,11 +1456,12 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.116" version = "1.0.128"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813" checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
dependencies = [ dependencies = [
"itoa", "itoa",
"memchr",
"ryu", "ryu",
"serde", "serde",
] ]

View File

@ -13,7 +13,7 @@ pretty_env_logger = "0.5.0"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
rand = "0.8.5" rand = "0.8.5"
serde = { version = "1.0.198", features = ["serde_derive"] } serde = { version = "1.0.198", features = ["serde_derive"] }
serde_json = "1.0.116" serde_json = "1.0.128"
roux = "2.2.13" roux = "2.2.13"
rustc_version_runtime = "0.3.0" rustc_version_runtime = "0.3.0"
build-time = "0.1.3" build-time = "0.1.3"