Skip to content

Commit 9834694

Browse files
Bump regex from 1.9.3 to 1.10.6 in /native (#1198)
Bumps [regex](https://github.com/rust-lang/regex) from 1.9.3 to 1.10.6. - [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.9.3...1.10.6) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ccf9623 commit 9834694

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

native/Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/libcst/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pyo3 = { version = "0.20", optional = true }
4040
thiserror = "1.0.63"
4141
peg = "0.8.4"
4242
chic = "1.2.2"
43-
regex = "1.9.3"
43+
regex = "1.10.6"
4444
memchr = "2.7.4"
4545
libcst_derive = { path = "../libcst_derive", version = "1.4.0" }
4646

0 commit comments

Comments
 (0)