|
@@ -79,20 +79,18 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "attohttpc"
|
|
|
-version = "0.19.1"
|
|
|
+version = "0.22.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "262c3f7f5d61249d8c00e5546e2685cd15ebeeb1bc0f3cc5449350a1cb07319e"
|
|
|
+checksum = "1fcf00bc6d5abb29b5f97e3c61a90b6d3caa12f3faf897d4a3e3607c050a35a7"
|
|
|
dependencies = [
|
|
|
"flate2",
|
|
|
"http",
|
|
|
"log",
|
|
|
"native-tls",
|
|
|
- "openssl",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
"serde_urlencoded",
|
|
|
"url",
|
|
|
- "wildmatch",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -567,25 +565,21 @@ dependencies = [
|
|
|
"dtoa",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "embed-resource"
|
|
|
-version = "1.7.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ecc24ff8d764818e9ab17963b0593c535f077a513f565e75e4352d758bc4d8c0"
|
|
|
-dependencies = [
|
|
|
- "cc",
|
|
|
- "rustc_version 0.4.0",
|
|
|
- "toml",
|
|
|
- "vswhom",
|
|
|
- "winreg",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "embed_plist"
|
|
|
version = "1.2.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "encoding_rs"
|
|
|
+version = "0.8.31"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "fastrand"
|
|
|
version = "1.7.0"
|
|
@@ -668,21 +662,6 @@ dependencies = [
|
|
|
"new_debug_unreachable",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "futures"
|
|
|
-version = "0.3.21"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
|
|
|
-dependencies = [
|
|
|
- "futures-channel",
|
|
|
- "futures-core",
|
|
|
- "futures-executor",
|
|
|
- "futures-io",
|
|
|
- "futures-sink",
|
|
|
- "futures-task",
|
|
|
- "futures-util",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "futures-channel"
|
|
|
version = "0.3.21"
|
|
@@ -690,7 +669,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
|
|
|
dependencies = [
|
|
|
"futures-core",
|
|
|
- "futures-sink",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -716,21 +694,6 @@ version = "0.3.21"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "futures-lite"
|
|
|
-version = "1.12.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
|
|
-dependencies = [
|
|
|
- "fastrand",
|
|
|
- "futures-core",
|
|
|
- "futures-io",
|
|
|
- "memchr",
|
|
|
- "parking",
|
|
|
- "pin-project-lite",
|
|
|
- "waker-fn",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "futures-macro"
|
|
|
version = "0.3.21"
|
|
@@ -742,12 +705,6 @@ dependencies = [
|
|
|
"syn",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "futures-sink"
|
|
|
-version = "0.3.21"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "futures-task"
|
|
|
version = "0.3.21"
|
|
@@ -760,13 +717,9 @@ version = "0.3.21"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
|
|
|
dependencies = [
|
|
|
- "futures-channel",
|
|
|
"futures-core",
|
|
|
- "futures-io",
|
|
|
"futures-macro",
|
|
|
- "futures-sink",
|
|
|
"futures-task",
|
|
|
- "memchr",
|
|
|
"pin-project-lite",
|
|
|
"pin-utils",
|
|
|
"slab",
|
|
@@ -1250,20 +1203,6 @@ dependencies = [
|
|
|
"system-deps 5.0.0",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "jni"
|
|
|
-version = "0.18.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "24967112a1e4301ca5342ea339763613a37592b8a6ce6cf2e4494537c7a42faf"
|
|
|
-dependencies = [
|
|
|
- "cesu8",
|
|
|
- "combine",
|
|
|
- "jni-sys",
|
|
|
- "log",
|
|
|
- "thiserror",
|
|
|
- "walkdir",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "jni"
|
|
|
version = "0.19.0"
|
|
@@ -1625,9 +1564,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "once_cell"
|
|
|
-version = "1.12.0"
|
|
|
+version = "1.14.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
|
|
|
+checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"
|
|
|
|
|
|
[[package]]
|
|
|
name = "openssl"
|
|
@@ -1699,23 +1638,6 @@ dependencies = [
|
|
|
"system-deps 6.0.2",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "parking"
|
|
|
-version = "2.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parking_lot"
|
|
|
-version = "0.11.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
|
|
-dependencies = [
|
|
|
- "instant",
|
|
|
- "lock_api",
|
|
|
- "parking_lot_core 0.8.5",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "parking_lot"
|
|
|
version = "0.12.1"
|
|
@@ -1723,21 +1645,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
dependencies = [
|
|
|
"lock_api",
|
|
|
- "parking_lot_core 0.9.3",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parking_lot_core"
|
|
|
-version = "0.8.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "instant",
|
|
|
- "libc",
|
|
|
- "redox_syscall",
|
|
|
- "smallvec",
|
|
|
- "winapi",
|
|
|
+ "parking_lot_core",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2081,9 +1989,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "raw-window-handle"
|
|
|
-version = "0.4.3"
|
|
|
+version = "0.5.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41"
|
|
|
+checksum = "ed7e3d950b66e19e0c372f3fa3fbbcf85b1746b571f74e0c2af6042a5c93420a"
|
|
|
dependencies = [
|
|
|
"cty",
|
|
|
]
|
|
@@ -2145,13 +2053,12 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "rfd"
|
|
|
-version = "0.9.1"
|
|
|
+version = "0.10.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f121348fd3b9035ed11be1f028e8944263c30641f8c5deacf57a4320782fb402"
|
|
|
+checksum = "0149778bd99b6959285b0933288206090c50e2327f47a9c463bfdbf45c8823ea"
|
|
|
dependencies = [
|
|
|
"block",
|
|
|
"dispatch",
|
|
|
- "embed-resource",
|
|
|
"glib-sys",
|
|
|
"gobject-sys",
|
|
|
"gtk-sys",
|
|
@@ -2165,7 +2072,7 @@ dependencies = [
|
|
|
"wasm-bindgen",
|
|
|
"wasm-bindgen-futures",
|
|
|
"web-sys",
|
|
|
- "windows",
|
|
|
+ "windows 0.37.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2502,7 +2409,7 @@ checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08"
|
|
|
dependencies = [
|
|
|
"new_debug_unreachable",
|
|
|
"once_cell",
|
|
|
- "parking_lot 0.12.1",
|
|
|
+ "parking_lot",
|
|
|
"phf_shared 0.10.0",
|
|
|
"precomputed-hash",
|
|
|
"serde",
|
|
@@ -2565,9 +2472,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "tao"
|
|
|
-version = "0.12.0"
|
|
|
+version = "0.14.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1e394212ba69118794d1b66e1c3a9752f483d228e8ac0c2820f6324d72b5332e"
|
|
|
+checksum = "43336f5d1793543ba96e2a1e75f3a5c7dcd592743be06a0ab3a190f4fcb4b934"
|
|
|
dependencies = [
|
|
|
"bitflags",
|
|
|
"cairo-rs",
|
|
@@ -2587,7 +2494,7 @@ dependencies = [
|
|
|
"gtk",
|
|
|
"image",
|
|
|
"instant",
|
|
|
- "jni 0.19.0",
|
|
|
+ "jni",
|
|
|
"lazy_static",
|
|
|
"libc",
|
|
|
"log",
|
|
@@ -2596,15 +2503,15 @@ dependencies = [
|
|
|
"ndk-sys",
|
|
|
"objc",
|
|
|
"once_cell",
|
|
|
- "parking_lot 0.11.2",
|
|
|
+ "parking_lot",
|
|
|
"paste",
|
|
|
"png 0.17.5",
|
|
|
"raw-window-handle",
|
|
|
"scopeguard",
|
|
|
"serde",
|
|
|
"unicode-segmentation",
|
|
|
- "uuid 0.8.2",
|
|
|
- "windows",
|
|
|
+ "uuid 1.1.2",
|
|
|
+ "windows 0.39.0",
|
|
|
"windows-implement",
|
|
|
"x11-dl",
|
|
|
]
|
|
@@ -2630,9 +2537,9 @@ dependencies = [
|
|
|
"cocoa",
|
|
|
"dirs-next",
|
|
|
"embed_plist",
|
|
|
+ "encoding_rs",
|
|
|
"flate2",
|
|
|
- "futures",
|
|
|
- "futures-lite",
|
|
|
+ "futures-util",
|
|
|
"glib",
|
|
|
"glob",
|
|
|
"gtk",
|
|
@@ -2665,7 +2572,7 @@ dependencies = [
|
|
|
"uuid 1.1.2",
|
|
|
"webkit2gtk",
|
|
|
"webview2-com",
|
|
|
- "windows",
|
|
|
+ "windows 0.39.0",
|
|
|
"zip",
|
|
|
]
|
|
|
|
|
@@ -2728,6 +2635,7 @@ dependencies = [
|
|
|
"http",
|
|
|
"http-range",
|
|
|
"infer",
|
|
|
+ "rand 0.8.5",
|
|
|
"raw-window-handle",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
@@ -2735,7 +2643,7 @@ dependencies = [
|
|
|
"thiserror",
|
|
|
"uuid 1.1.2",
|
|
|
"webview2-com",
|
|
|
- "windows",
|
|
|
+ "windows 0.39.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2752,7 +2660,7 @@ dependencies = [
|
|
|
"uuid 1.1.2",
|
|
|
"webkit2gtk",
|
|
|
"webview2-com",
|
|
|
- "windows",
|
|
|
+ "windows 0.39.0",
|
|
|
"wry",
|
|
|
]
|
|
|
|
|
@@ -2778,7 +2686,7 @@ dependencies = [
|
|
|
"thiserror",
|
|
|
"url",
|
|
|
"walkdir",
|
|
|
- "windows",
|
|
|
+ "windows 0.39.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -3011,13 +2919,12 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "url"
|
|
|
-version = "2.2.2"
|
|
|
+version = "2.3.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
|
|
+checksum = "22fe195a4f217c25b25cb5058ced57059824a678474874038dc88d211bf508d3"
|
|
|
dependencies = [
|
|
|
"form_urlencoded",
|
|
|
"idna",
|
|
|
- "matches",
|
|
|
"percent-encoding",
|
|
|
"serde",
|
|
|
]
|
|
@@ -3033,9 +2940,6 @@ name = "uuid"
|
|
|
version = "0.8.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
|
|
-dependencies = [
|
|
|
- "getrandom 0.2.7",
|
|
|
-]
|
|
|
|
|
|
[[package]]
|
|
|
name = "uuid"
|
|
@@ -3076,32 +2980,6 @@ version = "0.9.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "vswhom"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "vswhom-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "vswhom-sys"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "22025f6d8eb903ebf920ea6933b70b1e495be37e2cb4099e62c80454aaf57c39"
|
|
|
-dependencies = [
|
|
|
- "cc",
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "waker-fn"
|
|
|
-version = "1.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "walkdir"
|
|
|
version = "2.3.2"
|
|
@@ -3250,13 +3128,13 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "webview2-com"
|
|
|
-version = "0.16.0"
|
|
|
+version = "0.19.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a489a9420acabb3c2ed0434b6f71f6b56b9485ec32665a28dec1ee186d716e0f"
|
|
|
+checksum = "b4a769c9f1a64a8734bde70caafac2b96cada12cd4aefa49196b3a386b8b4178"
|
|
|
dependencies = [
|
|
|
"webview2-com-macros",
|
|
|
"webview2-com-sys",
|
|
|
- "windows",
|
|
|
+ "windows 0.39.0",
|
|
|
"windows-implement",
|
|
|
]
|
|
|
|
|
@@ -3273,24 +3151,19 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "webview2-com-sys"
|
|
|
-version = "0.16.0"
|
|
|
+version = "0.19.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0258c53ee9adc0a4f8ba1c8c317588f7a58c7048a55b621d469ba75ab3709ca1"
|
|
|
+checksum = "aac48ef20ddf657755fdcda8dfed2a7b4fc7e4581acce6fe9b88c3d64f29dee7"
|
|
|
dependencies = [
|
|
|
"regex",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
"thiserror",
|
|
|
- "windows",
|
|
|
+ "windows 0.39.0",
|
|
|
"windows-bindgen",
|
|
|
+ "windows-metadata",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "wildmatch"
|
|
|
-version = "2.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ee583bdc5ff1cf9db20e9db5bb3ff4c3089a8f6b8b31aff265c9aba85812db86"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "winapi"
|
|
|
version = "0.3.9"
|
|
@@ -3328,7 +3201,6 @@ version = "0.37.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "57b543186b344cc61c85b5aab0d2e3adf4e0f99bc076eff9aa5927bcc0b8a647"
|
|
|
dependencies = [
|
|
|
- "windows-implement",
|
|
|
"windows_aarch64_msvc 0.37.0",
|
|
|
"windows_i686_gnu 0.37.0",
|
|
|
"windows_i686_msvc 0.37.0",
|
|
@@ -3336,11 +3208,25 @@ dependencies = [
|
|
|
"windows_x86_64_msvc 0.37.0",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows"
|
|
|
+version = "0.39.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a"
|
|
|
+dependencies = [
|
|
|
+ "windows-implement",
|
|
|
+ "windows_aarch64_msvc 0.39.0",
|
|
|
+ "windows_i686_gnu 0.39.0",
|
|
|
+ "windows_i686_msvc 0.39.0",
|
|
|
+ "windows_x86_64_gnu 0.39.0",
|
|
|
+ "windows_x86_64_msvc 0.39.0",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "windows-bindgen"
|
|
|
-version = "0.37.0"
|
|
|
+version = "0.39.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0bed7be31ade0af08fec9b5343e9edcc005d22b1f11859b8a59b24797f5858e8"
|
|
|
+checksum = "68003dbd0e38abc0fb85b939240f4bce37c43a5981d3df37ccbaaa981b47cb41"
|
|
|
dependencies = [
|
|
|
"windows-metadata",
|
|
|
"windows-tokens",
|
|
@@ -3348,9 +3234,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "windows-implement"
|
|
|
-version = "0.37.0"
|
|
|
+version = "0.39.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "67a1062e555f7d9d66fd1130ed4f7c6ec41a47529ee0850cd0e926d95b26bb14"
|
|
|
+checksum = "ba01f98f509cb5dc05f4e5fc95e535f78260f15fea8fe1a8abdd08f774f1cee7"
|
|
|
dependencies = [
|
|
|
"syn",
|
|
|
"windows-tokens",
|
|
@@ -3358,9 +3244,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "windows-metadata"
|
|
|
-version = "0.37.0"
|
|
|
+version = "0.39.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4f33f2b90a6664e369c41ab5ff262d06f048fc9685d9bf8a0e99a47750bb0463"
|
|
|
+checksum = "9ee5e275231f07c6e240d14f34e1b635bf1faa1c76c57cfd59a5cdb9848e4278"
|
|
|
|
|
|
[[package]]
|
|
|
name = "windows-sys"
|
|
@@ -3377,9 +3263,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "windows-tokens"
|
|
|
-version = "0.37.0"
|
|
|
+version = "0.39.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3263d25f1170419995b78ff10c06b949e8a986c35c208dc24333c64753a87169"
|
|
|
+checksum = "f838de2fe15fe6bac988e74b798f26499a8b21a9d97edec321e79b28d1d7f597"
|
|
|
|
|
|
[[package]]
|
|
|
name = "windows_aarch64_msvc"
|
|
@@ -3393,6 +3279,12 @@ version = "0.37.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "2623277cb2d1c216ba3b578c0f3cf9cdebeddb6e66b1b218bb33596ea7769c3a"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows_aarch64_msvc"
|
|
|
+version = "0.39.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "windows_i686_gnu"
|
|
|
version = "0.36.1"
|
|
@@ -3405,6 +3297,12 @@ version = "0.37.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d3925fd0b0b804730d44d4b6278c50f9699703ec49bcd628020f46f4ba07d9e1"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_gnu"
|
|
|
+version = "0.39.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "windows_i686_msvc"
|
|
|
version = "0.36.1"
|
|
@@ -3417,6 +3315,12 @@ version = "0.37.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "ce907ac74fe331b524c1298683efbf598bb031bc84d5e274db2083696d07c57c"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_msvc"
|
|
|
+version = "0.39.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "windows_x86_64_gnu"
|
|
|
version = "0.36.1"
|
|
@@ -3429,6 +3333,12 @@ version = "0.37.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "2babfba0828f2e6b32457d5341427dcbb577ceef556273229959ac23a10af33d"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_gnu"
|
|
|
+version = "0.39.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "windows_x86_64_msvc"
|
|
|
version = "0.36.1"
|
|
@@ -3442,13 +3352,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "f4dd6dc7df2d84cf7b33822ed5b86318fb1781948e9663bacd047fc9dd52259d"
|
|
|
|
|
|
[[package]]
|
|
|
-name = "winreg"
|
|
|
-version = "0.10.1"
|
|
|
+name = "windows_x86_64_msvc"
|
|
|
+version = "0.39.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
|
|
-dependencies = [
|
|
|
- "winapi",
|
|
|
-]
|
|
|
+checksum = "5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809"
|
|
|
|
|
|
[[package]]
|
|
|
name = "winres"
|
|
@@ -3461,19 +3368,22 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "wry"
|
|
|
-version = "0.19.0"
|
|
|
+version = "0.21.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ce19dddbd3ce01dc8f14eb6d4c8f914123bf8379aaa838f6da4f981ff7104a3f"
|
|
|
+checksum = "844db9289224ed80d186fa4a094365a6639c5790bb4b120e7a14a72d4c82e8fd"
|
|
|
dependencies = [
|
|
|
+ "base64",
|
|
|
"block",
|
|
|
"cocoa",
|
|
|
"core-graphics",
|
|
|
+ "crossbeam-channel",
|
|
|
"gdk",
|
|
|
"gio",
|
|
|
"glib",
|
|
|
"gtk",
|
|
|
+ "html5ever",
|
|
|
"http",
|
|
|
- "jni 0.18.0",
|
|
|
+ "kuchiki",
|
|
|
"libc",
|
|
|
"log",
|
|
|
"objc",
|
|
@@ -3481,13 +3391,14 @@ dependencies = [
|
|
|
"once_cell",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
+ "sha2",
|
|
|
"tao",
|
|
|
"thiserror",
|
|
|
"url",
|
|
|
"webkit2gtk",
|
|
|
"webkit2gtk-sys",
|
|
|
"webview2-com",
|
|
|
- "windows",
|
|
|
+ "windows 0.39.0",
|
|
|
"windows-implement",
|
|
|
]
|
|
|
|
|
@@ -3503,9 +3414,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "x11-dl"
|
|
|
-version = "2.19.1"
|
|
|
+version = "2.20.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ea26926b4ce81a6f5d9d0f3a0bc401e5a37c6ae14a1bfaa8ff6099ca80038c59"
|
|
|
+checksum = "0c83627bc137605acc00bb399c7b908ef460b621fc37c953db2b09f88c449ea6"
|
|
|
dependencies = [
|
|
|
"lazy_static",
|
|
|
"libc",
|