Skip to content

Commit

Permalink
Merge pull request #58 from uutils/renovate/regex-1.x
Browse files Browse the repository at this point in the history
Update Rust crate regex to 1.10.3
  • Loading branch information
cakebaker authored Jan 21, 2024
2 parents 8ef448a + 5d11c14 commit 0047868
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions fuzz/Cargo.lock

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

2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cargo-fuzz = true
[dependencies]
rand = "0.8.5"
libfuzzer-sys = "0.4"
regex = "1.10.2"
regex = "1.10.3"
chrono = { version="0.4", default-features=false, features=["std", "alloc", "clock"] }

[dependencies.parse_datetime]
Expand Down

0 comments on commit 0047868

Please sign in to comment.