Skip to content

Commit 66b79a7

Browse files
authored
Merge pull request #50 from rust-bio/dependabot/cargo/regex-1.9.1
chore: Bump regex from 1.5.4 to 1.9.1
2 parents b85ea7d + e1f3491 commit 66b79a7

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)