mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
fix(deps): update rust crate iota_stronghold to v1 (#70)
* fix(deps): update rust crate iota_stronghold to v1 * fix compile error Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: FabianLars <fabianlars@fabianlars.de>
This commit is contained in:
@@ -15,7 +15,7 @@ serde_json.workspace = true
|
||||
tauri.workspace = true
|
||||
log.workspace = true
|
||||
thiserror.workspace = true
|
||||
iota_stronghold = { version = "0.8" }
|
||||
iota_stronghold = "1"
|
||||
iota-crypto = "0.15"
|
||||
hex = "0.4"
|
||||
zeroize = { version = "1", features = ["zeroize_derive"] }
|
||||
|
||||
@@ -48,7 +48,8 @@ impl Stronghold {
|
||||
}
|
||||
|
||||
pub fn save(&self) -> Result<()> {
|
||||
self.inner.commit(&self.path, &self.keyprovider)?;
|
||||
self.inner
|
||||
.commit_with_keyprovider(&self.path, &self.keyprovider)?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user