cargo: remove regex dev-dep duplicated from regular deps

This commit is contained in:
Martin von Zweigbergk 2023-07-05 08:25:08 -07:00 committed by Martin von Zweigbergk
parent 0e4ef1c8d5
commit a9bbe40bb7

View file

@ -71,7 +71,6 @@ libc = { version = "0.2.147" }
assert_cmd = "2.0.8"
assert_matches = "1.5.0"
insta = { version = "1.30.0", features = ["filters"] }
regex = "1.9.0"
testutils = { path = "lib/testutils" }
[features]