From 3f511cc4697b8528445042815a4ea5632c2934f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 23:54:51 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to v1.0.112 --- 11 WA-GawrBot-UI/src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/11 WA-GawrBot-UI/src-tauri/Cargo.toml b/11 WA-GawrBot-UI/src-tauri/Cargo.toml index 425f0e63..61e38f17 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.112" serde = { version = "=1.0.185", features = ["derive"] } tauri = { version = "=1.4.1", features = ["process-command-api", "shell-sidecar", "window-set-fullscreen"] }