Skip to content

Commit 578f574

Browse files
Bump serde from 1.0.125 to 1.0.126 in /blacksmith (#536)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.125 to 1.0.126. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.125...v1.0.126) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d0317bd commit 578f574

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

blacksmith/Cargo.lock

Lines changed: 4 additions & 4 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
@@ -12,7 +12,7 @@ env_logger = "0.8.3"
1212
log = "0.4.14"
1313
regex = "1.5.3"
1414
reqwest = { version = "0.11", features = ["blocking"] }
15-
serde = { version = "1.0.125", features = ["derive"] }
15+
serde = { version = "1.0.126", features = ["derive"] }
1616
serde_json = "1.0.64"
1717
toml = "0.5.8"
1818

0 commit comments

Comments
 (0)