fix(deps): Downgrade minisign to 0.7.3 again (#8082)

This commit is contained in:
Fabian-Lars
2023-10-23 20:12:00 +02:00
committed by GitHub
parent 5f75ebbbbb
commit 5264e41db3
3 changed files with 9 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
---
'tauri-cli': 'patch:bug'
'@tauri-apps/cli': 'patch:bug'
---
Downgraded `rust-minisign` to `0.7.3` to fix signing updater bundles with empty passwords.

View File

@@ -1764,9 +1764,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "minisign"
version = "0.7.5"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2b6f58413c6cee060115673578e47271838f3c87cb9322c61a3bcd6d740b7d2"
checksum = "b23ef13ff1d745b1e52397daaa247e333c607f3cff96d4df2b798dc252db974b"
dependencies = [
"getrandom 0.2.10",
"rpassword",

View File

@@ -57,7 +57,7 @@ toml = "0.8"
jsonschema = "0.17"
handlebars = "4.4"
include_dir = "0.7"
minisign = "=0.7.5"
minisign = "=0.7.3"
base64 = "0.21.4"
ureq = { version = "2.8", default-features = false, features = [ "gzip" ] }
os_info = "3"