Skip to content

Commit 5457e89

Browse files
Bump regex from 1.5.3 to 1.5.4 in /blacksmith (#547)
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.3 to 1.5.4. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.5.3...1.5.4) --- updated-dependencies: - dependency-name: regex 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 b540ebc commit 5457e89

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
@@ -10,7 +10,7 @@ publish = false
1010
[dependencies]
1111
env_logger = "0.8.3"
1212
log = "0.4.14"
13-
regex = "1.5.3"
13+
regex = "1.5.4"
1414
reqwest = { version = "0.11", features = ["blocking"] }
1515
serde = { version = "1.0.130", features = ["derive"] }
1616
serde_json = "1.0.69"

0 commit comments

Comments
 (0)