Skip to content

Commit a9287d1

Browse files
Bump serde_json from 1.0.138 to 1.0.139
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] <support@github.com>
1 parent dc0a82c commit a9287d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ paste = "1.0.15"
3939
rand = "0.8.5"
4040
serde = { version = "1.0", default-features = false, features = ["derive"] }
4141
serde-big-array = "0.5.1"
42-
serde_json = "1.0.138"
42+
serde_json = "1.0.139"
4343
serde_repr = { version = "0.1" }
4444
sha2 = "0.10"
4545
slog = { version = "2.7", features = ["max_level_trace", "release_max_level_trace"] }

0 commit comments

Comments
 (0)