|
@@ -12,8 +12,8 @@ exclude = ["test/fixture/**"]
|
|
|
[dependencies]
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
dirs = "2.0.2"
|
|
|
-ignore = "0.4.10"
|
|
|
-zip = "0.5.3"
|
|
|
+ignore = "0.4.11"
|
|
|
+zip = "0.5.4"
|
|
|
tempdir = "0.3"
|
|
|
semver = "0.9"
|
|
|
tempfile = "3"
|
|
@@ -23,6 +23,6 @@ flate2 = "1"
|
|
|
error-chain = "0.12"
|
|
|
|
|
|
[dev-dependencies]
|
|
|
-quickcheck = "0.8.5"
|
|
|
-quickcheck_macros = "0.8.0"
|
|
|
+quickcheck = "0.9.2"
|
|
|
+quickcheck_macros = "0.9.1"
|
|
|
totems = "0.2.7"
|