From 84c5249b40e98bf247c4a031a62cf3cc55d28085 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Apr 2022 13:47:52 -0300 Subject: [PATCH] chore(deps) Update Tauri CLI (#3979) Co-authored-by: Renovate Bot --- tooling/cli/Cargo.lock | 20 +++++++++---------- tooling/cli/Cargo.toml | 4 ++-- .../with-api/examples/svelte-app/package.json | 4 ++-- .../templates/plugin/with-api/package.json | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/tooling/cli/Cargo.lock b/tooling/cli/Cargo.lock index 66cb4f37f..4e5364fc6 100644 --- a/tooling/cli/Cargo.lock +++ b/tooling/cli/Cargo.lock @@ -514,9 +514,9 @@ dependencies = [ [[package]] name = "darling" -version = "0.13.2" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e92cb285610dd935f60ee8b4d62dd1988bd12b7ea50579bd6a138201525318e" +checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c" dependencies = [ "darling_core", "darling_macro", @@ -524,9 +524,9 @@ dependencies = [ [[package]] name = "darling_core" -version = "0.13.2" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c29e95ab498b18131ea460b2c0baa18cbf041231d122b0b7bfebef8c8e88989" +checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610" dependencies = [ "fnv", "ident_case", @@ -538,9 +538,9 @@ dependencies = [ [[package]] name = "darling_macro" -version = "0.13.2" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b21dd6b221dd547528bd6fb15f1a3b7ab03b9a06f76bff288a8c629bcfbe7f0e" +checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835" dependencies = [ "darling_core", "quote", @@ -2448,9 +2448,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "1.12.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec1e6ec4d8950e5b1e894eac0d360742f3b1407a6078a604a731c4b3f49cefbc" +checksum = "b827f2113224f3f19a665136f006709194bdfdcb1fdc1e4b2b5cbac8e0cced54" dependencies = [ "rustversion", "serde", @@ -2459,9 +2459,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "1.5.1" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12e47be9471c72889ebafb5e14d5ff930d89ae7a67bbdb5f8abb564f845a927e" +checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082" dependencies = [ "darling", "proc-macro2", diff --git a/tooling/cli/Cargo.toml b/tooling/cli/Cargo.toml index 64f7f9657..2ab8d09ef 100644 --- a/tooling/cli/Cargo.toml +++ b/tooling/cli/Cargo.toml @@ -35,7 +35,7 @@ colored = "2.0" once_cell = "1.10" serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" -serde_with = "1.12" +serde_with = "1.13" notify = "4.0" shared_child = "1.0" toml_edit = "0.14" @@ -79,7 +79,7 @@ tauri-utils = { version = "1.0.0-rc.0", features = [ "schema", "isolation" ], pa schemars = { version = "0.8", features = [ "url" ] } serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" -serde_with = "1.12" +serde_with = "1.13" url = { version = "2.2", features = [ "serde" ] } [profile.release] diff --git a/tooling/cli/templates/plugin/with-api/examples/svelte-app/package.json b/tooling/cli/templates/plugin/with-api/examples/svelte-app/package.json index 32167ad19..b487be2ae 100644 --- a/tooling/cli/templates/plugin/with-api/examples/svelte-app/package.json +++ b/tooling/cli/templates/plugin/with-api/examples/svelte-app/package.json @@ -12,7 +12,7 @@ "@rollup/plugin-commonjs": "22.0.0", "@rollup/plugin-node-resolve": "13.2.1", "@rollup/plugin-typescript": "8.3.2", - "@tauri-apps/cli": "1.0.0-rc.8", + "@tauri-apps/cli": "1.0.0-rc.9", "@tsconfig/svelte": "3.0.0", "rollup": "2.70.2", "rollup-plugin-css-only": "3.1.0", @@ -22,7 +22,7 @@ "svelte": "3.47.0", "svelte-check": "2.7.0", "svelte-preprocess": "4.10.6", - "tslib": "2.3.1", + "tslib": "2.4.0", "typescript": "4.6.3" }, "dependencies": { diff --git a/tooling/cli/templates/plugin/with-api/package.json b/tooling/cli/templates/plugin/with-api/package.json index cb516bc22..d49133411 100644 --- a/tooling/cli/templates/plugin/with-api/package.json +++ b/tooling/cli/templates/plugin/with-api/package.json @@ -19,7 +19,7 @@ "typescript": "4.6.3" }, "dependencies": { - "@tauri-apps/api": "1.0.0-rc.3", + "@tauri-apps/api": "1.0.0-rc.4", "tslib": "^2.1.0" } }