|
@@ -14,6 +14,12 @@ version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
|
|
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "autocfg"
|
|
|
|
+version = "1.1.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "base64"
|
|
name = "base64"
|
|
version = "0.10.1"
|
|
version = "0.10.1"
|
|
@@ -657,7 +663,7 @@ version = "0.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
|
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "autocfg",
|
|
|
|
|
|
+ "autocfg 0.1.7",
|
|
"libc",
|
|
"libc",
|
|
"rand_chacha",
|
|
"rand_chacha",
|
|
"rand_core 0.4.2",
|
|
"rand_core 0.4.2",
|
|
@@ -676,7 +682,7 @@ version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
|
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "autocfg",
|
|
|
|
|
|
+ "autocfg 0.1.7",
|
|
"rand_core 0.3.1",
|
|
"rand_core 0.3.1",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -744,7 +750,7 @@ 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 = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
|
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "autocfg",
|
|
|
|
|
|
+ "autocfg 0.1.7",
|
|
"rand_core 0.4.2",
|
|
"rand_core 0.4.2",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -902,11 +908,13 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "tokio"
|
|
name = "tokio"
|
|
-version = "1.19.2"
|
|
|
|
|
|
+version = "1.25.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439"
|
|
|
|
|
|
+checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af"
|
|
dependencies = [
|
|
dependencies = [
|
|
|
|
+ "autocfg 1.1.0",
|
|
"pin-project-lite",
|
|
"pin-project-lite",
|
|
|
|
+ "windows-sys",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1118,6 +1126,63 @@ version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows-sys"
|
|
|
|
+version = "0.42.0"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
+dependencies = [
|
|
|
|
+ "windows_aarch64_gnullvm",
|
|
|
|
+ "windows_aarch64_msvc",
|
|
|
|
+ "windows_i686_gnu",
|
|
|
|
+ "windows_i686_msvc",
|
|
|
|
+ "windows_x86_64_gnu",
|
|
|
|
+ "windows_x86_64_gnullvm",
|
|
|
|
+ "windows_x86_64_msvc",
|
|
|
|
+]
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_aarch64_gnullvm"
|
|
|
|
+version = "0.42.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_aarch64_msvc"
|
|
|
|
+version = "0.42.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_i686_gnu"
|
|
|
|
+version = "0.42.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_i686_msvc"
|
|
|
|
+version = "0.42.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_x86_64_gnu"
|
|
|
|
+version = "0.42.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_x86_64_gnullvm"
|
|
|
|
+version = "0.42.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_x86_64_msvc"
|
|
|
|
+version = "0.42.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "ws2_32-sys"
|
|
name = "ws2_32-sys"
|
|
version = "0.2.1"
|
|
version = "0.2.1"
|