From 0a857f8fdc4bcc4b5742aa26bc5527f7de91f847 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 13:52:38 -0300 Subject: [PATCH] chore(deps) Update Tauri CLI (#3163) Co-authored-by: Renovate Bot --- tooling/cli.rs/Cargo.lock | 29 +++++-------------- tooling/cli.rs/Cargo.toml | 2 +- .../with-api/examples/svelte-app/package.json | 4 +-- .../templates/plugin/with-api/package.json | 4 +-- 4 files changed, 12 insertions(+), 27 deletions(-) diff --git a/tooling/cli.rs/Cargo.lock b/tooling/cli.rs/Cargo.lock index e633f05a8..953be414f 100644 --- a/tooling/cli.rs/Cargo.lock +++ b/tooling/cli.rs/Cargo.lock @@ -229,9 +229,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.0.0-rc.9" +version = "3.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7843ae7a539bef687e018bf9edf7e87728024b29d02b0f8409726be8880ae1a" +checksum = "d01c9347757e131122b19cd19a05c85805b68c2352a97b623efdc3c295290299" dependencies = [ "atty", "bitflags", @@ -246,11 +246,11 @@ dependencies = [ [[package]] name = "clap_derive" -version = "3.0.0-rc.9" +version = "3.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cae3cc2f259ea636871f5da15b0ac033f1821d7a5506c3d1bfbdde201f14c803" +checksum = "448c8b00367288ad41804ac7a9e0fe58f2324a36901cb5d6b6db58be86d1db8f" dependencies = [ - "heck 0.3.3", + "heck", "proc-macro-error", "proc-macro2", "quote", @@ -694,15 +694,6 @@ version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" -[[package]] -name = "heck" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" -dependencies = [ - "unicode-segmentation", -] - [[package]] name = "heck" version = "0.4.0" @@ -1957,7 +1948,7 @@ dependencies = [ "dirs-next", "glob", "handlebars", - "heck 0.4.0", + "heck", "hex", "icns", "image", @@ -1991,7 +1982,7 @@ dependencies = [ "encode_unicode", "glob", "handlebars", - "heck 0.4.0", + "heck", "include_dir", "json-patch", "lazy_static", @@ -2180,12 +2171,6 @@ dependencies = [ "tinyvec", ] -[[package]] -name = "unicode-segmentation" -version = "1.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b" - [[package]] name = "unicode-width" version = "0.1.9" diff --git a/tooling/cli.rs/Cargo.toml b/tooling/cli.rs/Cargo.toml index 4fab255b3..b87906bec 100644 --- a/tooling/cli.rs/Cargo.toml +++ b/tooling/cli.rs/Cargo.toml @@ -18,7 +18,7 @@ name = "cargo-tauri" path = "src/main.rs" [dependencies] -clap = { version = "=3.0.0-rc.9", features = [ "derive" ] } +clap = { version = "=3.0.4", features = [ "derive" ] } anyhow = "1.0" tauri-bundler = { version = "1.0.0-beta.4", path = "../bundler" } colored = "2.0" 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 708c45702..63cefe759 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 @@ -10,11 +10,11 @@ }, "devDependencies": { "@rollup/plugin-commonjs": "21.0.1", - "@rollup/plugin-node-resolve": "13.1.1", + "@rollup/plugin-node-resolve": "13.1.2", "@rollup/plugin-typescript": "8.3.0", "@tauri-apps/cli": "1.0.0-beta.10", "@tsconfig/svelte": "3.0.0", - "rollup": "2.62.0", + "rollup": "2.63.0", "rollup-plugin-css-only": "3.1.0", "rollup-plugin-livereload": "2.0.5", "rollup-plugin-svelte": "7.1.0", diff --git a/tooling/cli.rs/templates/plugin/with-api/package.json b/tooling/cli.rs/templates/plugin/with-api/package.json index a78c765ba..0f00cfb11 100644 --- a/tooling/cli.rs/templates/plugin/with-api/package.json +++ b/tooling/cli.rs/templates/plugin/with-api/package.json @@ -12,9 +12,9 @@ "pretest": "yarn build" }, "devDependencies": { - "@rollup/plugin-node-resolve": "13.1.1", + "@rollup/plugin-node-resolve": "13.1.2", "@rollup/plugin-typescript": "8.3.0", - "rollup": "2.62.0", + "rollup": "2.63.0", "rollup-plugin-terser": "7.0.2", "typescript": "4.5.4" },