Skip to content

Commit a788b5b

Browse files
committed
Update dependencies
1 parent 1dfc30b commit a788b5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cast_checks/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ cast_checks_macro = { version = "=0.1.3", path = "../macro" }
1313

1414
[dev-dependencies]
1515
assert_cmd = "2.0"
16-
ctor = "0.1"
16+
ctor = "0.2"
1717
predicates = "3.0"
18-
regex = "1.7"
19-
tempfile = "3.4"
18+
regex = "1.9"
19+
tempfile = "3.7"
2020

2121
[features]
2222
default = []

0 commit comments

Comments
 (0)