Skip to content

Commit

Permalink
Increase regex version constraint compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: kpcyrd <[email protected]>
  • Loading branch information
kpcyrd authored and utam0k committed Oct 8, 2024
1 parent 2e07cf1 commit daef608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ derive_builder = "0.20.0"
getset = "0.1.1"
strum = "0.26.2"
strum_macros = "0.26.2"
regex = "~1.10.5"
regex = "1"

[dev-dependencies]
tempfile = "3.2.0"
Expand Down

0 comments on commit daef608

Please sign in to comment.