Skip to content

Commit e7259ff

Browse files
Bump regex from 1.11.1 to 1.12.1
Bumps [regex](https://github.com/rust-lang/regex) from 1.11.1 to 1.12.1. - [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.1...1.12.1) --- updated-dependencies: - dependency-name: regex dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f25e5ab commit e7259ff

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
@@ -16,6 +16,6 @@ opt-level = 3
1616
[build-dependencies]
1717
reqwest = { version = "0.12", features = ["blocking"] }
1818
cargo_metadata = { version = "0.19" }
19-
regex = { version = "1.11.1" }
19+
regex = { version = "1.12.1" }
2020
thiserror = { version = "2.0.12" }
2121
convert_case = { version = "0.8.0" }

0 commit comments

Comments
 (0)