Specify exact version for assert_cmd and predicates

Since their official MSRV is at 1.54, while ours is 1.48, any patch
update might break our MSRV! To prevent this specify a
specific version.

Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
Jonathan Schwender 2022-02-12 18:01:30 +01:00 коммит произвёл Sylvestre Ledru
Родитель 0d96b56b63
Коммит 70ca58de9c
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -94,11 +94,11 @@ void = { version = "1", optional = true }
version-compare = { version = "0.0.11", optional = true }
[dev-dependencies]
assert_cmd = "2.0.4"
assert_cmd = "=2.0.4"
cc = "1.0"
chrono = "0.4"
itertools = "0.10"
predicates = "2.1.1"
predicates = "=2.1.1"
thirtyfour_sync = "0.27"
[target.'cfg(unix)'.dependencies]