|
@ -17,9 +17,9 @@ checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "aho-corasick" |
|
|
name = "aho-corasick" |
|
|
version = "0.7.13" |
|
|
version = "0.7.14" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86" |
|
|
checksum = "b476ce7103678b0c6d3d395dbbae31d48ff910bd28be979ba5d48c6351131d0d" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"memchr", |
|
|
"memchr", |
|
|
] |
|
|
] |
|
@ -64,12 +64,12 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "backtrace" |
|
|
name = "backtrace" |
|
|
version = "0.3.51" |
|
|
version = "0.3.53" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ec1931848a574faa8f7c71a12ea00453ff5effbb5f51afe7f77d7a48cace6ac1" |
|
|
checksum = "707b586e0e2f247cbde68cdd2c3ce69ea7b7be43e1c5b426e37c9319c4b9838e" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"addr2line", |
|
|
"addr2line", |
|
|
"cfg-if", |
|
|
"cfg-if 1.0.0", |
|
|
"libc", |
|
|
"libc", |
|
|
"miniz_oxide", |
|
|
"miniz_oxide", |
|
|
"object", |
|
|
"object", |
|
@ -113,6 +113,12 @@ version = "0.12.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" |
|
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "base64" |
|
|
|
|
|
version = "0.13.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "binascii" |
|
|
name = "binascii" |
|
|
version = "0.1.4" |
|
|
version = "0.1.4" |
|
@ -247,9 +253,9 @@ checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "cc" |
|
|
name = "cc" |
|
|
version = "1.0.60" |
|
|
version = "1.0.61" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c" |
|
|
checksum = "ed67cbde08356238e75fc4656be4749481eeffb09e19f320a25237d5221c985d" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "cfg-if" |
|
|
name = "cfg-if" |
|
@ -257,6 +263,12 @@ version = "0.1.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "cfg-if" |
|
|
|
|
|
version = "1.0.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "chashmap" |
|
|
name = "chashmap" |
|
|
version = "2.2.2" |
|
|
version = "2.2.2" |
|
@ -421,7 +433,7 @@ dependencies = [ |
|
|
"bitflags", |
|
|
"bitflags", |
|
|
"proc-macro2 1.0.24", |
|
|
"proc-macro2 1.0.24", |
|
|
"quote 1.0.7", |
|
|
"quote 1.0.7", |
|
|
"syn 1.0.42", |
|
|
"syn 1.0.44", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -449,7 +461,7 @@ checksum = "45f5098f628d02a7a0f68ddba586fb61e80edec3bdc1be3b921f4ceec60858d3" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"proc-macro2 1.0.24", |
|
|
"proc-macro2 1.0.24", |
|
|
"quote 1.0.7", |
|
|
"quote 1.0.7", |
|
|
"syn 1.0.42", |
|
|
"syn 1.0.44", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -514,7 +526,7 @@ version = "0.8.24" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a51b8cf747471cb9499b6d59e59b0444f4c90eba8968c4e44874e92b5b64ace2" |
|
|
checksum = "a51b8cf747471cb9499b6d59e59b0444f4c90eba8968c4e44874e92b5b64ace2" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cfg-if 0.1.10", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -548,7 +560,7 @@ version = "0.2.12" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3ed85775dcc68644b5c950ac06a2b23768d3bc9390464151aaf27136998dcf9e" |
|
|
checksum = "3ed85775dcc68644b5c950ac06a2b23768d3bc9390464151aaf27136998dcf9e" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cfg-if 0.1.10", |
|
|
"libc", |
|
|
"libc", |
|
|
"redox_syscall", |
|
|
"redox_syscall", |
|
|
"winapi 0.3.9", |
|
|
"winapi 0.3.9", |
|
@ -628,9 +640,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures" |
|
|
name = "futures" |
|
|
version = "0.3.5" |
|
|
version = "0.3.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613" |
|
|
checksum = "5d8e3078b7b2a8a671cb7a3d17b4760e4181ea243227776ba83fd043b4ca034e" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"futures-channel", |
|
|
"futures-channel", |
|
|
"futures-core", |
|
|
"futures-core", |
|
@ -643,9 +655,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-channel" |
|
|
name = "futures-channel" |
|
|
version = "0.3.5" |
|
|
version = "0.3.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5" |
|
|
checksum = "a7a4d35f7401e948629c9c3d6638fb9bf94e0b2121e96c3b428cc4e631f3eb74" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"futures-core", |
|
|
"futures-core", |
|
|
"futures-sink", |
|
|
"futures-sink", |
|
@ -653,15 +665,15 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-core" |
|
|
name = "futures-core" |
|
|
version = "0.3.5" |
|
|
version = "0.3.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399" |
|
|
checksum = "d674eaa0056896d5ada519900dbf97ead2e46a7b6621e8160d79e2f2e1e2784b" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-executor" |
|
|
name = "futures-executor" |
|
|
version = "0.3.5" |
|
|
version = "0.3.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314" |
|
|
checksum = "cc709ca1da6f66143b8c9bec8e6260181869893714e9b5a490b169b0414144ab" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"futures-core", |
|
|
"futures-core", |
|
|
"futures-task", |
|
|
"futures-task", |
|
@ -670,42 +682,42 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-io" |
|
|
name = "futures-io" |
|
|
version = "0.3.5" |
|
|
version = "0.3.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789" |
|
|
checksum = "5fc94b64bb39543b4e432f1790b6bf18e3ee3b74653c5449f63310e9a74b123c" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-macro" |
|
|
name = "futures-macro" |
|
|
version = "0.3.5" |
|
|
version = "0.3.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39" |
|
|
checksum = "f57ed14da4603b2554682e9f2ff3c65d7567b53188db96cb71538217fc64581b" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"proc-macro-hack", |
|
|
"proc-macro-hack", |
|
|
"proc-macro2 1.0.24", |
|
|
"proc-macro2 1.0.24", |
|
|
"quote 1.0.7", |
|
|
"quote 1.0.7", |
|
|
"syn 1.0.42", |
|
|
"syn 1.0.44", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-sink" |
|
|
name = "futures-sink" |
|
|
version = "0.3.5" |
|
|
version = "0.3.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc" |
|
|
checksum = "0d8764258ed64ebc5d9ed185cf86a95db5cac810269c5d20ececb32e0088abbd" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-task" |
|
|
name = "futures-task" |
|
|
version = "0.3.5" |
|
|
version = "0.3.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626" |
|
|
checksum = "4dd26820a9f3637f1302da8bceba3ff33adbe53464b54ca24d4e2d4f1db30f94" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"once_cell", |
|
|
"once_cell", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "futures-util" |
|
|
name = "futures-util" |
|
|
version = "0.3.5" |
|
|
version = "0.3.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6" |
|
|
checksum = "8a894a0acddba51a2d49a6f4263b1e64b8c579ece8af50fa86503d52cd1eea34" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"futures-channel", |
|
|
"futures-channel", |
|
|
"futures-core", |
|
|
"futures-core", |
|
@ -746,7 +758,7 @@ version = "0.1.15" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6" |
|
|
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cfg-if 0.1.10", |
|
|
"libc", |
|
|
"libc", |
|
|
"wasi 0.9.0+wasi-snapshot-preview1", |
|
|
"wasi 0.9.0+wasi-snapshot-preview1", |
|
|
] |
|
|
] |
|
@ -814,9 +826,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "hermit-abi" |
|
|
name = "hermit-abi" |
|
|
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 = "4c30f6d0bc6b00693347368a67d41b58f2fb851215ff1da49e90fe2c5c667151" |
|
|
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"libc", |
|
|
"libc", |
|
|
] |
|
|
] |
|
@ -970,19 +982,19 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "hyperx" |
|
|
name = "hyperx" |
|
|
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 = "9eae1ec4abdc4530fb001ebf585fd14e52ed17f0aacd3e13de497b71ed451750" |
|
|
checksum = "2adce67e2c21cd95288ae3d9f2bbb2762cf17c03744628d49679f315ed1e2e58" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"base64 0.12.3", |
|
|
"base64 0.13.0", |
|
|
"bytes 0.5.6", |
|
|
"bytes 0.5.6", |
|
|
"http", |
|
|
"http", |
|
|
"httparse", |
|
|
"httparse", |
|
|
|
|
|
"httpdate", |
|
|
"language-tags", |
|
|
"language-tags", |
|
|
"log 0.4.11", |
|
|
"log 0.4.11", |
|
|
"mime 0.3.16", |
|
|
"mime 0.3.16", |
|
|
"percent-encoding 2.1.0", |
|
|
"percent-encoding 2.1.0", |
|
|
"time 0.1.44", |
|
|
|
|
|
"unicase 2.6.0", |
|
|
"unicase 2.6.0", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -1044,7 +1056,7 @@ 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 = "63312a18f7ea8760cdd0a7c5aac1a619752a246b833545e3e36d1f81f7cd9e66" |
|
|
checksum = "63312a18f7ea8760cdd0a7c5aac1a619752a246b833545e3e36d1f81f7cd9e66" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cfg-if 0.1.10", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -1148,16 +1160,16 @@ checksum = "db65c6da02e61f55dae90a0ae427b2a5f6b3e8db09f58d10efab23af92592616" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"arrayvec", |
|
|
"arrayvec", |
|
|
"bitflags", |
|
|
"bitflags", |
|
|
"cfg-if", |
|
|
"cfg-if 0.1.10", |
|
|
"ryu", |
|
|
"ryu", |
|
|
"static_assertions", |
|
|
"static_assertions", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "libc" |
|
|
name = "libc" |
|
|
version = "0.2.78" |
|
|
version = "0.2.79" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "aa7087f49d294270db4e1928fc110c976cd4b9e5a16348e0a1df09afa99e6c98" |
|
|
checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "libsqlite3-sys" |
|
|
name = "libsqlite3-sys" |
|
@ -1194,7 +1206,7 @@ version = "0.4.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" |
|
|
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cfg-if 0.1.10", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -1267,7 +1279,7 @@ dependencies = [ |
|
|
"migrations_internals", |
|
|
"migrations_internals", |
|
|
"proc-macro2 1.0.24", |
|
|
"proc-macro2 1.0.24", |
|
|
"quote 1.0.7", |
|
|
"quote 1.0.7", |
|
|
"syn 1.0.42", |
|
|
"syn 1.0.44", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -1297,9 +1309,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "miniz_oxide" |
|
|
name = "miniz_oxide" |
|
|
version = "0.4.2" |
|
|
version = "0.4.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c60c0dfe32c10b43a144bad8fc83538c52f58302c92300ea7ec7bf7b38d5a7b9" |
|
|
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"adler", |
|
|
"adler", |
|
|
"autocfg 1.0.1", |
|
|
"autocfg 1.0.1", |
|
@ -1311,7 +1323,7 @@ version = "0.6.22" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430" |
|
|
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cfg-if 0.1.10", |
|
|
"fuchsia-zircon", |
|
|
"fuchsia-zircon", |
|
|
"fuchsia-zircon-sys", |
|
|
"fuchsia-zircon-sys", |
|
|
"iovec", |
|
|
"iovec", |
|
@ -1400,7 +1412,7 @@ version = "0.2.35" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853" |
|
|
checksum = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cfg-if 0.1.10", |
|
|
"libc", |
|
|
"libc", |
|
|
"winapi 0.3.9", |
|
|
"winapi 0.3.9", |
|
|
] |
|
|
] |
|
@ -1471,7 +1483,7 @@ checksum = "6f09b9841adb6b5e1f89ef7087ea636e0fd94b2851f887c1e3eb5d5f8228fab3" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"proc-macro2 1.0.24", |
|
|
"proc-macro2 1.0.24", |
|
|
"quote 1.0.7", |
|
|
"quote 1.0.7", |
|
|
"syn 1.0.42", |
|
|
"syn 1.0.44", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -1518,9 +1530,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "object" |
|
|
name = "object" |
|
|
version = "0.20.0" |
|
|
version = "0.21.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1ab52be62400ca80aa00285d25253d7f7c437b7375c4de678f5405d3afe82ca5" |
|
|
checksum = "37fd5004feb2ce328a52b0b3d01dbf4ffff72583493900ed15f22d4111c51693" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "once_cell" |
|
|
name = "once_cell" |
|
@ -1541,7 +1553,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4" |
|
|
checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"bitflags", |
|
|
"bitflags", |
|
|
"cfg-if", |
|
|
"cfg-if 0.1.10", |
|
|
"foreign-types", |
|
|
"foreign-types", |
|
|
"lazy_static", |
|
|
"lazy_static", |
|
|
"libc", |
|
|
"libc", |
|
@ -1556,9 +1568,9 @@ checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "openssl-src" |
|
|
name = "openssl-src" |
|
|
version = "111.11.0+1.1.1h" |
|
|
version = "111.12.0+1.1.1h" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "380fe324132bea01f45239fadfec9343adb044615f29930d039bec1ae7b9fa5b" |
|
|
checksum = "858a4132194f8570a7ee9eb8629e85b23cbc4565f2d4a162e87556e5956abf61" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cc", |
|
|
"cc", |
|
|
] |
|
|
] |
|
@ -1625,7 +1637,7 @@ version = "0.8.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b" |
|
|
checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cfg-if 0.1.10", |
|
|
"cloudabi 0.1.0", |
|
|
"cloudabi 0.1.0", |
|
|
"instant", |
|
|
"instant", |
|
|
"libc", |
|
|
"libc", |
|
@ -1723,7 +1735,7 @@ dependencies = [ |
|
|
"pest_meta", |
|
|
"pest_meta", |
|
|
"proc-macro2 1.0.24", |
|
|
"proc-macro2 1.0.24", |
|
|
"quote 1.0.7", |
|
|
"quote 1.0.7", |
|
|
"syn 1.0.42", |
|
|
"syn 1.0.44", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -1777,22 +1789,22 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "pin-project" |
|
|
name = "pin-project" |
|
|
version = "0.4.25" |
|
|
version = "0.4.27" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2b9e280448854bd91559252582173b3bd1f8e094a0e644791c0628ca9b1f144f" |
|
|
checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"pin-project-internal", |
|
|
"pin-project-internal", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "pin-project-internal" |
|
|
name = "pin-project-internal" |
|
|
version = "0.4.25" |
|
|
version = "0.4.27" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c8c8b352676bc6a4c3d71970560b913cea444a7a921cc2e2d920225e4b91edaa" |
|
|
checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"proc-macro2 1.0.24", |
|
|
"proc-macro2 1.0.24", |
|
|
"quote 1.0.7", |
|
|
"quote 1.0.7", |
|
|
"syn 1.0.42", |
|
|
"syn 1.0.44", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -1809,9 +1821,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "pkg-config" |
|
|
name = "pkg-config" |
|
|
version = "0.3.18" |
|
|
version = "0.3.19" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33" |
|
|
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "ppv-lite86" |
|
|
name = "ppv-lite86" |
|
@ -1843,7 +1855,7 @@ dependencies = [ |
|
|
"proc-macro-error-attr", |
|
|
"proc-macro-error-attr", |
|
|
"proc-macro2 1.0.24", |
|
|
"proc-macro2 1.0.24", |
|
|
"quote 1.0.7", |
|
|
"quote 1.0.7", |
|
|
"syn 1.0.42", |
|
|
"syn 1.0.44", |
|
|
"version_check 0.9.2", |
|
|
"version_check 0.9.2", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -2112,9 +2124,9 @@ checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "regex" |
|
|
name = "regex" |
|
|
version = "1.3.9" |
|
|
version = "1.4.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6" |
|
|
checksum = "8963b85b8ce3074fecffde43b4b0dded83ce2f367dc8d363afc56679f3ee820b" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"aho-corasick", |
|
|
"aho-corasick", |
|
|
"memchr", |
|
|
"memchr", |
|
@ -2124,9 +2136,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "regex-syntax" |
|
|
name = "regex-syntax" |
|
|
version = "0.6.18" |
|
|
version = "0.6.20" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8" |
|
|
checksum = "8cab7a364d15cde1e505267766a2d3c4e22a843e1a601f0fa7564c0f82ced11c" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "remove_dir_all" |
|
|
name = "remove_dir_all" |
|
@ -2274,9 +2286,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "rustc-demangle" |
|
|
name = "rustc-demangle" |
|
|
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 = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" |
|
|
checksum = "b2610b7f643d18c87dff3b489950269617e6601a51f1f05aa5daefee36f64f0b" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "rustc-hex" |
|
|
name = "rustc-hex" |
|
@ -2402,29 +2414,29 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "serde" |
|
|
name = "serde" |
|
|
version = "1.0.116" |
|
|
version = "1.0.117" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "96fe57af81d28386a513cbc6858332abc6117cfdb5999647c6444b8f43a370a5" |
|
|
checksum = "b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"serde_derive", |
|
|
"serde_derive", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "serde_derive" |
|
|
name = "serde_derive" |
|
|
version = "1.0.116" |
|
|
version = "1.0.117" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f630a6370fd8e457873b4bd2ffdae75408bc291ba72be773772a4c2a065d9ae8" |
|
|
checksum = "cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"proc-macro2 1.0.24", |
|
|
"proc-macro2 1.0.24", |
|
|
"quote 1.0.7", |
|
|
"quote 1.0.7", |
|
|
"syn 1.0.42", |
|
|
"syn 1.0.44", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "serde_json" |
|
|
name = "serde_json" |
|
|
version = "1.0.58" |
|
|
version = "1.0.59" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a230ea9107ca2220eea9d46de97eddcb04cd00e92d13dda78e478dd33fa82bd4" |
|
|
checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"itoa", |
|
|
"itoa", |
|
|
"ryu", |
|
|
"ryu", |
|
@ -2531,7 +2543,7 @@ version = "0.3.15" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b1fa70dc5c8104ec096f4fe7ede7a221d35ae13dcd19ba1ad9a81d2cab9a1c44" |
|
|
checksum = "b1fa70dc5c8104ec096f4fe7ede7a221d35ae13dcd19ba1ad9a81d2cab9a1c44" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cfg-if 0.1.10", |
|
|
"libc", |
|
|
"libc", |
|
|
"redox_syscall", |
|
|
"redox_syscall", |
|
|
"winapi 0.3.9", |
|
|
"winapi 0.3.9", |
|
@ -2561,9 +2573,9 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "standback" |
|
|
name = "standback" |
|
|
version = "0.2.10" |
|
|
version = "0.2.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "33a71ea1ea5f8747d1af1979bfb7e65c3a025a70609f04ceb78425bc5adad8e6" |
|
|
checksum = "f4e0831040d2cf2bdfd51b844be71885783d489898a192f254ae25d57cce725c" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"version_check 0.9.2", |
|
|
"version_check 0.9.2", |
|
|
] |
|
|
] |
|
@ -2604,7 +2616,7 @@ dependencies = [ |
|
|
"quote 1.0.7", |
|
|
"quote 1.0.7", |
|
|
"serde", |
|
|
"serde", |
|
|
"serde_derive", |
|
|
"serde_derive", |
|
|
"syn 1.0.42", |
|
|
"syn 1.0.44", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -2620,7 +2632,7 @@ dependencies = [ |
|
|
"serde_derive", |
|
|
"serde_derive", |
|
|
"serde_json", |
|
|
"serde_json", |
|
|
"sha1", |
|
|
"sha1", |
|
|
"syn 1.0.42", |
|
|
"syn 1.0.44", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -2671,9 +2683,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "structopt" |
|
|
name = "structopt" |
|
|
version = "0.3.18" |
|
|
version = "0.3.20" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a33f6461027d7f08a13715659b2948e1602c31a3756aeae9378bfe7518c72e82" |
|
|
checksum = "126d630294ec449fae0b16f964e35bf3c74f940da9dca17ee9b905f7b3112eb8" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"clap", |
|
|
"clap", |
|
|
"lazy_static", |
|
|
"lazy_static", |
|
@ -2682,15 +2694,15 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "structopt-derive" |
|
|
name = "structopt-derive" |
|
|
version = "0.4.11" |
|
|
version = "0.4.13" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c92e775028122a4b3dd55d58f14fc5120289c69bee99df1d117ae30f84b225c9" |
|
|
checksum = "65e51c492f9e23a220534971ff5afc14037289de430e3c83f9daf6a1b6ae91e8" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"heck", |
|
|
"heck", |
|
|
"proc-macro-error", |
|
|
"proc-macro-error", |
|
|
"proc-macro2 1.0.24", |
|
|
"proc-macro2 1.0.24", |
|
|
"quote 1.0.7", |
|
|
"quote 1.0.7", |
|
|
"syn 1.0.42", |
|
|
"syn 1.0.44", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -2718,9 +2730,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "syn" |
|
|
name = "syn" |
|
|
version = "1.0.42" |
|
|
version = "1.0.44" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9c51d92969d209b54a98397e1b91c8ae82d8c87a7bb87df0b29aa2ad81454228" |
|
|
checksum = "e03e57e4fcbfe7749842d53e24ccb9aa12b7252dbe5e91d2acad31834c8b8fdd" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"proc-macro2 1.0.24", |
|
|
"proc-macro2 1.0.24", |
|
|
"quote 1.0.7", |
|
|
"quote 1.0.7", |
|
@ -2745,7 +2757,7 @@ version = "3.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
|
|
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cfg-if 0.1.10", |
|
|
"libc", |
|
|
"libc", |
|
|
"rand 0.7.3", |
|
|
"rand 0.7.3", |
|
|
"redox_syscall", |
|
|
"redox_syscall", |
|
@ -2837,7 +2849,7 @@ dependencies = [ |
|
|
"proc-macro2 1.0.24", |
|
|
"proc-macro2 1.0.24", |
|
|
"quote 1.0.7", |
|
|
"quote 1.0.7", |
|
|
"standback", |
|
|
"standback", |
|
|
"syn 1.0.42", |
|
|
"syn 1.0.44", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -2909,7 +2921,7 @@ version = "0.1.21" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b0987850db3733619253fe60e17cb59b82d37c7e6c0236bb81e4d6b87c879f27" |
|
|
checksum = "b0987850db3733619253fe60e17cb59b82d37c7e6c0236bb81e4d6b87c879f27" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cfg-if 0.1.10", |
|
|
"log 0.4.11", |
|
|
"log 0.4.11", |
|
|
"pin-project-lite", |
|
|
"pin-project-lite", |
|
|
"tracing-core", |
|
|
"tracing-core", |
|
@ -3146,7 +3158,7 @@ version = "0.2.68" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42" |
|
|
checksum = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cfg-if 0.1.10", |
|
|
"serde", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"serde_json", |
|
|
"wasm-bindgen-macro", |
|
|
"wasm-bindgen-macro", |
|
@ -3163,7 +3175,7 @@ dependencies = [ |
|
|
"log 0.4.11", |
|
|
"log 0.4.11", |
|
|
"proc-macro2 1.0.24", |
|
|
"proc-macro2 1.0.24", |
|
|
"quote 1.0.7", |
|
|
"quote 1.0.7", |
|
|
"syn 1.0.42", |
|
|
"syn 1.0.44", |
|
|
"wasm-bindgen-shared", |
|
|
"wasm-bindgen-shared", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -3173,7 +3185,7 @@ version = "0.4.18" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b7866cab0aa01de1edf8b5d7936938a7e397ee50ce24119aef3e1eaa3b6171da" |
|
|
checksum = "b7866cab0aa01de1edf8b5d7936938a7e397ee50ce24119aef3e1eaa3b6171da" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"cfg-if 0.1.10", |
|
|
"js-sys", |
|
|
"js-sys", |
|
|
"wasm-bindgen", |
|
|
"wasm-bindgen", |
|
|
"web-sys", |
|
|
"web-sys", |
|
@ -3197,7 +3209,7 @@ checksum = "f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"proc-macro2 1.0.24", |
|
|
"proc-macro2 1.0.24", |
|
|
"quote 1.0.7", |
|
|
"quote 1.0.7", |
|
|
"syn 1.0.42", |
|
|
"syn 1.0.44", |
|
|
"wasm-bindgen-backend", |
|
|
"wasm-bindgen-backend", |
|
|
"wasm-bindgen-shared", |
|
|
"wasm-bindgen-shared", |
|
|
] |
|
|
] |
|
|