Skip to content

Commit 52d7510

Browse files
Bump regex from 1.11.1 to 1.11.3 (#1804)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 22e88b1 commit 52d7510

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)