浏览代码

chore(deps) Update Tauri CLI (#3807)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 3 年之前
父节点
当前提交
c009efe743

+ 11 - 5
tooling/cli/Cargo.lock

@@ -1246,11 +1246,11 @@ dependencies = [
 
 [[package]]
 name = "kstring"
-version = "1.0.6"
+version = "2.0.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8b310ccceade8121d7d77fee406160e457c2f4e7c7982d589da3499bc7ea4526"
+checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747"
 dependencies = [
- "serde",
+ "static_assertions",
 ]
 
 [[package]]
@@ -2613,6 +2613,12 @@ version = "1.2.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
 
+[[package]]
+name = "static_assertions"
+version = "1.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
+
 [[package]]
 name = "string_cache"
 version = "0.8.4"
@@ -2960,9 +2966,9 @@ dependencies = [
 
 [[package]]
 name = "toml_edit"
-version = "0.13.4"
+version = "0.14.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "744e9ed5b352340aa47ce033716991b5589e23781acb97cad37d4ea70560f55b"
+checksum = "aadc6847c9501c2093c0ab0b6f082accf9fc1b5566f9ea9d05bfcc5adb6f462a"
 dependencies = [
  "combine",
  "indexmap",

+ 1 - 1
tooling/cli/Cargo.toml

@@ -37,7 +37,7 @@ serde_json = "1.0"
 serde_with = "1.12"
 notify = "4.0"
 shared_child = "1.0"
-toml_edit = "0.13"
+toml_edit = "0.14"
 json-patch = "0.2"
 tauri-utils = { version = "1.0.0-rc.4", path = "../../core/tauri-utils", features = [ "isolation", "schema", "config-json5" ] }
 toml = "0.5"

+ 3 - 3
tooling/cli/templates/plugin/with-api/examples/svelte-app/package.json

@@ -9,10 +9,10 @@
     "tauri": "tauri"
   },
   "devDependencies": {
-    "@rollup/plugin-commonjs": "21.0.2",
+    "@rollup/plugin-commonjs": "21.0.3",
     "@rollup/plugin-node-resolve": "13.1.3",
     "@rollup/plugin-typescript": "8.3.1",
-    "@tauri-apps/cli": "1.0.0-rc.7",
+    "@tauri-apps/cli": "1.0.0-rc.8",
     "@tsconfig/svelte": "3.0.0",
     "rollup": "2.70.1",
     "rollup-plugin-css-only": "3.1.0",
@@ -23,7 +23,7 @@
     "svelte-check": "2.4.6",
     "svelte-preprocess": "4.10.4",
     "tslib": "2.3.1",
-    "typescript": "4.6.2"
+    "typescript": "4.6.3"
   },
   "dependencies": {
     "sirv-cli": "2.0.2",

+ 2 - 2
tooling/cli/templates/plugin/with-api/package.json

@@ -16,10 +16,10 @@
     "@rollup/plugin-typescript": "8.3.1",
     "rollup": "2.70.1",
     "rollup-plugin-terser": "7.0.2",
-    "typescript": "4.6.2"
+    "typescript": "4.6.3"
   },
   "dependencies": {
-    "@tauri-apps/api": "1.0.0-rc.2",
+    "@tauri-apps/api": "1.0.0-rc.3",
     "tslib": "^2.1.0"
   }
 }