Skip to content

Commit c040c43

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

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
@@ -27,7 +27,7 @@ include = [
2727

2828
[dependencies]
2929
pyo3 = { version = "0.19.2", features = ["generate-import-lib", "num-bigint"] }
30-
regex = "1.9.5"
30+
regex = "1.9.6"
3131
strum = { version = "0.25.0", features = ["derive"] }
3232
strum_macros = "0.25.2"
3333
serde_json = {version = "1.0.107", features = ["arbitrary_precision", "preserve_order"]}

0 commit comments

Comments
 (0)