Skip to content

Commit 13bcfea

Browse files
dependabot[bot]andreasots
authored andcommitted
build(deps): bump the regex group with 3 updates
Bumps the regex group with 3 updates: [regex](https://github.com/rust-lang/regex), [regex-automata](https://github.com/rust-lang/regex) and [regex-syntax](https://github.com/rust-lang/regex). Updates `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) Updates `regex-automata` from 0.4.13 to 0.4.14 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@regex-automata-0.4.13...regex-automata-0.4.14) Updates `regex-syntax` from 0.8.8 to 0.8.9 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@regex-syntax-0.8.8...regex-syntax-0.8.9) --- updated-dependencies: - dependency-name: regex dependency-version: 1.12.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: regex - dependency-name: regex-automata dependency-version: 0.4.14 dependency-type: indirect update-type: version-update:semver-patch dependency-group: regex - dependency-name: regex-syntax dependency-version: 0.8.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: regex ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a2e37da commit 13bcfea

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -28,7 +28,7 @@ iso8601 = "0.6.3"
2828
lalrpop-util = { version = "0.22.2", features = ["std", "lexer", "unicode"], default-features = false }
2929
levenshtein = "1.0.5"
3030
rand = { version = "0.9.2", default-features = false, features = ["std", "std_rng", "thread_rng"] }
31-
regex = { version = "1.12.2", default-features = false, features = ["perf", "std", "unicode"] }
31+
regex = { version = "1.12.3", default-features = false, features = ["perf", "std", "unicode"] }
3232
reqwest = { version = "0.12.28", default-features = false, features = ["rustls-tls", "json"] }
3333
rust-ini = { version = "0.21.3", default-features = false }
3434
sea-orm = { version = "1.1.19", default-features = false, features = ["sqlx-postgres", "runtime-tokio-rustls", "macros", "with-chrono", "with-json"] }

0 commit comments

Comments
 (0)