Skip to content

Commit b6a8a0e

Browse files
chore(deps): bump regex from 1.11.1 to 1.11.2 (apache#17325)
Bumps [regex](https://github.com/rust-lang/regex) from 1.11.1 to 1.11.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.1...1.11.2) --- updated-dependencies: - dependency-name: regex dependency-version: 1.11.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c85a68 commit b6a8a0e

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
@@ -170,7 +170,7 @@ insta = { version = "1.43.1", features = ["glob", "filters"] }
170170
prost = "0.13.1"
171171
rand = "0.9"
172172
recursive = "0.1.1"
173-
regex = "1.8"
173+
regex = "1.11"
174174
rstest = "0.25.0"
175175
serde_json = "1"
176176
sqlparser = { version = "0.58.0", default-features = false, features = ["std", "visitor"] }

0 commit comments

Comments
 (0)