Skip to content

Commit b9db199

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

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.lock

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

583583
# JSON serialization and deserialization
584584
[workspace.dependencies.serde_json]
585-
version = "1.0.140"
585+
version = "1.0.141"
586586
features = ["preserve_order"]
587587

588588
# URL encoded form serialization

0 commit comments

Comments
 (0)