diff --git a/tooling/cli.rs/Cargo.lock b/tooling/cli.rs/Cargo.lock index 19c9ec726..dfa0b093f 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.5" +version = "3.0.0-rc.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d358d5dcd274692e60df775bd452f66341a49ab90cc6cc1084c4350a3f914d9" +checksum = "9468f8012246b0836c6fd11725102b0844254985f2462b6c637d50040ef49df0" dependencies = [ "atty", "bitflags", @@ -246,9 +246,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "3.0.0-rc.5" +version = "3.0.0-rc.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a0823802ec32930a7b22133dc3a8b7cf297297e8af413e59d2fbbf864c7bd63" +checksum = "b72e1af32a4de4d21a43d26de33fe69c00e895371bd8b1523d674f011b610467" dependencies = [ "heck 0.3.3", "proc-macro-error", diff --git a/tooling/cli.rs/Cargo.toml b/tooling/cli.rs/Cargo.toml index 3ca15f164..731613af7 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.5", features = [ "derive" ] } +clap = { version = "=3.0.0-rc.7", 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 07d1d5b36..70fd73a2c 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 @@ -20,8 +20,8 @@ "rollup-plugin-svelte": "7.1.0", "rollup-plugin-terser": "7.0.2", "svelte": "3.44.3", - "svelte-check": "2.2.10", - "svelte-preprocess": "4.10.0", + "svelte-check": "2.2.11", + "svelte-preprocess": "4.10.1", "tslib": "2.3.1", "typescript": "4.5.4" },