mirror of
https://github.com/sharkdp/bat
synced 2026-08-10 20:01:45 +00:00
Update predicates to 3.0
This also updates `assert_cmd` to 2.0.10 to avoid duplicate dependencies because it depends on the new major version since 2.0.9.
This commit is contained in:
committed by
Martin Nordholts
parent
6be56972b6
commit
baa1476d8d
+2
-2
@@ -87,10 +87,10 @@ dirs = "5.0.0"
|
||||
plist = "1.3"
|
||||
|
||||
[dev-dependencies]
|
||||
assert_cmd = "2.0.8"
|
||||
assert_cmd = "2.0.10"
|
||||
expect-test = "1.4.0"
|
||||
serial_test = { version = "2.0.0", default-features = false }
|
||||
predicates = "2.1.5"
|
||||
predicates = "3.0.2"
|
||||
wait-timeout = "0.2.0"
|
||||
tempfile = "3.5.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user