mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
chore(deps) Update Tauri Core (#2746)
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
5
.changes/misign-update.md
Normal file
5
.changes/misign-update.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"tauri": patch
|
||||
---
|
||||
|
||||
The updater now expects signatures created with the latest CLI release.
|
||||
@@ -66,9 +66,9 @@ attohttpc = { version = "0.17", features = [ "json", "form" ] }
|
||||
open = { version = "2.0", optional = true }
|
||||
shared_child = { version = "0.3", optional = true }
|
||||
os_pipe = { version = "0.9", optional = true }
|
||||
rfd = { version = "0.5.0", features = [ "parent" ] }
|
||||
rfd = { version = "0.5.1", features = [ "parent" ] }
|
||||
raw-window-handle = "0.3.3"
|
||||
minisign-verify = { version = "0.1", optional = true }
|
||||
minisign-verify = { version = "0.2", optional = true }
|
||||
os_info = { version = "3.0.7", optional = true }
|
||||
futures-lite = "1.12"
|
||||
|
||||
|
||||
@@ -811,7 +811,7 @@ pub fn verify_signature(
|
||||
file_buff.read_to_end(&mut data)?;
|
||||
|
||||
// Validate signature or bail out
|
||||
public_key.verify(&data, &signature)?;
|
||||
public_key.verify(&data, &signature, false)?;
|
||||
Ok(true)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user