|
@@ -258,6 +258,7 @@ dependencies = [
|
|
|
"libc",
|
|
|
"num-integer",
|
|
|
"num-traits",
|
|
|
+ "serde",
|
|
|
"time 0.1.44",
|
|
|
"winapi 0.3.9",
|
|
|
]
|
|
@@ -527,8 +528,18 @@ version = "0.13.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
|
|
|
dependencies = [
|
|
|
- "darling_core",
|
|
|
- "darling_macro",
|
|
|
+ "darling_core 0.13.4",
|
|
|
+ "darling_macro 0.13.4",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "darling"
|
|
|
+version = "0.14.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4529658bdda7fd6769b8614be250cdcfc3aeb0ee72fe66f9e41e5e5eb73eac02"
|
|
|
+dependencies = [
|
|
|
+ "darling_core 0.14.1",
|
|
|
+ "darling_macro 0.14.1",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -545,13 +556,38 @@ dependencies = [
|
|
|
"syn",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "darling_core"
|
|
|
+version = "0.14.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "649c91bc01e8b1eac09fb91e8dbc7d517684ca6be8ebc75bb9cafc894f9fdb6f"
|
|
|
+dependencies = [
|
|
|
+ "fnv",
|
|
|
+ "ident_case",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "strsim",
|
|
|
+ "syn",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "darling_macro"
|
|
|
version = "0.13.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
|
|
|
dependencies = [
|
|
|
- "darling_core",
|
|
|
+ "darling_core 0.13.4",
|
|
|
+ "quote",
|
|
|
+ "syn",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "darling_macro"
|
|
|
+version = "0.14.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ddfc69c5bfcbd2fc09a0f38451d2daf0e372e367986a83906d1b0dbc88134fb5"
|
|
|
+dependencies = [
|
|
|
+ "darling_core 0.14.1",
|
|
|
"quote",
|
|
|
"syn",
|
|
|
]
|
|
@@ -2549,7 +2585,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff"
|
|
|
dependencies = [
|
|
|
"serde",
|
|
|
- "serde_with_macros",
|
|
|
+ "serde_with_macros 1.5.2",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "serde_with"
|
|
|
+version = "2.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "89df7a26519371a3cce44fbb914c2819c84d9b897890987fa3ab096491cc0ea8"
|
|
|
+dependencies = [
|
|
|
+ "base64",
|
|
|
+ "chrono",
|
|
|
+ "hex",
|
|
|
+ "indexmap",
|
|
|
+ "serde",
|
|
|
+ "serde_json",
|
|
|
+ "serde_with_macros 2.0.0",
|
|
|
+ "time 0.3.11",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2558,7 +2610,19 @@ version = "1.5.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082"
|
|
|
dependencies = [
|
|
|
- "darling",
|
|
|
+ "darling 0.13.4",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "serde_with_macros"
|
|
|
+version = "2.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "de337f322382fcdfbb21a014f7c224ee041a23785651db67b9827403178f698f"
|
|
|
+dependencies = [
|
|
|
+ "darling 0.14.1",
|
|
|
"proc-macro2",
|
|
|
"quote",
|
|
|
"syn",
|
|
@@ -2832,7 +2896,7 @@ dependencies = [
|
|
|
"semver",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
- "serde_with",
|
|
|
+ "serde_with 2.0.0",
|
|
|
"shared_child",
|
|
|
"tauri-bundler",
|
|
|
"tauri-utils",
|
|
@@ -2878,7 +2942,7 @@ dependencies = [
|
|
|
"semver",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
- "serde_with",
|
|
|
+ "serde_with 1.14.0",
|
|
|
"serialize-to-javascript",
|
|
|
"thiserror",
|
|
|
"url",
|
|
@@ -3021,6 +3085,7 @@ dependencies = [
|
|
|
"itoa 1.0.2",
|
|
|
"libc",
|
|
|
"num_threads",
|
|
|
+ "serde",
|
|
|
"time-macros",
|
|
|
]
|
|
|
|