Skip to content

Commit 86479e1

Browse files
chore(deps): bump regex from 1.7.1 to 1.7.3 (#83)
Bumps [regex](https://github.com/rust-lang/regex) from 1.7.1 to 1.7.3. - [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.7.1...1.7.3) --- 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 6bdb7f8 commit 86479e1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77

88
[dependencies]
99
clap = { version = "4.1.9", features = ["derive"] }
10-
regex = "1.7.1"
10+
regex = "1.7.3"
1111
serde = { version = "1.0.156", features = ["derive"] }
1212
serde_derive = "1.0.147"
1313
toml = "0.7.3"

0 commit comments

Comments
 (0)