chore(deps) Update Tauri CLI (#2907)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-11-17 09:48:58 -03:00
committed by GitHub
parent 6cd214ccb5
commit d6ccdfce0b
4 changed files with 13 additions and 24 deletions

View File

@@ -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",

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"
},