Skip to content

Commit 760a440

Browse files
build(deps): bump serde_json from 1.0.141 to 1.0.142
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.141 to 1.0.142. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.141...v1.0.142) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.142 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8358e8c commit 760a440

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ features = ["derive"] # Most of the time, if we need serde, we need derive
593593

594594
# JSON serialization and deserialization
595595
[workspace.dependencies.serde_json]
596-
version = "1.0.141"
596+
version = "1.0.142"
597597
features = ["preserve_order"]
598598

599599
# URL encoded form serialization

0 commit comments

Comments
 (0)