diff --git a/11 WA-GawrBot-UI/src-tauri/Cargo.toml b/11 WA-GawrBot-UI/src-tauri/Cargo.toml index 425f0e63..e225ade2 100644 --- a/11 WA-GawrBot-UI/src-tauri/Cargo.toml +++ b/11 WA-GawrBot-UI/src-tauri/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.60" tauri-build = { version = "=1.4.0", features = [] } [dependencies] -serde_json = "=1.0.105" +serde_json = "=1.0.110" serde = { version = "=1.0.185", features = ["derive"] } tauri = { version = "=1.4.1", features = ["process-command-api", "shell-sidecar", "window-set-fullscreen"] }