From 565dc3baa79fb01737fa888f5d358e2e2db736dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 21:12:33 -0300 Subject: [PATCH] chore(deps) Update Tauri Utils (major) (#4717) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- core/tauri-utils/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/tauri-utils/Cargo.toml b/core/tauri-utils/Cargo.toml index b88c3aa9d..2bebe98f5 100644 --- a/core/tauri-utils/Cargo.toml +++ b/core/tauri-utils/Cargo.toml @@ -23,14 +23,14 @@ html5ever = "0.25" proc-macro2 = { version = "1", optional = true } quote = { version = "1", optional = true } schemars = { version = "0.8", features = [ "url" ], optional = true } -serde_with = "1" +serde_with = "2" aes-gcm = { version = "0.10", optional = true } getrandom = { version = "0.2", optional = true, features = [ "std" ] } serialize-to-javascript = { version = "=0.1.1", optional = true } ctor = "0.1" json5 = { version = "0.4", optional = true } toml = { version = "0.5", optional = true } -json-patch = "0.3" +json-patch = "1.0" glob = { version = "0.3", optional = true } walkdir = { version = "2", optional = true } memchr = "2"