Skip to content

Commit 488270c

Browse files
Bump regex from 1.11.2 to 1.12.2
Bumps [regex](https://github.com/rust-lang/regex) from 1.11.2 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.2...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]>
1 parent e974ccf commit 488270c

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
@@ -32,7 +32,7 @@ nom = { version = "8.0.0", default-features = false, features = [ "alloc" ] }
3232
notify = "4.0.17"
3333
once_cell = { version = "1.21.3", default-features = false }
3434
phf = "0.13.1"
35-
regex = { version = "1.11.2", default-features = false, features = [ "unicode" ] }
35+
regex = { version = "1.12.2", default-features = false, features = [ "unicode" ] }
3636
roxmltree = "0.20.0"
3737
serde = { version = "1.0.219", features = [ "derive" ] }
3838
serde_json = { version = "1.0.148", default-features = false }

0 commit comments

Comments
 (0)