Skip to content

Commit 5264e41

Browse files
authored
fix(deps): Downgrade minisign to 0.7.3 again (#8082)
1 parent 5f75ebb commit 5264e41

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'tauri-cli': 'patch:bug'
3+
'@tauri-apps/cli': 'patch:bug'
4+
---
5+
6+
Downgraded `rust-minisign` to `0.7.3` to fix signing updater bundles with empty passwords.

tooling/cli/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tooling/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ toml = "0.8"
5757
jsonschema = "0.17"
5858
handlebars = "4.4"
5959
include_dir = "0.7"
60-
minisign = "=0.7.5"
60+
minisign = "=0.7.3"
6161
base64 = "0.21.4"
6262
ureq = { version = "2.8", default-features = false, features = [ "gzip" ] }
6363
os_info = "3"

0 commit comments

Comments
 (0)