Sfoglia il codice sorgente

chore(deps) Update Tauri API (#683)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 5 anni fa
parent
commit
02317dce9c
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      tauri-api/Cargo.toml

+ 3 - 3
tauri-api/Cargo.toml

@@ -15,7 +15,7 @@ serde_json = "1.0"
 serde_repr = "0.1"
 dirs = "2.0.2"
 ignore = "0.4.16"
-zip = "0.5.5"
+zip = "0.5.6"
 tempdir = "0.3"
 semver = "0.10"
 tempfile = "3"
@@ -23,7 +23,7 @@ either = "1.5.3"
 tar = "0.4"
 flate2 = "1"
 anyhow = "1.0.31"
-thiserror = "1.0.19"
+thiserror = "1.0.20"
 rand = "0.7"
 nfd = "0.0.4"
 tauri-dialog = { git = "https://github.com/tauri-apps/tauri-dialog-rs", version = "0.1" }
@@ -32,7 +32,7 @@ http = "0.2"
 tauri-utils = {version = "0.5", path = "../tauri-utils"}
 envmnt = "0.8.2"
 clap = { git = "https://github.com/clap-rs/clap", rev = "1a276f8", version = "3.0.0-beta.1", optional = true }
-notify-rust = { version = "4.0.0-beta.4", optional = true }
+notify-rust = { version = "4.0.0", optional = true }
 
 [dev-dependencies]
 quickcheck = "0.9.2"