Skip to content

Commit c521575

Browse files
Bump regex from 1.11.1 to 1.11.3
Bumps [regex](https://github.com/rust-lang/regex) from 1.11.1 to 1.11.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.11.1...1.11.3) --- updated-dependencies: - dependency-name: regex dependency-version: 1.11.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b5fe42c commit c521575

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
@@ -28,7 +28,7 @@ rust-version = "1.75"
2828
# TODO it would be very nice to remove the "py-clone" feature as it can panic,
2929
# but needs a bit of work to make sure it's not used in the codebase
3030
pyo3 = { version = "0.26", features = ["generate-import-lib", "num-bigint", "py-clone"] }
31-
regex = "1.11.1"
31+
regex = "1.11.3"
3232
strum = { version = "0.27", features = ["derive"] }
3333
strum_macros = "0.27"
3434
serde_json = { version = "1.0.145", features = ["arbitrary_precision"] }

0 commit comments

Comments
 (0)