Skip to content

Commit

Permalink
Update Rust crate regex to >= 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 22, 2024
1 parent d36b61f commit 0f15794
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 @@ -44,7 +44,7 @@ yaml-rust = { version = ">= 0.4.5", optional = true }
env_logger = ">= 0.11.2"
criterion = '>= 0.5.1'
clap = '>= 4.5.1'
regex = '>= 1.10'
regex = '>= 1.10.3'
log = '>= 0.4'
quickcheck = '1'
quickcheck_macros = '1'
Expand Down

0 comments on commit 0f15794

Please sign in to comment.