Skip to content

Commit

Permalink
Merge pull request #72 from uutils/renovate/regex-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate regex to 1.10.4
  • Loading branch information
cakebaker authored May 1, 2024
2 parents 20a3974 + 04494f6 commit acf9b9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ repository = "https://github.com/uutils/parse_datetime"
readme = "README.md"

[dependencies]
regex = "1.10"
regex = "1.10.4"
chrono = { version="0.4", default-features=false, features=["std", "alloc", "clock"] }
nom = "7.1.3"

0 comments on commit acf9b9c

Please sign in to comment.