Explorar o código

fix(audit): remove tempdir dependency, closes #4022 (#4046)

Lucas Fernandes Nogueira %!s(int64=3) %!d(string=hai) anos
pai
achega
eaf9e5a9a6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/tauri/Cargo.toml

+ 1 - 1
core/tauri/Cargo.toml

@@ -74,7 +74,7 @@ dirs-next = "2.0"
 percent-encoding = "2.1"
 base64 = { version = "0.13", optional = true }
 clap = { version = "3", optional = true }
-notify-rust = { version = "4.5", optional = true }
+notify-rust = { version = "4.5", default-features = false, features = ["d"], optional = true }
 reqwest = { version = "0.11", features = [ "json", "stream" ], optional = true }
 bytes = { version = "1", features = [ "serde" ], optional = true }
 attohttpc = { version = "0.19", features = [ "json", "form" ], optional = true }