Skip to content

Commit 04494f6

Browse files
fix(deps): update rust crate regex to 1.10.4
1 parent 20a3974 commit 04494f6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ repository = "https://github.com/uutils/parse_datetime"
88
readme = "README.md"
99

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

0 commit comments

Comments
 (0)