Skip to content

Commit f6d0ef7

Browse files
dependabot[bot]sandhose
authored andcommitted
build(deps): bump serde_json from 1.0.133 to 1.0.134
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.133 to 1.0.134. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.133...v1.0.134) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 496021c commit f6d0ef7

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
@@ -287,7 +287,7 @@ features = ["derive"] # Most of the time, if we need serde, we need derive
287287

288288
# JSON serialization and deserialization
289289
[workspace.dependencies.serde_json]
290-
version = "1.0.133"
290+
version = "1.0.134"
291291
features = ["preserve_order"]
292292

293293
# SQL database support

0 commit comments

Comments
 (0)