Browse Source

chore(deps) Update Tauri API (#314)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
renovate[bot] 5 years ago
parent
commit
a0b59c8df6
1 changed files with 4 additions and 4 deletions
  1. 4 4
      tauri-api/Cargo.toml

+ 4 - 4
tauri-api/Cargo.toml

@@ -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"