|
@@ -234,16 +234,6 @@ dependencies = [
|
|
"xdg",
|
|
"xdg",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "console_error_panic_hook"
|
|
|
|
-version = "0.1.6"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211"
|
|
|
|
-dependencies = [
|
|
|
|
- "cfg-if 0.1.10",
|
|
|
|
- "wasm-bindgen",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "core-foundation"
|
|
name = "core-foundation"
|
|
version = "0.9.1"
|
|
version = "0.9.1"
|
|
@@ -1413,9 +1403,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "reqwest"
|
|
name = "reqwest"
|
|
-version = "0.10.9"
|
|
|
|
|
|
+version = "0.10.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "fb15d6255c792356a0f578d8a645c677904dc02e862bebe2ecc18e0c01b9a0ce"
|
|
|
|
|
|
+checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c"
|
|
dependencies = [
|
|
dependencies = [
|
|
"base64 0.13.0",
|
|
"base64 0.13.0",
|
|
"bytes",
|
|
"bytes",
|
|
@@ -1443,7 +1433,6 @@ dependencies = [
|
|
"url",
|
|
"url",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen-futures",
|
|
"wasm-bindgen-futures",
|
|
- "wasm-bindgen-test",
|
|
|
|
"web-sys",
|
|
"web-sys",
|
|
"winreg",
|
|
"winreg",
|
|
]
|
|
]
|
|
@@ -1488,12 +1477,6 @@ dependencies = [
|
|
"winapi 0.3.9",
|
|
"winapi 0.3.9",
|
|
]
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "scoped-tls"
|
|
|
|
-version = "1.0.0"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "scopeguard"
|
|
name = "scopeguard"
|
|
version = "1.1.0"
|
|
version = "1.1.0"
|
|
@@ -2159,30 +2142,6 @@ version = "0.2.69"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158"
|
|
checksum = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158"
|
|
|
|
|
|
-[[package]]
|
|
|
|
-name = "wasm-bindgen-test"
|
|
|
|
-version = "0.3.19"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "0355fa0c1f9b792a09b6dcb6a8be24d51e71e6d74972f9eb4a44c4c004d24a25"
|
|
|
|
-dependencies = [
|
|
|
|
- "console_error_panic_hook",
|
|
|
|
- "js-sys",
|
|
|
|
- "scoped-tls",
|
|
|
|
- "wasm-bindgen",
|
|
|
|
- "wasm-bindgen-futures",
|
|
|
|
- "wasm-bindgen-test-macro",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
-[[package]]
|
|
|
|
-name = "wasm-bindgen-test-macro"
|
|
|
|
-version = "0.3.19"
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
-checksum = "27e07b46b98024c2ba2f9e83a10c2ef0515f057f2da299c1762a2017de80438b"
|
|
|
|
-dependencies = [
|
|
|
|
- "proc-macro2",
|
|
|
|
- "quote",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "web-sys"
|
|
name = "web-sys"
|
|
version = "0.3.46"
|
|
version = "0.3.46"
|