diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 69312135..341c5d92 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1680,7 +1680,7 @@ dependencies = [ "tauri-plugin-shell", "tauri-plugin-updater", "tempfile", - "thiserror 1.0.69", + "thiserror 2.0.18", "tokio", "tracing", "urlencoding", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 298c37d0..ce3579bf 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -53,7 +53,7 @@ regex = "1.10" walkdir = "2.4" open = "5.0" uuid = { version = "1.0", features = ["v4", "serde"] } -thiserror = "1.0" +thiserror = "2.0" argon2 = "0.5" aes-gcm = "0.10" # Cifrario a blocchi nudo: serve per l'ECB dei .pak Unreal (vedi unreal_iostore).