Skip to content

Commit c5d517c

Browse files
fix(deps): update rust crate regex to 1.6.0
1 parent 80676e2 commit c5d517c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88

99
[dependencies]
1010
lazy_static = "1.4.0"
11-
regex = "1.5.4"
11+
regex = "1.6.0"
1212

1313
[dev-dependencies]
1414
rstest = "0.11.0"

0 commit comments

Comments
 (0)