Skip to content

Commit 1c85096

Browse files
Bump regex from 1.12.2 to 1.12.3
Bumps [regex](https://github.com/rust-lang/regex) from 1.12.2 to 1.12.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.12.2...1.12.3) --- updated-dependencies: - dependency-name: regex dependency-version: 1.12.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c11b05b commit 1c85096

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ glob = "0.3.3"
3434
pest = "2.8.5"
3535
pest_derive = { version = "2.8.5", features = ["grammar-extras"] }
3636
rayon = { version = "1.11.0", optional = true }
37-
regex = { version = "1.12.2", default-features = false, features = ["std", "unicode-perl"] }
37+
regex = { version = "1.12.3", default-features = false, features = ["std", "unicode-perl"] }
3838
serde = { version = "1.0.228", features = ["derive"] }
3939
serde_json = "1.0.149"
4040
walkdir = "2.5.0"

0 commit comments

Comments
 (0)