Skip to content

Commit ab145ae

Browse files
Bump regex from 1.9.6 to 1.10.2 (#27)
Bumps [regex](https://github.com/rust-lang/regex) from 1.9.6 to 1.10.2. - [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.9.6...1.10.2) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Robin Bürgi <[email protected]>
1 parent ff33a55 commit ab145ae

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -13,7 +13,7 @@ exclude = [".github/"]
1313
[dependencies]
1414
log = "0.4"
1515
env_logger = "0.10"
16-
regex = "1.9"
16+
regex = "1.10"
1717
reqwest = { version = "0.11", default-features = false, features = ["blocking", "rustls-tls"] }
1818
clap = { version = "4.4.6", features = ["derive"] }
1919
serde = { version = "1.0.189", features = ["derive"] }

0 commit comments

Comments
 (0)