|
@@ -14,12 +14,6 @@ version = "0.1.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "autocfg"
|
|
|
-version = "1.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "base64"
|
|
|
version = "0.10.1"
|
|
@@ -84,7 +78,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
|
|
dependencies = [
|
|
|
"byteorder",
|
|
|
- "either",
|
|
|
"iovec",
|
|
|
]
|
|
|
|
|
@@ -94,6 +87,12 @@ version = "0.5.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "bytes"
|
|
|
+version = "1.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "cfg-if"
|
|
|
version = "0.1.10"
|
|
@@ -182,12 +181,6 @@ dependencies = [
|
|
|
"generic-array",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "either"
|
|
|
-version = "1.6.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "fake-simd"
|
|
|
version = "0.1.2"
|
|
@@ -241,37 +234,46 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
|
|
|
|
|
|
[[package]]
|
|
|
-name = "generic-array"
|
|
|
-version = "0.12.4"
|
|
|
+name = "futures-channel"
|
|
|
+version = "0.3.21"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
|
|
+checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
|
|
|
dependencies = [
|
|
|
- "typenum",
|
|
|
+ "futures-core",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "h2"
|
|
|
-version = "0.1.26"
|
|
|
+name = "futures-core"
|
|
|
+version = "0.3.21"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "futures-task"
|
|
|
+version = "0.3.21"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
|
|
|
+checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "futures-util"
|
|
|
+version = "0.3.21"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
|
|
|
dependencies = [
|
|
|
- "byteorder",
|
|
|
- "bytes 0.4.12",
|
|
|
- "fnv",
|
|
|
- "futures",
|
|
|
- "http",
|
|
|
- "indexmap",
|
|
|
- "log 0.4.14",
|
|
|
- "slab",
|
|
|
- "string",
|
|
|
- "tokio-io",
|
|
|
+ "futures-core",
|
|
|
+ "futures-task",
|
|
|
+ "pin-project-lite",
|
|
|
+ "pin-utils",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "hashbrown"
|
|
|
-version = "0.11.2"
|
|
|
+name = "generic-array"
|
|
|
+version = "0.12.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
+checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
|
|
|
+dependencies = [
|
|
|
+ "typenum",
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
|
name = "heck"
|
|
@@ -303,25 +305,24 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "http"
|
|
|
-version = "0.1.21"
|
|
|
+version = "0.2.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"
|
|
|
+checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
|
|
dependencies = [
|
|
|
- "bytes 0.4.12",
|
|
|
+ "bytes 1.1.0",
|
|
|
"fnv",
|
|
|
- "itoa",
|
|
|
+ "itoa 1.0.2",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "http-body"
|
|
|
-version = "0.1.0"
|
|
|
+version = "0.4.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
|
|
|
+checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
|
|
dependencies = [
|
|
|
- "bytes 0.4.12",
|
|
|
- "futures",
|
|
|
+ "bytes 1.1.0",
|
|
|
"http",
|
|
|
- "tokio-buf",
|
|
|
+ "pin-project-lite",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -330,25 +331,31 @@ version = "1.5.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "httpdate"
|
|
|
+version = "1.0.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "hyper"
|
|
|
-version = "0.12.36"
|
|
|
+version = "0.14.12"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5c843caf6296fc1f93444735205af9ed4e109a539005abb2564ae1d6fad34c52"
|
|
|
+checksum = "13f67199e765030fa08fe0bd581af683f0d5bc04ea09c2b1102012c5fb90e7fd"
|
|
|
dependencies = [
|
|
|
- "bytes 0.4.12",
|
|
|
- "futures",
|
|
|
- "h2",
|
|
|
+ "bytes 1.1.0",
|
|
|
+ "futures-channel",
|
|
|
+ "futures-core",
|
|
|
+ "futures-util",
|
|
|
"http",
|
|
|
"http-body",
|
|
|
"httparse",
|
|
|
- "iovec",
|
|
|
- "itoa",
|
|
|
- "log 0.4.14",
|
|
|
- "rustc_version",
|
|
|
- "time",
|
|
|
- "tokio-buf",
|
|
|
- "tokio-io",
|
|
|
+ "httpdate",
|
|
|
+ "itoa 0.4.8",
|
|
|
+ "pin-project-lite",
|
|
|
+ "tokio",
|
|
|
+ "tower-service",
|
|
|
+ "tracing",
|
|
|
"want",
|
|
|
]
|
|
|
|
|
@@ -376,16 +383,6 @@ version = "1.0.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "indexmap"
|
|
|
-version = "1.7.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
|
|
|
-dependencies = [
|
|
|
- "autocfg 1.0.1",
|
|
|
- "hashbrown",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "iovec"
|
|
|
version = "0.1.4"
|
|
@@ -401,6 +398,12 @@ version = "0.4.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "itoa"
|
|
|
+version = "1.0.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "kernel32-sys"
|
|
|
version = "0.2.2"
|
|
@@ -529,6 +532,12 @@ dependencies = [
|
|
|
"libc",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "once_cell"
|
|
|
+version = "1.12.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "opaque-debug"
|
|
|
version = "0.2.3"
|
|
@@ -575,6 +584,18 @@ dependencies = [
|
|
|
"siphasher",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "pin-project-lite"
|
|
|
+version = "0.2.9"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "pin-utils"
|
|
|
+version = "0.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "postgres-protocol"
|
|
|
version = "0.4.1"
|
|
@@ -636,7 +657,7 @@ version = "0.6.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
|
|
dependencies = [
|
|
|
- "autocfg 0.1.7",
|
|
|
+ "autocfg",
|
|
|
"libc",
|
|
|
"rand_chacha",
|
|
|
"rand_core 0.4.2",
|
|
@@ -655,7 +676,7 @@ version = "0.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
|
|
dependencies = [
|
|
|
- "autocfg 0.1.7",
|
|
|
+ "autocfg",
|
|
|
"rand_core 0.3.1",
|
|
|
]
|
|
|
|
|
@@ -723,7 +744,7 @@ version = "0.1.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
|
|
dependencies = [
|
|
|
- "autocfg 0.1.7",
|
|
|
+ "autocfg",
|
|
|
"rand_core 0.4.2",
|
|
|
]
|
|
|
|
|
@@ -751,15 +772,6 @@ version = "0.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "05a51ad2b1c5c710fa89e6b1631068dab84ed687bc6a5fe061ad65da3d0c25b2"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "rustc_version"
|
|
|
-version = "0.2.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
-dependencies = [
|
|
|
- "semver",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "ryu"
|
|
|
version = "1.0.5"
|
|
@@ -772,21 +784,6 @@ version = "0.1.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "semver"
|
|
|
-version = "0.9.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
-dependencies = [
|
|
|
- "semver-parser",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "semver-parser"
|
|
|
-version = "0.7.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "serde"
|
|
|
version = "1.0.130"
|
|
@@ -810,7 +807,7 @@ version = "1.0.68"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8"
|
|
|
dependencies = [
|
|
|
- "itoa",
|
|
|
+ "itoa 0.4.8",
|
|
|
"ryu",
|
|
|
"serde",
|
|
|
]
|
|
@@ -850,15 +847,6 @@ dependencies = [
|
|
|
"rent_to_own",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "string"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
|
|
|
-dependencies = [
|
|
|
- "bytes 0.4.12",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "stringprep"
|
|
|
version = "0.1.2"
|
|
@@ -897,17 +885,6 @@ dependencies = [
|
|
|
"unicode-xid 0.2.2",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "time"
|
|
|
-version = "0.1.44"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "wasi",
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "tinyvec"
|
|
|
version = "1.4.0"
|
|
@@ -924,14 +901,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
|
[[package]]
|
|
|
-name = "tokio-buf"
|
|
|
-version = "0.1.1"
|
|
|
+name = "tokio"
|
|
|
+version = "1.19.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
|
|
|
+checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439"
|
|
|
dependencies = [
|
|
|
- "bytes 0.4.12",
|
|
|
- "either",
|
|
|
- "futures",
|
|
|
+ "pin-project-lite",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -990,6 +965,32 @@ dependencies = [
|
|
|
"tokio-io",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "tower-service"
|
|
|
+version = "0.3.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tracing"
|
|
|
+version = "0.1.35"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if 1.0.0",
|
|
|
+ "pin-project-lite",
|
|
|
+ "tracing-core",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tracing-core"
|
|
|
+version = "0.1.27"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "7709595b8878a4965ce5e87ebf880a7d39c9afc6837721b21a5a816a8117d921"
|
|
|
+dependencies = [
|
|
|
+ "once_cell",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "try-lock"
|
|
|
version = "0.2.3"
|
|
@@ -1075,21 +1076,14 @@ checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
|
|
|
|
|
[[package]]
|
|
|
name = "want"
|
|
|
-version = "0.2.0"
|
|
|
+version = "0.3.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
|
|
|
+checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
dependencies = [
|
|
|
- "futures",
|
|
|
"log 0.4.14",
|
|
|
"try-lock",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "wasi"
|
|
|
-version = "0.10.0+wasi-snapshot-preview1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "winapi"
|
|
|
version = "0.2.8"
|