|
@@ -32,7 +32,7 @@ version = "0.11.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
|
dependencies = [
|
|
|
- "winapi 0.3.9",
|
|
|
+ "winapi",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -43,9 +43,9 @@ checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61"
|
|
|
|
|
|
[[package]]
|
|
|
name = "arc-swap"
|
|
|
-version = "0.4.8"
|
|
|
+version = "1.3.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "dabe5a181f83789739c194cbe5a897dde195078fac08568d09221fd6137a7ba8"
|
|
|
+checksum = "e906254e445520903e7fc9da4f709886c84ae4bc4ddaf0e093188d66df4dc820"
|
|
|
|
|
|
[[package]]
|
|
|
name = "async-trait"
|
|
@@ -66,7 +66,7 @@ checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
dependencies = [
|
|
|
"hermit-abi",
|
|
|
"libc",
|
|
|
- "winapi 0.3.9",
|
|
|
+ "winapi",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -83,19 +83,13 @@ checksum = "b7815ea54e4d821e791162e078acbebfd6d8c8939cd559c9335dceb1c8ca7282"
|
|
|
dependencies = [
|
|
|
"addr2line",
|
|
|
"cc",
|
|
|
- "cfg-if 1.0.0",
|
|
|
+ "cfg-if",
|
|
|
"libc",
|
|
|
"miniz_oxide",
|
|
|
"object",
|
|
|
"rustc-demangle",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "base64"
|
|
|
-version = "0.12.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "base64"
|
|
|
version = "0.13.0"
|
|
@@ -165,12 +159,6 @@ version = "1.4.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "bytes"
|
|
|
-version = "0.5.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "bytes"
|
|
|
version = "1.0.1"
|
|
@@ -183,12 +171,6 @@ version = "1.0.68"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "cfg-if"
|
|
|
-version = "0.1.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "cfg-if"
|
|
|
version = "1.0.0"
|
|
@@ -206,7 +188,7 @@ dependencies = [
|
|
|
"num-traits",
|
|
|
"serde",
|
|
|
"time",
|
|
|
- "winapi 0.3.9",
|
|
|
+ "winapi",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -274,7 +256,7 @@ version = "0.8.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
|
|
|
dependencies = [
|
|
|
- "cfg-if 1.0.0",
|
|
|
+ "cfg-if",
|
|
|
"lazy_static",
|
|
|
]
|
|
|
|
|
@@ -324,7 +306,7 @@ version = "0.8.28"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
|
|
|
dependencies = [
|
|
|
- "cfg-if 1.0.0",
|
|
|
+ "cfg-if",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -389,22 +371,6 @@ dependencies = [
|
|
|
"percent-encoding",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "fuchsia-zircon"
|
|
|
-version = "0.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
-dependencies = [
|
|
|
- "bitflags",
|
|
|
- "fuchsia-zircon-sys",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fuchsia-zircon-sys"
|
|
|
-version = "0.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "futures"
|
|
|
version = "0.3.15"
|
|
@@ -492,7 +458,7 @@ dependencies = [
|
|
|
"futures-sink",
|
|
|
"futures-task",
|
|
|
"memchr",
|
|
|
- "pin-project-lite 0.2.6",
|
|
|
+ "pin-project-lite",
|
|
|
"pin-utils",
|
|
|
"proc-macro-hack",
|
|
|
"proc-macro-nested",
|
|
@@ -533,7 +499,7 @@ version = "0.2.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
|
|
dependencies = [
|
|
|
- "cfg-if 1.0.0",
|
|
|
+ "cfg-if",
|
|
|
"libc",
|
|
|
"wasi",
|
|
|
]
|
|
@@ -574,33 +540,13 @@ dependencies = [
|
|
|
"walkdir",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "h2"
|
|
|
-version = "0.2.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
|
|
|
-dependencies = [
|
|
|
- "bytes 0.5.6",
|
|
|
- "fnv",
|
|
|
- "futures-core",
|
|
|
- "futures-sink",
|
|
|
- "futures-util",
|
|
|
- "http",
|
|
|
- "indexmap",
|
|
|
- "slab",
|
|
|
- "tokio 0.2.25",
|
|
|
- "tokio-util 0.3.1",
|
|
|
- "tracing",
|
|
|
- "tracing-futures",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "h2"
|
|
|
version = "0.3.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "825343c4eef0b63f541f8903f395dc5beb362a979b5799a84062527ef1e37726"
|
|
|
dependencies = [
|
|
|
- "bytes 1.0.1",
|
|
|
+ "bytes",
|
|
|
"fnv",
|
|
|
"futures-core",
|
|
|
"futures-sink",
|
|
@@ -608,8 +554,8 @@ dependencies = [
|
|
|
"http",
|
|
|
"indexmap",
|
|
|
"slab",
|
|
|
- "tokio 1.7.1",
|
|
|
- "tokio-util 0.6.7",
|
|
|
+ "tokio",
|
|
|
+ "tokio-util",
|
|
|
"tracing",
|
|
|
]
|
|
|
|
|
@@ -650,30 +596,20 @@ version = "0.2.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
|
|
|
dependencies = [
|
|
|
- "bytes 1.0.1",
|
|
|
+ "bytes",
|
|
|
"fnv",
|
|
|
"itoa",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "http-body"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
|
|
|
-dependencies = [
|
|
|
- "bytes 0.5.6",
|
|
|
- "http",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "http-body"
|
|
|
version = "0.4.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9"
|
|
|
dependencies = [
|
|
|
- "bytes 1.0.1",
|
|
|
+ "bytes",
|
|
|
"http",
|
|
|
- "pin-project-lite 0.2.6",
|
|
|
+ "pin-project-lite",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -697,77 +633,40 @@ dependencies = [
|
|
|
"quick-error",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "hyper"
|
|
|
-version = "0.13.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"
|
|
|
-dependencies = [
|
|
|
- "bytes 0.5.6",
|
|
|
- "futures-channel",
|
|
|
- "futures-core",
|
|
|
- "futures-util",
|
|
|
- "h2 0.2.7",
|
|
|
- "http",
|
|
|
- "http-body 0.3.1",
|
|
|
- "httparse",
|
|
|
- "httpdate",
|
|
|
- "itoa",
|
|
|
- "pin-project",
|
|
|
- "socket2 0.3.19",
|
|
|
- "tokio 0.2.25",
|
|
|
- "tower-service",
|
|
|
- "tracing",
|
|
|
- "want",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "hyper"
|
|
|
version = "0.14.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "8bf09f61b52cfcf4c00de50df88ae423d6c02354e385a86341133b5338630ad1"
|
|
|
dependencies = [
|
|
|
- "bytes 1.0.1",
|
|
|
+ "bytes",
|
|
|
"futures-channel",
|
|
|
"futures-core",
|
|
|
"futures-util",
|
|
|
- "h2 0.3.3",
|
|
|
+ "h2",
|
|
|
"http",
|
|
|
- "http-body 0.4.2",
|
|
|
+ "http-body",
|
|
|
"httparse",
|
|
|
"httpdate",
|
|
|
"itoa",
|
|
|
"pin-project",
|
|
|
- "socket2 0.4.0",
|
|
|
- "tokio 1.7.1",
|
|
|
+ "socket2",
|
|
|
+ "tokio",
|
|
|
"tower-service",
|
|
|
"tracing",
|
|
|
"want",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "hyper-tls"
|
|
|
-version = "0.4.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
|
|
|
-dependencies = [
|
|
|
- "bytes 0.5.6",
|
|
|
- "hyper 0.13.10",
|
|
|
- "native-tls",
|
|
|
- "tokio 0.2.25",
|
|
|
- "tokio-tls",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "hyper-tls"
|
|
|
version = "0.5.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
|
dependencies = [
|
|
|
- "bytes 1.0.1",
|
|
|
- "hyper 0.14.5",
|
|
|
+ "bytes",
|
|
|
+ "hyper",
|
|
|
"native-tls",
|
|
|
- "tokio 1.7.1",
|
|
|
+ "tokio",
|
|
|
"tokio-native-tls",
|
|
|
]
|
|
|
|
|
@@ -777,8 +676,8 @@ version = "1.3.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "82566a1ace7f56f604d83b7b2c259c78e243d99c565f23d7b4ae34466442c5a2"
|
|
|
dependencies = [
|
|
|
- "base64 0.13.0",
|
|
|
- "bytes 1.0.1",
|
|
|
+ "base64",
|
|
|
+ "bytes",
|
|
|
"http",
|
|
|
"httparse",
|
|
|
"httpdate",
|
|
@@ -834,16 +733,7 @@ version = "0.1.9"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
|
|
|
dependencies = [
|
|
|
- "cfg-if 1.0.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "iovec"
|
|
|
-version = "0.1.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
+ "cfg-if",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -867,16 +757,6 @@ dependencies = [
|
|
|
"wasm-bindgen",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "kernel32-sys"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
|
-dependencies = [
|
|
|
- "winapi 0.2.8",
|
|
|
- "winapi-build",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "language-tags"
|
|
|
version = "0.2.2"
|
|
@@ -910,7 +790,7 @@ version = "0.4.14"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
|
|
dependencies = [
|
|
|
- "cfg-if 1.0.0",
|
|
|
+ "cfg-if",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -948,16 +828,6 @@ version = "0.3.16"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "mime_guess"
|
|
|
-version = "2.0.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
|
|
|
-dependencies = [
|
|
|
- "mime",
|
|
|
- "unicase",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "miniz_oxide"
|
|
|
version = "0.4.4"
|
|
@@ -968,25 +838,6 @@ dependencies = [
|
|
|
"autocfg",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "mio"
|
|
|
-version = "0.6.23"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 0.1.10",
|
|
|
- "fuchsia-zircon",
|
|
|
- "fuchsia-zircon-sys",
|
|
|
- "iovec",
|
|
|
- "kernel32-sys",
|
|
|
- "libc",
|
|
|
- "log",
|
|
|
- "miow 0.2.2",
|
|
|
- "net2",
|
|
|
- "slab",
|
|
|
- "winapi 0.2.8",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "mio"
|
|
|
version = "0.7.13"
|
|
@@ -995,21 +846,9 @@ checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
|
|
|
dependencies = [
|
|
|
"libc",
|
|
|
"log",
|
|
|
- "miow 0.3.7",
|
|
|
+ "miow",
|
|
|
"ntapi",
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "miow"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
|
|
|
-dependencies = [
|
|
|
- "kernel32-sys",
|
|
|
- "net2",
|
|
|
- "winapi 0.2.8",
|
|
|
- "ws2_32-sys",
|
|
|
+ "winapi",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1018,7 +857,7 @@ version = "0.3.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
|
|
dependencies = [
|
|
|
- "winapi 0.3.9",
|
|
|
+ "winapi",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1039,24 +878,13 @@ dependencies = [
|
|
|
"tempfile",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "net2"
|
|
|
-version = "0.2.37"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 0.1.10",
|
|
|
- "libc",
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "ntapi"
|
|
|
version = "0.3.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
|
|
dependencies = [
|
|
|
- "winapi 0.3.9",
|
|
|
+ "winapi",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1099,18 +927,18 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "octocrab"
|
|
|
-version = "0.5.0"
|
|
|
+version = "0.9.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "63d3ac5571f6f610e3b58713bbeaa9ddb5532e89ab3467165b91d7ecb258c275"
|
|
|
+checksum = "c564a454a4124b45eb0170398624efcc75783b079034e7af13202575580e1db5"
|
|
|
dependencies = [
|
|
|
"arc-swap",
|
|
|
"async-trait",
|
|
|
- "base64 0.12.3",
|
|
|
- "bytes 0.5.6",
|
|
|
+ "base64",
|
|
|
+ "bytes",
|
|
|
"chrono",
|
|
|
"hyperx",
|
|
|
"once_cell",
|
|
|
- "reqwest 0.10.10",
|
|
|
+ "reqwest",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
"serde_path_to_error",
|
|
@@ -1143,7 +971,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "549430950c79ae24e6d02e0b7404534ecf311d94cc9f861e9e4020187d13d885"
|
|
|
dependencies = [
|
|
|
"bitflags",
|
|
|
- "cfg-if 1.0.0",
|
|
|
+ "cfg-if",
|
|
|
"foreign-types",
|
|
|
"libc",
|
|
|
"once_cell",
|
|
@@ -1186,12 +1014,12 @@ version = "0.8.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
|
|
|
dependencies = [
|
|
|
- "cfg-if 1.0.0",
|
|
|
+ "cfg-if",
|
|
|
"instant",
|
|
|
"libc",
|
|
|
"redox_syscall",
|
|
|
"smallvec",
|
|
|
- "winapi 0.3.9",
|
|
|
+ "winapi",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1289,12 +1117,6 @@ dependencies = [
|
|
|
"syn",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "pin-project-lite"
|
|
|
-version = "0.1.12"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "pin-project-lite"
|
|
|
version = "0.2.6"
|
|
@@ -1321,7 +1143,7 @@ checksum = "2d442770e2b1e244bb5eb03b31c79b65bb2568f413b899eaba850fa945a65954"
|
|
|
dependencies = [
|
|
|
"futures",
|
|
|
"native-tls",
|
|
|
- "tokio 1.7.1",
|
|
|
+ "tokio",
|
|
|
"tokio-native-tls",
|
|
|
"tokio-postgres",
|
|
|
]
|
|
@@ -1332,9 +1154,9 @@ version = "0.6.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "ff3e0f70d32e20923cabf2df02913be7c1842d4c772db8065c00fcfdd1d1bff3"
|
|
|
dependencies = [
|
|
|
- "base64 0.13.0",
|
|
|
+ "base64",
|
|
|
"byteorder",
|
|
|
- "bytes 1.0.1",
|
|
|
+ "bytes",
|
|
|
"fallible-iterator",
|
|
|
"hmac",
|
|
|
"md-5",
|
|
@@ -1350,7 +1172,7 @@ version = "0.2.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "430f4131e1b7657b0cd9a2b0c3408d77c9a43a042d300b8c77f981dffcc43a2f"
|
|
|
dependencies = [
|
|
|
- "bytes 1.0.1",
|
|
|
+ "bytes",
|
|
|
"chrono",
|
|
|
"fallible-iterator",
|
|
|
"postgres-protocol",
|
|
@@ -1482,43 +1304,7 @@ version = "0.5.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
dependencies = [
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "reqwest"
|
|
|
-version = "0.10.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c"
|
|
|
-dependencies = [
|
|
|
- "base64 0.13.0",
|
|
|
- "bytes 0.5.6",
|
|
|
- "encoding_rs",
|
|
|
- "futures-core",
|
|
|
- "futures-util",
|
|
|
- "http",
|
|
|
- "http-body 0.3.1",
|
|
|
- "hyper 0.13.10",
|
|
|
- "hyper-tls 0.4.3",
|
|
|
- "ipnet",
|
|
|
- "js-sys",
|
|
|
- "lazy_static",
|
|
|
- "log",
|
|
|
- "mime",
|
|
|
- "mime_guess",
|
|
|
- "native-tls",
|
|
|
- "percent-encoding",
|
|
|
- "pin-project-lite 0.2.6",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "serde_urlencoded",
|
|
|
- "tokio 0.2.25",
|
|
|
- "tokio-tls",
|
|
|
- "url",
|
|
|
- "wasm-bindgen",
|
|
|
- "wasm-bindgen-futures",
|
|
|
- "web-sys",
|
|
|
- "winreg",
|
|
|
+ "winapi",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1527,15 +1313,15 @@ version = "0.11.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "246e9f61b9bb77df069a947682be06e31ac43ea37862e244a69f177694ea6d22"
|
|
|
dependencies = [
|
|
|
- "base64 0.13.0",
|
|
|
- "bytes 1.0.1",
|
|
|
+ "base64",
|
|
|
+ "bytes",
|
|
|
"encoding_rs",
|
|
|
"futures-core",
|
|
|
"futures-util",
|
|
|
"http",
|
|
|
- "http-body 0.4.2",
|
|
|
- "hyper 0.14.5",
|
|
|
- "hyper-tls 0.5.0",
|
|
|
+ "http-body",
|
|
|
+ "hyper",
|
|
|
+ "hyper-tls",
|
|
|
"ipnet",
|
|
|
"js-sys",
|
|
|
"lazy_static",
|
|
@@ -1543,11 +1329,11 @@ dependencies = [
|
|
|
"mime",
|
|
|
"native-tls",
|
|
|
"percent-encoding",
|
|
|
- "pin-project-lite 0.2.6",
|
|
|
+ "pin-project-lite",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
"serde_urlencoded",
|
|
|
- "tokio 1.7.1",
|
|
|
+ "tokio",
|
|
|
"tokio-native-tls",
|
|
|
"url",
|
|
|
"wasm-bindgen",
|
|
@@ -1599,7 +1385,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
|
|
dependencies = [
|
|
|
"lazy_static",
|
|
|
- "winapi 0.3.9",
|
|
|
+ "winapi",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1702,7 +1488,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12"
|
|
|
dependencies = [
|
|
|
"block-buffer 0.9.0",
|
|
|
- "cfg-if 1.0.0",
|
|
|
+ "cfg-if",
|
|
|
"cpufeatures",
|
|
|
"digest 0.9.0",
|
|
|
"opaque-debug 0.3.0",
|
|
@@ -1754,17 +1540,6 @@ dependencies = [
|
|
|
"syn",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "socket2"
|
|
|
-version = "0.3.19"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 1.0.0",
|
|
|
- "libc",
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "socket2"
|
|
|
version = "0.4.0"
|
|
@@ -1772,7 +1547,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"
|
|
|
dependencies = [
|
|
|
"libc",
|
|
|
- "winapi 0.3.9",
|
|
|
+ "winapi",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1814,12 +1589,12 @@ version = "3.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
|
|
dependencies = [
|
|
|
- "cfg-if 1.0.0",
|
|
|
+ "cfg-if",
|
|
|
"libc",
|
|
|
"rand",
|
|
|
"redox_syscall",
|
|
|
"remove_dir_all",
|
|
|
- "winapi 0.3.9",
|
|
|
+ "winapi",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1872,7 +1647,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
|
|
dependencies = [
|
|
|
"libc",
|
|
|
- "winapi 0.3.9",
|
|
|
+ "winapi",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1890,23 +1665,6 @@ version = "0.1.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "tokio"
|
|
|
-version = "0.2.25"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
|
|
|
-dependencies = [
|
|
|
- "bytes 0.5.6",
|
|
|
- "fnv",
|
|
|
- "futures-core",
|
|
|
- "iovec",
|
|
|
- "lazy_static",
|
|
|
- "memchr",
|
|
|
- "mio 0.6.23",
|
|
|
- "pin-project-lite 0.1.12",
|
|
|
- "slab",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "tokio"
|
|
|
version = "1.7.1"
|
|
@@ -1914,14 +1672,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "5fb2ed024293bb19f7a5dc54fe83bf86532a44c12a2bb8ba40d64a4509395ca2"
|
|
|
dependencies = [
|
|
|
"autocfg",
|
|
|
- "bytes 1.0.1",
|
|
|
+ "bytes",
|
|
|
"libc",
|
|
|
"memchr",
|
|
|
- "mio 0.7.13",
|
|
|
+ "mio",
|
|
|
"num_cpus",
|
|
|
- "pin-project-lite 0.2.6",
|
|
|
+ "pin-project-lite",
|
|
|
"tokio-macros",
|
|
|
- "winapi 0.3.9",
|
|
|
+ "winapi",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1942,7 +1700,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
|
|
dependencies = [
|
|
|
"native-tls",
|
|
|
- "tokio 1.7.1",
|
|
|
+ "tokio",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1953,43 +1711,19 @@ checksum = "2d2b1383c7e4fb9a09e292c7c6afb7da54418d53b045f1c1fac7a911411a2b8b"
|
|
|
dependencies = [
|
|
|
"async-trait",
|
|
|
"byteorder",
|
|
|
- "bytes 1.0.1",
|
|
|
+ "bytes",
|
|
|
"fallible-iterator",
|
|
|
"futures",
|
|
|
"log",
|
|
|
"parking_lot",
|
|
|
"percent-encoding",
|
|
|
"phf",
|
|
|
- "pin-project-lite 0.2.6",
|
|
|
+ "pin-project-lite",
|
|
|
"postgres-protocol",
|
|
|
"postgres-types",
|
|
|
- "socket2 0.4.0",
|
|
|
- "tokio 1.7.1",
|
|
|
- "tokio-util 0.6.7",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-tls"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
|
|
|
-dependencies = [
|
|
|
- "native-tls",
|
|
|
- "tokio 0.2.25",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-util"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
|
|
|
-dependencies = [
|
|
|
- "bytes 0.5.6",
|
|
|
- "futures-core",
|
|
|
- "futures-sink",
|
|
|
- "log",
|
|
|
- "pin-project-lite 0.1.12",
|
|
|
- "tokio 0.2.25",
|
|
|
+ "socket2",
|
|
|
+ "tokio",
|
|
|
+ "tokio-util",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -1998,12 +1732,12 @@ version = "0.6.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592"
|
|
|
dependencies = [
|
|
|
- "bytes 1.0.1",
|
|
|
+ "bytes",
|
|
|
"futures-core",
|
|
|
"futures-sink",
|
|
|
"log",
|
|
|
- "pin-project-lite 0.2.6",
|
|
|
- "tokio 1.7.1",
|
|
|
+ "pin-project-lite",
|
|
|
+ "tokio",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2027,9 +1761,8 @@ version = "0.1.26"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
|
|
|
dependencies = [
|
|
|
- "cfg-if 1.0.0",
|
|
|
- "log",
|
|
|
- "pin-project-lite 0.2.6",
|
|
|
+ "cfg-if",
|
|
|
+ "pin-project-lite",
|
|
|
"tracing-core",
|
|
|
]
|
|
|
|
|
@@ -2042,16 +1775,6 @@ dependencies = [
|
|
|
"lazy_static",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "tracing-futures"
|
|
|
-version = "0.2.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
|
|
|
-dependencies = [
|
|
|
- "pin-project",
|
|
|
- "tracing",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "triagebot"
|
|
|
version = "0.1.0"
|
|
@@ -2065,7 +1788,7 @@ dependencies = [
|
|
|
"futures",
|
|
|
"glob",
|
|
|
"hex",
|
|
|
- "hyper 0.13.10",
|
|
|
+ "hyper",
|
|
|
"lazy_static",
|
|
|
"log",
|
|
|
"native-tls",
|
|
@@ -2075,14 +1798,14 @@ dependencies = [
|
|
|
"parser",
|
|
|
"postgres-native-tls",
|
|
|
"regex",
|
|
|
- "reqwest 0.11.4",
|
|
|
+ "reqwest",
|
|
|
"route-recognizer",
|
|
|
"rust_team_data",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
"serde_path_to_error",
|
|
|
"tera",
|
|
|
- "tokio 1.7.1",
|
|
|
+ "tokio",
|
|
|
"tokio-postgres",
|
|
|
"toml",
|
|
|
"url",
|
|
@@ -2271,7 +1994,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
|
|
dependencies = [
|
|
|
"same-file",
|
|
|
- "winapi 0.3.9",
|
|
|
+ "winapi",
|
|
|
"winapi-util",
|
|
|
]
|
|
|
|
|
@@ -2297,7 +2020,7 @@ version = "0.2.74"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd"
|
|
|
dependencies = [
|
|
|
- "cfg-if 1.0.0",
|
|
|
+ "cfg-if",
|
|
|
"serde",
|
|
|
"serde_json",
|
|
|
"wasm-bindgen-macro",
|
|
@@ -2324,7 +2047,7 @@ version = "0.4.24"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "5fba7978c679d53ce2d0ac80c8c175840feb849a161664365d1287b41f2e67f1"
|
|
|
dependencies = [
|
|
|
- "cfg-if 1.0.0",
|
|
|
+ "cfg-if",
|
|
|
"js-sys",
|
|
|
"wasm-bindgen",
|
|
|
"web-sys",
|
|
@@ -2369,12 +2092,6 @@ dependencies = [
|
|
|
"wasm-bindgen",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "winapi"
|
|
|
-version = "0.2.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "winapi"
|
|
|
version = "0.3.9"
|
|
@@ -2385,12 +2102,6 @@ dependencies = [
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "winapi-build"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
version = "0.4.0"
|
|
@@ -2403,7 +2114,7 @@ version = "0.1.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
dependencies = [
|
|
|
- "winapi 0.3.9",
|
|
|
+ "winapi",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -2418,17 +2129,7 @@ version = "0.7.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
|
|
|
dependencies = [
|
|
|
- "winapi 0.3.9",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ws2_32-sys"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
|
-dependencies = [
|
|
|
- "winapi 0.2.8",
|
|
|
- "winapi-build",
|
|
|
+ "winapi",
|
|
|
]
|
|
|
|
|
|
[[package]]
|