Skip to content

Commit

Permalink
fix(deps): Downgrade minisign to 0.7.3 again (#8082)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Oct 23, 2023
1 parent 5f75ebb commit 5264e41
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changes/cli-downgrade-rust-minisign.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions tooling/cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tooling/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5264e41

Please sign in to comment.