Skip to content

Commit

Permalink
Bump serde_json from 1.0.105 to 1.0.106 (#64)
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.105 to 1.0.106.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.105...v1.0.106)

---
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>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent a2c093e commit 33198dc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion prost-reflect-conformance-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ prost = "0.12.0"
prost-types = "0.12.0"
prost-reflect = { path = "../prost-reflect", features = ["serde", "text-format"] }
env_logger = "0.10.0"
serde_json = { version = "1.0.74", features = ["float_roundtrip"] }
serde_json = { version = "1.0.106", features = ["float_roundtrip"] }
serde = "1.0.133"
once_cell = "1.9.0"

Expand Down
2 changes: 1 addition & 1 deletion prost-reflect-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ prost-types = "0.12.0"
[dev-dependencies]
proptest = "1.0.0"
proptest-derive = "0.4.0"
serde_json = { version = "1.0.73", features = ["float_roundtrip"] }
serde_json = { version = "1.0.106", features = ["float_roundtrip"] }
serde = "1.0.132"
criterion = "0.4.0"
rayon = "1.5.3"
Expand Down
2 changes: 1 addition & 1 deletion prost-reflect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ proptest = "1.0.0"
prost-build = "0.12.0"
prost-reflect-build = { path = "../prost-reflect-build" }
protox = "0.5.0"
serde_json = "1.0.82"
serde_json = "1.0.106"
serde_yaml = "0.9.25"
similar-asserts = { version = "1.4.2", features = ["serde"] }

Expand Down

0 comments on commit 33198dc

Please sign in to comment.