Skip to content

Commit 897106e

Browse files
build(deps): bump serde_json from 1.0.138 to 1.0.139 (#50)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.138 to 1.0.139. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.138...v1.0.139) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c6a7dd commit 897106e

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
@@ -187,7 +187,7 @@ serde = "1.0.217" # must match the serde_derive version, see https://github.com/
187187
serde-big-array = "0.5.1"
188188
serde_bytes = "0.11.15"
189189
serde_derive = "1.0.217" # must match the serde version, see https://github.com/serde-rs/serde/issues/2584#issuecomment-1685252251
190-
serde_json = "1.0.137"
190+
serde_json = "1.0.139"
191191
serde_with = { version = "3.12.0", default-features = false }
192192
serial_test = "2.0.0"
193193
sha2 = "0.10.8"

0 commit comments

Comments
 (0)