From d6ccdfce0b0395523bbd7af4020a5bc8dccfe5a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 09:48:58 -0300 Subject: [PATCH] chore(deps) Update Tauri CLI (#2907) Co-authored-by: Renovate Bot --- tooling/cli.rs/Cargo.lock | 27 ++++++------------- tooling/cli.rs/Cargo.toml | 4 +-- .../with-api/examples/svelte-app/package.json | 4 +-- .../templates/plugin/with-api/package.json | 2 +- 4 files changed, 13 insertions(+), 24 deletions(-) diff --git a/tooling/cli.rs/Cargo.lock b/tooling/cli.rs/Cargo.lock index e868bde1d..b16e884ed 100755 --- a/tooling/cli.rs/Cargo.lock +++ b/tooling/cli.rs/Cargo.lock @@ -760,26 +760,21 @@ dependencies = [ [[package]] name = "include_dir" -version = "0.6.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31a924bd335356c7622dff9ee33d06920afcf7f762a1a991236645e08c8a484b" +checksum = "0d7d2a17a8653f96bc15a7840946857891072b950c1c318473fa46bb4c1ac6cc" dependencies = [ - "glob", - "include_dir_impl", - "proc-macro-hack", + "include_dir_macros", ] [[package]] -name = "include_dir_impl" -version = "0.6.1" +name = "include_dir_macros" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afae3917f781921d7c7813992ccadff7e816f7e6ecb4b70a9ec3e740d51da3d6" +checksum = "d551dc625a699489a6903cd41dd91aef674a5126f3d28799a316d14e7b15fcf5" dependencies = [ - "anyhow", - "proc-macro-hack", "proc-macro2", "quote", - "syn", ] [[package]] @@ -1375,12 +1370,6 @@ dependencies = [ "version_check", ] -[[package]] -name = "proc-macro-hack" -version = "0.5.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" - [[package]] name = "proc-macro2" version = "1.0.28" @@ -2099,9 +2088,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.8.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c29c21e11af3c58476a1063cb550e255c45c60928bf7f272462a533e7a2b406" +checksum = "6b26d63d75583ce572323a963b850d2121cf47a03b1f6c5fc96d641d3b0412b3" dependencies = [ "combine", "indexmap", diff --git a/tooling/cli.rs/Cargo.toml b/tooling/cli.rs/Cargo.toml index d696df3d8..3180412d8 100644 --- a/tooling/cli.rs/Cargo.toml +++ b/tooling/cli.rs/Cargo.toml @@ -28,13 +28,13 @@ serde_json = "1.0" serde_with = "1.11" notify = "4.0" shared_child = "0.3" -toml_edit = "0.8" +toml_edit = "0.9" json-patch = "0.2" schemars = "0.8" toml = "0.5" valico = "3.6" handlebars = "4.1" -include_dir = "0.6" +include_dir = "0.7" minisign = "0.7" base64 = "0.13.0" ureq = "2.3" diff --git a/tooling/cli.rs/templates/plugin/with-api/examples/svelte-app/package.json b/tooling/cli.rs/templates/plugin/with-api/examples/svelte-app/package.json index 54d799ab0..3525731bd 100644 --- a/tooling/cli.rs/templates/plugin/with-api/examples/svelte-app/package.json +++ b/tooling/cli.rs/templates/plugin/with-api/examples/svelte-app/package.json @@ -14,13 +14,13 @@ "@rollup/plugin-typescript": "8.3.0", "@tauri-apps/cli": "1.0.0-beta.10", "@tsconfig/svelte": "2.0.1", - "rollup": "2.59.0", + "rollup": "2.60.0", "rollup-plugin-css-only": "3.1.0", "rollup-plugin-livereload": "2.0.5", "rollup-plugin-svelte": "7.1.0", "rollup-plugin-terser": "7.0.2", "svelte": "3.44.1", - "svelte-check": "2.2.8", + "svelte-check": "2.2.9", "svelte-preprocess": "4.9.8", "tslib": "2.3.1", "typescript": "4.4.4" diff --git a/tooling/cli.rs/templates/plugin/with-api/package.json b/tooling/cli.rs/templates/plugin/with-api/package.json index 36c763dfc..685709b1d 100644 --- a/tooling/cli.rs/templates/plugin/with-api/package.json +++ b/tooling/cli.rs/templates/plugin/with-api/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@rollup/plugin-node-resolve": "13.0.6", "@rollup/plugin-typescript": "8.3.0", - "rollup": "2.59.0", + "rollup": "2.60.0", "rollup-plugin-terser": "7.0.2", "typescript": "4.4.4" },