Skip to content

Commit f92e39e

Browse files
build(deps): Bump regex from 1.11.3 to 1.12.2 (#36)
Bumps [regex](https://github.com/rust-lang/regex) from 1.11.3 to 1.12.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.11.3...1.12.2) --- updated-dependencies: - dependency-name: regex dependency-version: 1.12.2 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>
1 parent 7c81484 commit f92e39e

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
@@ -13,7 +13,7 @@ pretty_env_logger = "0.5"
1313
clap = { version = "4.5.51", features = ["derive"] }
1414
anyhow = "1.0.100"
1515
byteorder = "1.5.0"
16-
regex = "1.11.3"
16+
regex = "1.12.2"
1717
path-clean = "1.0.1"
1818
tempfile = "3.23.0"
1919
ahash = "0.8.12"

0 commit comments

Comments
 (0)