Browse Source

fix(tauri) remove unused deprecated dep pointed by cargo-audit (#696)

Lucas Fernandes Nogueira 5 years ago
parent
commit
74988e5673
2 changed files with 0 additions and 2 deletions
  1. 0 1
      Cargo.toml
  2. 0 1
      tauri-api/Cargo.toml

+ 0 - 1
Cargo.toml

@@ -2,7 +2,6 @@
 members = [
   "tauri",
   "tauri-api",
-  "tauri-updater",
   "tauri-utils",
 ]
 exclude = [

+ 0 - 1
tauri-api/Cargo.toml

@@ -16,7 +16,6 @@ serde_repr = "0.1"
 dirs = "2.0.2"
 ignore = "0.4.16"
 zip = "0.5.6"
-tempdir = "0.3"
 semver = "0.10"
 tempfile = "3"
 either = "1.5.3"