Skip to content

Commit df18590

Browse files
build(deps): bump serde_json from 1.0.143 to 1.0.145
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.143 to 1.0.145. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.143...v1.0.145) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.145 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 18cb990 commit df18590

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

Cargo.lock

Lines changed: 17 additions & 6 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
@@ -587,7 +587,7 @@ features = ["derive"] # Most of the time, if we need serde, we need derive
587587

588588
# JSON serialization and deserialization
589589
[workspace.dependencies.serde_json]
590-
version = "1.0.143"
590+
version = "1.0.145"
591591
features = ["preserve_order"]
592592

593593
# URL encoded form serialization

0 commit comments

Comments
 (0)