Skip to content

Commit cb5b3bb

Browse files
build(deps): bump serde_json from 1.0.135 to 1.0.137
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.135 to 1.0.137. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.135...v1.0.137) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5ac2ef commit cb5b3bb

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
@@ -54,7 +54,7 @@ path = "examples/cmn.rs"
5454
[dependencies]
5555
# Dependencies for the library
5656
serde = { version = "1.0.217", features = ["derive"] }
57-
serde_json = "1.0.135"
57+
serde_json = "1.0.137"
5858

5959
[dev-dependencies]
6060
# Dependencies for testing

0 commit comments

Comments
 (0)