浏览代码

chore(deps): update serialize-to-javascript to 0.1.2 (#10594)

Lucas Fernandes Nogueira 1 年之前
父节点
当前提交
48a7415c21
共有 5 个文件被更改,包括 22 次插入16 次删除
  1. 6 0
      .changes/update-serialize-to-js.md
  2. 5 5
      Cargo.lock
  3. 1 1
      core/tauri-utils/Cargo.toml
  4. 1 1
      core/tauri/Cargo.toml
  5. 9 9
      examples/api/src-tauri/Cargo.lock

+ 6 - 0
.changes/update-serialize-to-js.md

@@ -0,0 +1,6 @@
+---
+"tauri": patch:deps
+"tauri-utils": patch:deps
+---
+
+Update `serialize-to-javascript` to `v0.1.2`.

+ 5 - 5
Cargo.lock

@@ -3660,9 +3660,9 @@ dependencies = [
 
 
 [[package]]
 [[package]]
 name = "serialize-to-javascript"
 name = "serialize-to-javascript"
-version = "0.1.1"
+version = "0.1.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb"
+checksum = "04f3666a07a197cdb77cdf306c32be9b7f598d7060d50cfd4d5aa04bfd92f6c5"
 dependencies = [
 dependencies = [
  "serde",
  "serde",
  "serde_json",
  "serde_json",
@@ -3671,13 +3671,13 @@ dependencies = [
 
 
 [[package]]
 [[package]]
 name = "serialize-to-javascript-impl"
 name = "serialize-to-javascript-impl"
-version = "0.1.1"
+version = "0.1.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763"
+checksum = "772ee033c0916d670af7860b6e1ef7d658a4629a6d0b4c8c3e67f09b3765b75d"
 dependencies = [
 dependencies = [
  "proc-macro2",
  "proc-macro2",
  "quote",
  "quote",
- "syn 1.0.109",
+ "syn 2.0.60",
 ]
 ]
 
 
 [[package]]
 [[package]]

+ 1 - 1
core/tauri-utils/Cargo.toml

@@ -26,7 +26,7 @@ schemars = { version = "0.8.18", features = [ "url" ], optional = true } # Forci
 serde_with = "3"
 serde_with = "3"
 aes-gcm = { version = "0.10", optional = true }
 aes-gcm = { version = "0.10", optional = true }
 getrandom = { version = "0.2", optional = true, features = [ "std" ] }
 getrandom = { version = "0.2", optional = true, features = [ "std" ] }
-serialize-to-javascript = { version = "=0.1.1", optional = true }
+serialize-to-javascript = { version = "=0.1.2", optional = true }
 ctor = "0.2"
 ctor = "0.2"
 json5 = { version = "0.4", optional = true }
 json5 = { version = "0.4", optional = true }
 toml = { version = "0.7", optional = true } # the other used toml crates still use 0.7
 toml = { version = "0.7", optional = true } # the other used toml crates still use 0.7

+ 1 - 1
core/tauri/Cargo.toml

@@ -92,7 +92,7 @@ os_info = { version = "3", optional = true }
 regex = { version = "1", optional = true }
 regex = { version = "1", optional = true }
 glob = "0.3"
 glob = "0.3"
 data-url = { version = "0.3", optional = true }
 data-url = { version = "0.3", optional = true }
-serialize-to-javascript = "=0.1.1"
+serialize-to-javascript = "=0.1.2"
 infer = { version = "0.13", optional = true } # 0.14 raised msrv
 infer = { version = "0.13", optional = true } # 0.14 raised msrv
 png = { version = "0.17", optional = true }
 png = { version = "0.17", optional = true }
 ico = { version = "0.3", optional = true }
 ico = { version = "0.3", optional = true }

+ 9 - 9
examples/api/src-tauri/Cargo.lock

@@ -3650,9 +3650,9 @@ dependencies = [
 
 
 [[package]]
 [[package]]
 name = "serialize-to-javascript"
 name = "serialize-to-javascript"
-version = "0.1.1"
+version = "0.1.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb"
+checksum = "04f3666a07a197cdb77cdf306c32be9b7f598d7060d50cfd4d5aa04bfd92f6c5"
 dependencies = [
 dependencies = [
  "serde",
  "serde",
  "serde_json",
  "serde_json",
@@ -3661,13 +3661,13 @@ dependencies = [
 
 
 [[package]]
 [[package]]
 name = "serialize-to-javascript-impl"
 name = "serialize-to-javascript-impl"
-version = "0.1.1"
+version = "0.1.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763"
+checksum = "772ee033c0916d670af7860b6e1ef7d658a4629a6d0b4c8c3e67f09b3765b75d"
 dependencies = [
 dependencies = [
  "proc-macro2",
  "proc-macro2",
  "quote",
  "quote",
- "syn 1.0.109",
+ "syn 2.0.49",
 ]
 ]
 
 
 [[package]]
 [[package]]
@@ -4322,9 +4322,9 @@ dependencies = [
 
 
 [[package]]
 [[package]]
 name = "time"
 name = "time"
-version = "0.3.34"
+version = "0.3.36"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749"
+checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
 dependencies = [
 dependencies = [
  "deranged",
  "deranged",
  "itoa 1.0.10",
  "itoa 1.0.10",
@@ -4343,9 +4343,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
 
 
 [[package]]
 [[package]]
 name = "time-macros"
 name = "time-macros"
-version = "0.2.17"
+version = "0.2.18"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774"
+checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
 dependencies = [
 dependencies = [
  "num-conv",
  "num-conv",
  "time-core",
  "time-core",