From 2eec3e13fba31db7a6005fca1d15ac7cfb9fe9b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 09:38:31 -0300 Subject: [PATCH] chore(deps) Update Tauri Codegen (#5593) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- core/tauri-codegen/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/tauri-codegen/Cargo.toml b/core/tauri-codegen/Cargo.toml index 9badecf7c..a40568990 100644 --- a/core/tauri-codegen/Cargo.toml +++ b/core/tauri-codegen/Cargo.toml @@ -23,10 +23,10 @@ tauri-utils = { version = "1.2.0", path = "../tauri-utils", features = [ "build" thiserror = "1" walkdir = "2" brotli = { version = "3", optional = true, default-features = false, features = [ "std" ] } -regex = { version = "1.6.0", optional = true } +regex = { version = "1.7.0", optional = true } uuid = { version = "1", features = [ "v4" ] } semver = "1" -ico = "0.1" +ico = "0.2" png = "0.17" json-patch = "0.2"