Bump serde_json from 1.0.132 to 1.0.133

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

---
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-11-18 04:13:41 +00:00 committed by GitHub
parent 101493e231
commit b04122a18e
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.132"
version = "1.0.133"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
dependencies = [
"itoa",
"memchr",

View File

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