Skip to content

Commit

Permalink
chore: regex update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvollger committed Jul 22, 2023
1 parent 8bf2168 commit f73a36a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ lazy_static = "1.4.0"
log = "0.4"
ordered-float = "3.4.0"
rayon = "1.5"
regex = "1.5.4"
regex = "1.9.1"
rust-htslib = "0.44.1"
serde = {version = "1.0.104", features = ["derive"], optional = true}
serde_json = {version = "1.0.48", optional = true}
Expand Down
2 changes: 1 addition & 1 deletion bio-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ itertools = "0.10.5"
lazy_static = "1.4.0"
log = "0.4"
niffler = {version = "2.5.0", default-features = false, features = ["gz"]}
regex = "1.5.4"
regex = "1.9.1"
rust-htslib = "0.44.1"
2 changes: 1 addition & 1 deletion py-ft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ itertools = "0.10.5"
lazy_static = "1.4.0"
log = "0.4"
pyo3 = "0.19.0"
regex = "1.5.4"
regex = "1.9.1"
rust-htslib = "0.44.1"

0 comments on commit f73a36a

Please sign in to comment.