Parcourir la source

chore(deps) Update Tauri CLI (#2994)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] il y a 3 ans
Parent
commit
875c35e6e4

+ 2 - 2
tooling/cli.rs/Cargo.lock

@@ -2137,9 +2137,9 @@ dependencies = [
 
 [[package]]
 name = "toml_edit"
-version = "0.9.1"
+version = "0.10.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6b26d63d75583ce572323a963b850d2121cf47a03b1f6c5fc96d641d3b0412b3"
+checksum = "506eddc39809976da80f4cd83941cf9ee3bbcccbeb5aa16e9592662899b41054"
 dependencies = [
  "combine",
  "indexmap",

+ 1 - 1
tooling/cli.rs/Cargo.toml

@@ -28,7 +28,7 @@ serde_json = "1.0"
 serde_with = "1.11"
 notify = "4.0"
 shared_child = "1.0"
-toml_edit = "0.9"
+toml_edit = "0.10"
 json-patch = "0.2"
 schemars = "0.8"
 toml = "0.5"

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

@@ -14,7 +14,7 @@
     "@rollup/plugin-typescript": "8.3.0",
     "@tauri-apps/cli": "1.0.0-beta.10",
     "@tsconfig/svelte": "2.0.1",
-    "rollup": "2.60.1",
+    "rollup": "2.60.2",
     "rollup-plugin-css-only": "3.1.0",
     "rollup-plugin-livereload": "2.0.5",
     "rollup-plugin-svelte": "7.1.0",

+ 1 - 1
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.60.1",
+    "rollup": "2.60.2",
     "rollup-plugin-terser": "7.0.2",
     "typescript": "4.5.2"
   },