|
|
|
@ -33,27 +33,6 @@ version = "1.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "5f093eed78becd229346bf859eec0aa4dd7ddde0757287b2b4107a1f09c80002" |
|
|
|
checksum = "5f093eed78becd229346bf859eec0aa4dd7ddde0757287b2b4107a1f09c80002" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "async-stream" |
|
|
|
|
|
|
|
version = "0.3.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "3670df70cbc01729f901f94c887814b3c68db038aad1329a418bae178bc5295c" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"async-stream-impl", |
|
|
|
|
|
|
|
"futures-core", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "async-stream-impl" |
|
|
|
|
|
|
|
version = "0.3.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "a3548b8efc9f8e8a5a0a2808c5bd8451a9031b9e5b879a79590304ae928b0a70" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"proc-macro2", |
|
|
|
|
|
|
|
"quote", |
|
|
|
|
|
|
|
"syn", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "async-trait" |
|
|
|
name = "async-trait" |
|
|
|
version = "0.1.42" |
|
|
|
version = "0.1.42" |
|
|
|
@ -134,9 +113,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "bumpalo" |
|
|
|
name = "bumpalo" |
|
|
|
version = "3.5.0" |
|
|
|
version = "3.6.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "f07aa6688c702439a1be0307b6a94dffe1168569e45b9500c1372bc580740d59" |
|
|
|
checksum = "099e596ef14349721d9016f6b80dd3419ea1bf289ab9b44df8e4dfd3a005d5d9" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "bytemuck" |
|
|
|
name = "bytemuck" |
|
|
|
@ -195,7 +174,6 @@ dependencies = [ |
|
|
|
"directories", |
|
|
|
"directories", |
|
|
|
"http", |
|
|
|
"http", |
|
|
|
"image", |
|
|
|
"image", |
|
|
|
"js_int", |
|
|
|
|
|
|
|
"jsonwebtoken", |
|
|
|
"jsonwebtoken", |
|
|
|
"log", |
|
|
|
"log", |
|
|
|
"rand 0.7.3", |
|
|
|
"rand 0.7.3", |
|
|
|
@ -211,7 +189,7 @@ dependencies = [ |
|
|
|
"sled", |
|
|
|
"sled", |
|
|
|
"state-res", |
|
|
|
"state-res", |
|
|
|
"thiserror", |
|
|
|
"thiserror", |
|
|
|
"tokio 1.0.2", |
|
|
|
"tokio", |
|
|
|
"trust-dns-resolver", |
|
|
|
"trust-dns-resolver", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
@ -373,9 +351,9 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "encoding_rs" |
|
|
|
name = "encoding_rs" |
|
|
|
version = "0.8.26" |
|
|
|
version = "0.8.28" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "801bbab217d7f79c0062f4f7205b5d4427c6d1a7bd7aafdd1475f7c59d62b283" |
|
|
|
checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if", |
|
|
|
] |
|
|
|
] |
|
|
|
@ -602,28 +580,8 @@ dependencies = [ |
|
|
|
"http", |
|
|
|
"http", |
|
|
|
"indexmap", |
|
|
|
"indexmap", |
|
|
|
"slab", |
|
|
|
"slab", |
|
|
|
"tokio 0.2.24", |
|
|
|
"tokio", |
|
|
|
"tokio-util 0.3.1", |
|
|
|
"tokio-util", |
|
|
|
"tracing", |
|
|
|
|
|
|
|
"tracing-futures", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "h2" |
|
|
|
|
|
|
|
version = "0.3.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "6b67e66362108efccd8ac053abafc8b7a8d86a37e6e48fc4f6f7485eb5e9e6a5" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"bytes 1.0.1", |
|
|
|
|
|
|
|
"fnv", |
|
|
|
|
|
|
|
"futures-core", |
|
|
|
|
|
|
|
"futures-sink", |
|
|
|
|
|
|
|
"futures-util", |
|
|
|
|
|
|
|
"http", |
|
|
|
|
|
|
|
"indexmap", |
|
|
|
|
|
|
|
"slab", |
|
|
|
|
|
|
|
"tokio 1.0.2", |
|
|
|
|
|
|
|
"tokio-util 0.6.1", |
|
|
|
|
|
|
|
"tracing", |
|
|
|
"tracing", |
|
|
|
"tracing-futures", |
|
|
|
"tracing-futures", |
|
|
|
] |
|
|
|
] |
|
|
|
@ -684,21 +642,11 @@ dependencies = [ |
|
|
|
"http", |
|
|
|
"http", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "http-body" |
|
|
|
|
|
|
|
version = "0.4.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "2861bd27ee074e5ee891e8b539837a9430012e249d7f0ca2d795650f579c1994" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"bytes 1.0.1", |
|
|
|
|
|
|
|
"http", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "httparse" |
|
|
|
name = "httparse" |
|
|
|
version = "1.3.4" |
|
|
|
version = "1.3.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" |
|
|
|
checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "httpdate" |
|
|
|
name = "httpdate" |
|
|
|
@ -708,47 +656,23 @@ checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "hyper" |
|
|
|
name = "hyper" |
|
|
|
version = "0.14.2" |
|
|
|
version = "0.14.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "12219dc884514cb4a6a03737f4413c0e01c23a1b059b0156004b23f1e19dccbe" |
|
|
|
checksum = "e8e946c2b1349055e0b72ae281b238baf1a3ea7307c7e9f9d64673bdd9c26ac7" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"bytes", |
|
|
|
"bytes", |
|
|
|
"futures-channel", |
|
|
|
"futures-channel", |
|
|
|
"futures-core", |
|
|
|
"futures-core", |
|
|
|
"futures-util", |
|
|
|
"futures-util", |
|
|
|
"h2 0.2.7", |
|
|
|
"h2", |
|
|
|
"http", |
|
|
|
"http", |
|
|
|
"http-body 0.3.1", |
|
|
|
"http-body", |
|
|
|
"httparse", |
|
|
|
"httparse", |
|
|
|
"httpdate", |
|
|
|
"httpdate", |
|
|
|
"itoa", |
|
|
|
"itoa", |
|
|
|
"pin-project 1.0.4", |
|
|
|
"pin-project 1.0.5", |
|
|
|
"socket2", |
|
|
|
"socket2", |
|
|
|
"tokio 0.2.24", |
|
|
|
"tokio", |
|
|
|
"tower-service", |
|
|
|
|
|
|
|
"tracing", |
|
|
|
|
|
|
|
"want", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "hyper" |
|
|
|
|
|
|
|
version = "0.14.2" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "12219dc884514cb4a6a03737f4413c0e01c23a1b059b0156004b23f1e19dccbe" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"bytes 1.0.1", |
|
|
|
|
|
|
|
"futures-channel", |
|
|
|
|
|
|
|
"futures-core", |
|
|
|
|
|
|
|
"futures-util", |
|
|
|
|
|
|
|
"h2 0.3.0", |
|
|
|
|
|
|
|
"http", |
|
|
|
|
|
|
|
"http-body 0.4.0", |
|
|
|
|
|
|
|
"httparse", |
|
|
|
|
|
|
|
"httpdate", |
|
|
|
|
|
|
|
"itoa", |
|
|
|
|
|
|
|
"pin-project 1.0.4", |
|
|
|
|
|
|
|
"socket2", |
|
|
|
|
|
|
|
"tokio 1.0.2", |
|
|
|
|
|
|
|
"tower-service", |
|
|
|
"tower-service", |
|
|
|
"tracing", |
|
|
|
"tracing", |
|
|
|
"want", |
|
|
|
"want", |
|
|
|
@ -769,9 +693,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "idna" |
|
|
|
name = "idna" |
|
|
|
version = "0.2.0" |
|
|
|
version = "0.2.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" |
|
|
|
checksum = "de910d521f7cc3135c4de8db1cb910e0b5ed1dc6f57c381cd07e8e661ce10094" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"matches", |
|
|
|
"matches", |
|
|
|
"unicode-bidi", |
|
|
|
"unicode-bidi", |
|
|
|
@ -780,9 +704,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "image" |
|
|
|
name = "image" |
|
|
|
version = "0.23.12" |
|
|
|
version = "0.23.13" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "7ce04077ead78e39ae8610ad26216aed811996b043d47beed5090db674f9e9b5" |
|
|
|
checksum = "293f07a1875fa7e9c5897b51aa68b2d8ed8271b87e1a44cb64b9c3d98aabbc0d" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"bytemuck", |
|
|
|
"bytemuck", |
|
|
|
"byteorder", |
|
|
|
"byteorder", |
|
|
|
@ -899,9 +823,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "libc" |
|
|
|
name = "libc" |
|
|
|
version = "0.2.84" |
|
|
|
version = "0.2.86" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "1cca32fa0182e8c0989459524dc356b8f2b5c10f1b9eb521b7d182c03cf8c5ff" |
|
|
|
checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "linked-hash-map" |
|
|
|
name = "linked-hash-map" |
|
|
|
@ -1007,16 +931,6 @@ dependencies = [ |
|
|
|
"winapi", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "miow" |
|
|
|
|
|
|
|
version = "0.3.6" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"socket2", |
|
|
|
|
|
|
|
"winapi 0.3.9", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "native-tls" |
|
|
|
name = "native-tls" |
|
|
|
version = "0.2.7" |
|
|
|
version = "0.2.7" |
|
|
|
@ -1044,15 +958,6 @@ dependencies = [ |
|
|
|
"winapi", |
|
|
|
"winapi", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "ntapi" |
|
|
|
|
|
|
|
version = "0.3.6" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"winapi 0.3.9", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "num-bigint" |
|
|
|
name = "num-bigint" |
|
|
|
version = "0.2.6" |
|
|
|
version = "0.2.6" |
|
|
|
@ -1246,11 +1151,11 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "pin-project" |
|
|
|
name = "pin-project" |
|
|
|
version = "1.0.4" |
|
|
|
version = "1.0.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "95b70b68509f17aa2857863b6fa00bf21fc93674c7a8893de2f469f6aa7ca2f2" |
|
|
|
checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"pin-project-internal 1.0.4", |
|
|
|
"pin-project-internal 1.0.5", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
@ -1266,9 +1171,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "pin-project-internal" |
|
|
|
name = "pin-project-internal" |
|
|
|
version = "1.0.4" |
|
|
|
version = "1.0.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "caa25a6393f22ce819b0f50e0be89287292fda8d425be38ee0ca14c4931d9e71" |
|
|
|
checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"quote", |
|
|
|
@ -1535,8 +1440,8 @@ dependencies = [ |
|
|
|
"futures-core", |
|
|
|
"futures-core", |
|
|
|
"futures-util", |
|
|
|
"futures-util", |
|
|
|
"http", |
|
|
|
"http", |
|
|
|
"http-body 0.3.1", |
|
|
|
"http-body", |
|
|
|
"hyper 0.13.9", |
|
|
|
"hyper", |
|
|
|
"hyper-tls", |
|
|
|
"hyper-tls", |
|
|
|
"ipnet", |
|
|
|
"ipnet", |
|
|
|
"js-sys", |
|
|
|
"js-sys", |
|
|
|
@ -1569,9 +1474,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ring" |
|
|
|
name = "ring" |
|
|
|
version = "0.16.19" |
|
|
|
version = "0.16.20" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "024a1e66fea74c66c66624ee5622a7ff0e4b73a13b4f5c326ddb50c708944226" |
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cc", |
|
|
|
"cc", |
|
|
|
"libc", |
|
|
|
"libc", |
|
|
|
@ -1631,7 +1536,7 @@ dependencies = [ |
|
|
|
"cookie", |
|
|
|
"cookie", |
|
|
|
"either", |
|
|
|
"either", |
|
|
|
"http", |
|
|
|
"http", |
|
|
|
"hyper 0.14.2", |
|
|
|
"hyper", |
|
|
|
"indexmap", |
|
|
|
"indexmap", |
|
|
|
"log", |
|
|
|
"log", |
|
|
|
"mime", |
|
|
|
"mime", |
|
|
|
@ -1973,9 +1878,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "serde_json" |
|
|
|
name = "serde_json" |
|
|
|
version = "1.0.61" |
|
|
|
version = "1.0.62" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a" |
|
|
|
checksum = "ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"itoa", |
|
|
|
"itoa", |
|
|
|
"ryu", |
|
|
|
"ryu", |
|
|
|
@ -1996,9 +1901,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "serde_yaml" |
|
|
|
name = "serde_yaml" |
|
|
|
version = "0.8.15" |
|
|
|
version = "0.8.16" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "971be8f6e4d4a47163b405a3df70d14359186f9ab0f3a3ec37df144ca1ce089f" |
|
|
|
checksum = "bdd2af560da3c1fdc02cb80965289254fc35dff869810061e2d8290ee48848ae" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"dtoa", |
|
|
|
"dtoa", |
|
|
|
"linked-hash-map", |
|
|
|
"linked-hash-map", |
|
|
|
@ -2079,9 +1984,9 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "standback" |
|
|
|
name = "standback" |
|
|
|
version = "0.2.14" |
|
|
|
version = "0.2.15" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c66a8cff4fa24853fdf6b51f75c6d7f8206d7c75cab4e467bcd7f25c2b1febe0" |
|
|
|
checksum = "a2beb4d1860a61f571530b3f855a1b538d0200f7871c63331ecd6f17b1f014f8" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"version_check", |
|
|
|
"version_check", |
|
|
|
] |
|
|
|
] |
|
|
|
@ -2202,9 +2107,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "thread_local" |
|
|
|
name = "thread_local" |
|
|
|
version = "1.1.2" |
|
|
|
version = "1.1.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "d8208a331e1cb318dd5bd76951d2b8fc48ca38a69f5f4e4af1b6a9f8c6236915" |
|
|
|
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"once_cell", |
|
|
|
"once_cell", |
|
|
|
] |
|
|
|
] |
|
|
|
@ -2274,9 +2179,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "tokio" |
|
|
|
name = "tokio" |
|
|
|
version = "1.1.0" |
|
|
|
version = "1.2.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "8efab2086f17abcddb8f756117665c958feee6b2e39974c2f1600592ab3a4195" |
|
|
|
checksum = "e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"autocfg", |
|
|
|
"autocfg", |
|
|
|
"bytes", |
|
|
|
"bytes", |
|
|
|
@ -2293,9 +2198,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "tokio-macros" |
|
|
|
name = "tokio-macros" |
|
|
|
version = "1.0.0" |
|
|
|
version = "1.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "42517d2975ca3114b22a16192634e8241dc5cc1f130be194645970cc1c371494" |
|
|
|
checksum = "caf7b11a536f46a809a8a9f0bb4237020f70ecbf115b842360afb127ea2fda57" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"quote", |
|
|
|
@ -2319,35 +2224,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6" |
|
|
|
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"rustls", |
|
|
|
"rustls", |
|
|
|
"tokio 1.0.2", |
|
|
|
|
|
|
|
"webpki", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "tokio-stream" |
|
|
|
|
|
|
|
version = "0.1.2" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "76066865172052eb8796c686f0b441a93df8b08d40a950b062ffb9a426f00edd" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"futures-core", |
|
|
|
|
|
|
|
"pin-project-lite", |
|
|
|
|
|
|
|
"tokio", |
|
|
|
"tokio", |
|
|
|
|
|
|
|
"webpki", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "tokio-util" |
|
|
|
name = "tokio-util" |
|
|
|
version = "0.6.2" |
|
|
|
version = "0.6.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "feb971a26599ffd28066d387f109746df178eff14d5ea1e235015c5601967a4b" |
|
|
|
checksum = "ebb7cb2f00c5ae8df755b252306272cd1790d39728363936e01827e11f0b017b" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"async-stream", |
|
|
|
|
|
|
|
"bytes", |
|
|
|
"bytes", |
|
|
|
"futures-core", |
|
|
|
"futures-core", |
|
|
|
"futures-sink", |
|
|
|
"futures-sink", |
|
|
|
"log", |
|
|
|
"log", |
|
|
|
"pin-project-lite", |
|
|
|
"pin-project-lite", |
|
|
|
"tokio", |
|
|
|
"tokio", |
|
|
|
"tokio-stream", |
|
|
|
|
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
@ -2367,9 +2259,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "tracing" |
|
|
|
name = "tracing" |
|
|
|
version = "0.1.22" |
|
|
|
version = "0.1.23" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3" |
|
|
|
checksum = "f7d40a22fd029e33300d8d89a5cc8ffce18bb7c587662f54629e94c9de5487f3" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if", |
|
|
|
"cfg-if", |
|
|
|
"pin-project-lite", |
|
|
|
"pin-project-lite", |
|
|
|
@ -2415,7 +2307,7 @@ dependencies = [ |
|
|
|
"rand 0.8.3", |
|
|
|
"rand 0.8.3", |
|
|
|
"smallvec", |
|
|
|
"smallvec", |
|
|
|
"thiserror", |
|
|
|
"thiserror", |
|
|
|
"tokio 0.2.24", |
|
|
|
"tokio", |
|
|
|
"url", |
|
|
|
"url", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
@ -2435,7 +2327,7 @@ dependencies = [ |
|
|
|
"resolv-conf", |
|
|
|
"resolv-conf", |
|
|
|
"smallvec", |
|
|
|
"smallvec", |
|
|
|
"thiserror", |
|
|
|
"thiserror", |
|
|
|
"tokio 0.2.24", |
|
|
|
"tokio", |
|
|
|
"trust-dns-proto", |
|
|
|
"trust-dns-proto", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
@ -2474,9 +2366,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "unicode-normalization" |
|
|
|
name = "unicode-normalization" |
|
|
|
version = "0.1.16" |
|
|
|
version = "0.1.17" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606" |
|
|
|
checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"tinyvec", |
|
|
|
"tinyvec", |
|
|
|
] |
|
|
|
] |
|
|
|
|