Skip to content

Commit

Permalink
Update regex dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed May 25, 2024
1 parent 7827a05 commit c503a75
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 28 deletions.
33 changes: 8 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ pkg-url = "{ repo }/releases/download/{ version }/difft-{ target }.{ archive-for
pkg-fmt = "zip"

[dependencies]
# regex 1.10 requires rust 1.65.
regex = ">= 1.9, < 1.10"

regex = "1.10.4"
clap = { version = "3.2.25", features = ["cargo", "env", "wrap_help"] }
itertools = "0.11.0"
typed-arena = "2.0.2"
Expand Down

0 comments on commit c503a75

Please sign in to comment.