Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 3a17344

Browse files
dependabot[bot]sandhose
authored andcommitted
build(deps): bump serde_json from 1.0.120 to 1.0.121
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.120 to 1.0.121. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.120...v1.0.121) --- 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 0f5ce89 commit 3a17344

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 3 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
@@ -212,7 +212,7 @@ features = ["derive"] # Most of the time, if we need serde, we need derive
212212

213213
# JSON serialization and deserialization
214214
[workspace.dependencies.serde_json]
215-
version = "1.0.120"
215+
version = "1.0.121"
216216
features = ["preserve_order"]
217217

218218
# SQL database support

0 commit comments

Comments
 (0)