Skip to content

Commit d664dd1

Browse files
Bump serde_json from 1.0.69 to 1.0.71 in /blacksmith (#581)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.69 to 1.0.71. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.69...v1.0.71) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0fbd2c5 commit d664dd1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

blacksmith/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.

blacksmith/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ log = "0.4.14"
1313
regex = "1.5.4"
1414
reqwest = { version = "0.11", features = ["blocking"] }
1515
serde = { version = "1.0.130", features = ["derive"] }
16-
serde_json = "1.0.69"
16+
serde_json = "1.0.71"
1717
toml = "0.5.8"
1818

1919
[dependencies.clap]

0 commit comments

Comments
 (0)