|
@@ -48,6 +48,12 @@ version = "0.13.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "base64"
|
|
|
+version = "0.21.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "bitflags"
|
|
|
version = "1.3.2"
|
|
@@ -115,22 +121,6 @@ dependencies = [
|
|
|
"os_str_bytes",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "core-foundation"
|
|
|
-version = "0.9.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
|
|
-dependencies = [
|
|
|
- "core-foundation-sys",
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "core-foundation-sys"
|
|
|
-version = "0.8.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "dirs"
|
|
|
version = "4.0.0"
|
|
@@ -175,21 +165,6 @@ version = "1.0.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "foreign-types"
|
|
|
-version = "0.3.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
-dependencies = [
|
|
|
- "foreign-types-shared",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "foreign-types-shared"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "form_urlencoded"
|
|
|
version = "1.1.0"
|
|
@@ -357,16 +332,16 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "hyper-tls"
|
|
|
-version = "0.5.0"
|
|
|
+name = "hyper-rustls"
|
|
|
+version = "0.23.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
|
+checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
|
|
|
dependencies = [
|
|
|
- "bytes",
|
|
|
+ "http",
|
|
|
"hyper",
|
|
|
- "native-tls",
|
|
|
+ "rustls",
|
|
|
"tokio",
|
|
|
- "tokio-native-tls",
|
|
|
+ "tokio-rustls",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -419,12 +394,6 @@ dependencies = [
|
|
|
"wasm-bindgen",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "lazy_static"
|
|
|
-version = "1.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "libc"
|
|
|
version = "0.2.137"
|
|
@@ -461,25 +430,7 @@ dependencies = [
|
|
|
"libc",
|
|
|
"log",
|
|
|
"wasi",
|
|
|
- "windows-sys 0.42.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "native-tls"
|
|
|
-version = "0.2.11"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
|
|
-dependencies = [
|
|
|
- "lazy_static",
|
|
|
- "libc",
|
|
|
- "log",
|
|
|
- "openssl",
|
|
|
- "openssl-probe",
|
|
|
- "openssl-sys",
|
|
|
- "schannel",
|
|
|
- "security-framework",
|
|
|
- "security-framework-sys",
|
|
|
- "tempfile",
|
|
|
+ "windows-sys",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -498,51 +449,6 @@ version = "1.16.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "openssl"
|
|
|
-version = "0.10.42"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "12fc0523e3bd51a692c8850d075d74dc062ccf251c0110668cbd921917118a13"
|
|
|
-dependencies = [
|
|
|
- "bitflags",
|
|
|
- "cfg-if",
|
|
|
- "foreign-types",
|
|
|
- "libc",
|
|
|
- "once_cell",
|
|
|
- "openssl-macros",
|
|
|
- "openssl-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "openssl-macros"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "openssl-probe"
|
|
|
-version = "0.1.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "openssl-sys"
|
|
|
-version = "0.9.77"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b03b84c3b2d099b81f0953422b4d4ad58761589d0229b5506356afca05a3670a"
|
|
|
-dependencies = [
|
|
|
- "autocfg",
|
|
|
- "cc",
|
|
|
- "libc",
|
|
|
- "pkg-config",
|
|
|
- "vcpkg",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "os_str_bytes"
|
|
|
version = "6.4.1"
|
|
@@ -567,12 +473,6 @@ version = "0.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "pkg-config"
|
|
|
-version = "0.3.26"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "proc-macro-error"
|
|
|
version = "1.0.4"
|
|
@@ -650,7 +550,7 @@ version = "0.11.13"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c"
|
|
|
dependencies = [
|
|
|
- "base64",
|
|
|
+ "base64 0.13.1",
|
|
|
"bytes",
|
|
|
"encoding_rs",
|
|
|
"futures-core",
|
|
@@ -659,65 +559,80 @@ dependencies = [
|
|
|
"http",
|
|
|
"http-body",
|
|
|
"hyper",
|
|
|
- "hyper-tls",
|
|
|
+ "hyper-rustls",
|
|
|
"ipnet",
|
|
|
"js-sys",
|
|
|
"log",
|
|
|
"mime",
|
|
|
- "native-tls",
|
|
|
"once_cell",
|
|
|
"percent-encoding",
|
|
|
"pin-project-lite",
|
|
|
+ "rustls",
|
|
|
+ "rustls-pemfile",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
"serde_urlencoded",
|
|
|
"tokio",
|
|
|
- "tokio-native-tls",
|
|
|
+ "tokio-rustls",
|
|
|
"tower-service",
|
|
|
"url",
|
|
|
"wasm-bindgen",
|
|
|
"wasm-bindgen-futures",
|
|
|
"web-sys",
|
|
|
+ "webpki-roots",
|
|
|
"winreg",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "ryu"
|
|
|
-version = "1.0.11"
|
|
|
+name = "ring"
|
|
|
+version = "0.16.20"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
|
|
|
+checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
+dependencies = [
|
|
|
+ "cc",
|
|
|
+ "libc",
|
|
|
+ "once_cell",
|
|
|
+ "spin",
|
|
|
+ "untrusted",
|
|
|
+ "web-sys",
|
|
|
+ "winapi",
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "schannel"
|
|
|
-version = "0.1.20"
|
|
|
+name = "rustls"
|
|
|
+version = "0.20.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
|
|
|
+checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
|
|
|
dependencies = [
|
|
|
- "lazy_static",
|
|
|
- "windows-sys 0.36.1",
|
|
|
+ "log",
|
|
|
+ "ring",
|
|
|
+ "sct",
|
|
|
+ "webpki",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "security-framework"
|
|
|
-version = "2.7.0"
|
|
|
+name = "rustls-pemfile"
|
|
|
+version = "1.0.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
|
|
|
+checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
|
|
|
dependencies = [
|
|
|
- "bitflags",
|
|
|
- "core-foundation",
|
|
|
- "core-foundation-sys",
|
|
|
- "libc",
|
|
|
- "security-framework-sys",
|
|
|
+ "base64 0.21.0",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "security-framework-sys"
|
|
|
-version = "2.6.1"
|
|
|
+name = "ryu"
|
|
|
+version = "1.0.11"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "sct"
|
|
|
+version = "0.7.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
|
|
|
+checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
|
|
dependencies = [
|
|
|
- "core-foundation-sys",
|
|
|
- "libc",
|
|
|
+ "ring",
|
|
|
+ "untrusted",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -788,6 +703,12 @@ dependencies = [
|
|
|
"winapi",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "spin"
|
|
|
+version = "0.5.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "strsim"
|
|
|
version = "0.10.0"
|
|
@@ -881,13 +802,14 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "tokio-native-tls"
|
|
|
-version = "0.3.0"
|
|
|
+name = "tokio-rustls"
|
|
|
+version = "0.23.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
|
|
+checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
|
|
|
dependencies = [
|
|
|
- "native-tls",
|
|
|
+ "rustls",
|
|
|
"tokio",
|
|
|
+ "webpki",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -957,6 +879,12 @@ dependencies = [
|
|
|
"tinyvec",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "untrusted"
|
|
|
+version = "0.7.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "url"
|
|
|
version = "2.3.1"
|
|
@@ -968,12 +896,6 @@ dependencies = [
|
|
|
"percent-encoding",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "vcpkg"
|
|
|
-version = "0.2.15"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "version_check"
|
|
|
version = "0.9.4"
|
|
@@ -1072,6 +994,25 @@ dependencies = [
|
|
|
"wasm-bindgen",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "webpki"
|
|
|
+version = "0.22.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
|
|
+dependencies = [
|
|
|
+ "ring",
|
|
|
+ "untrusted",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "webpki-roots"
|
|
|
+version = "0.22.6"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
|
|
|
+dependencies = [
|
|
|
+ "webpki",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "winapi"
|
|
|
version = "0.3.9"
|
|
@@ -1103,19 +1044,6 @@ version = "0.4.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "windows-sys"
|
|
|
-version = "0.36.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
|
|
-dependencies = [
|
|
|
- "windows_aarch64_msvc 0.36.1",
|
|
|
- "windows_i686_gnu 0.36.1",
|
|
|
- "windows_i686_msvc 0.36.1",
|
|
|
- "windows_x86_64_gnu 0.36.1",
|
|
|
- "windows_x86_64_msvc 0.36.1",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "windows-sys"
|
|
|
version = "0.42.0"
|
|
@@ -1123,12 +1051,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
dependencies = [
|
|
|
"windows_aarch64_gnullvm",
|
|
|
- "windows_aarch64_msvc 0.42.0",
|
|
|
- "windows_i686_gnu 0.42.0",
|
|
|
- "windows_i686_msvc 0.42.0",
|
|
|
- "windows_x86_64_gnu 0.42.0",
|
|
|
+ "windows_aarch64_msvc",
|
|
|
+ "windows_i686_gnu",
|
|
|
+ "windows_i686_msvc",
|
|
|
+ "windows_x86_64_gnu",
|
|
|
"windows_x86_64_gnullvm",
|
|
|
- "windows_x86_64_msvc 0.42.0",
|
|
|
+ "windows_x86_64_msvc",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1137,48 +1065,24 @@ version = "0.42.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "windows_aarch64_msvc"
|
|
|
-version = "0.36.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "windows_aarch64_msvc"
|
|
|
version = "0.42.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "windows_i686_gnu"
|
|
|
-version = "0.36.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "windows_i686_gnu"
|
|
|
version = "0.42.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "windows_i686_msvc"
|
|
|
-version = "0.36.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "windows_i686_msvc"
|
|
|
version = "0.42.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "windows_x86_64_gnu"
|
|
|
-version = "0.36.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "windows_x86_64_gnu"
|
|
|
version = "0.42.0"
|
|
@@ -1191,12 +1095,6 @@ version = "0.42.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "windows_x86_64_msvc"
|
|
|
-version = "0.36.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "windows_x86_64_msvc"
|
|
|
version = "0.42.0"
|