Bump serde_json from 1.0.133 to 1.0.134

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.133 to 1.0.134.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.133...v1.0.134)

---
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-12-23 04:27:57 +00:00 committed by GitHub
parent aac801edd6
commit e838be25b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1496,9 +1496,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.133"
version = "1.0.134"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
dependencies = [
"itoa",
"memchr",

View File

@ -20,6 +20,6 @@ pretty_env_logger = "0.5.0"
tokio = { version = "1.42", features = ["macros", "rt-multi-thread"] }
rand = "0.8.5"
serde = { version = "1.0.215", features = ["serde_derive"] }
serde_json = "1.0.133"
serde_json = "1.0.134"
roux = "2.2.13"
structstruck = "0.4.1"