diff --git a/Cargo.toml b/Cargo.toml index bd2cdf5..1cacb49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ tauri-plugin = {version = "2", features = [ "build" ] } tauri-build = "2" [dependencies] -thiserror = "1" +thiserror = "2" serde_json = "1" tauri = { version = "2", features = [] } serde = { version = "1", features = ["derive"] }