Skip to content

Commit e1f3491

Browse files
Bump regex from 1.5.4 to 1.9.1
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.9.1. - [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.5.4...1.9.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6b55e72 commit e1f3491

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

Cargo.lock

Lines changed: 20 additions & 8 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
@@ -19,7 +19,7 @@ phylogeny = ["petgraph"]
1919
serde = { version = "^1", optional = true, features=["derive"] }
2020
clap = { version = ">=3.2.0", optional = true, features = ["derive"] }
2121
thiserror = "1"
22-
regex = "1.0"
22+
regex = "1.9"
2323
lazy_static = "1.1"
2424
derive-new = "0.5"
2525
petgraph = { version = ">=0.5,<0.7", optional = true }

0 commit comments

Comments
 (0)