|
|
@ -71,20 +71,20 @@ version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "648ed8c8d2ce5409ccd57453d9d1b214b342a0d69376a6feda1fd6cae3299308"
|
|
|
|
checksum = "648ed8c8d2ce5409ccd57453d9d1b214b342a0d69376a6feda1fd6cae3299308"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"proc-macro2 1.0.35",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"syn 1.0.84",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
|
|
|
name = "async-trait"
|
|
|
|
version = "0.1.51"
|
|
|
|
version = "0.1.52"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e"
|
|
|
|
checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"proc-macro2 1.0.35",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"syn 1.0.84",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -104,15 +104,15 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "bae"
|
|
|
|
name = "bae"
|
|
|
|
version = "0.1.6"
|
|
|
|
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 = "ec107f431ee3d8a8e45e6dd117adab769556ef463959e77bf6a4888d5fd500cf"
|
|
|
|
checksum = "33b8de67cc41132507eeece2584804efcb15f85ba516e34c944b7667f480397a"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error 0.4.12",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"proc-macro2 1.0.35",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"syn 1.0.84",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -202,7 +202,7 @@ dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"async-trait",
|
|
|
|
"bincode",
|
|
|
|
"bincode",
|
|
|
|
"byteorder",
|
|
|
|
"byteorder",
|
|
|
|
"futures 0.3.17",
|
|
|
|
"futures 0.3.19",
|
|
|
|
"lazy_static",
|
|
|
|
"lazy_static",
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"thiserror",
|
|
|
@ -219,9 +219,9 @@ checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
|
|
|
name = "bytemuck"
|
|
|
|
version = "1.7.2"
|
|
|
|
version = "1.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72957246c41db82b8ef88a5486143830adeb8227ef9837740bdec67724cf2c5b"
|
|
|
|
checksum = "439989e6b8c38d1b6570a384ef1e49c8848128f5a97f3914baef02920842712f"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
name = "byteorder"
|
|
|
@ -330,9 +330,9 @@ checksum = "ccaeedb56da03b09f598226e25e80088cb4cd25f316e6e4df7d695f0feeb1403"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.2.1"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
|
|
|
|
checksum = "738c290dfaea84fc1ca15ad9c168d083b05a714e1efddd8edaab678dc28d2836"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -425,7 +425,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"
|
|
|
|
checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"data-encoding",
|
|
|
|
"data-encoding",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"syn 1.0.84",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -492,9 +492,9 @@ checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
|
|
|
name = "futures"
|
|
|
|
version = "0.3.17"
|
|
|
|
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 = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca"
|
|
|
|
checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-core",
|
|
|
@ -507,9 +507,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
|
|
|
name = "futures-channel"
|
|
|
|
version = "0.3.17"
|
|
|
|
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 = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888"
|
|
|
|
checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-sink",
|
|
|
@ -517,15 +517,15 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
|
|
|
name = "futures-core"
|
|
|
|
version = "0.3.17"
|
|
|
|
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 = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"
|
|
|
|
checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
|
|
|
name = "futures-executor"
|
|
|
|
version = "0.3.17"
|
|
|
|
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 = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"
|
|
|
|
checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-task",
|
|
|
@ -545,42 +545,39 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
|
|
|
name = "futures-io"
|
|
|
|
version = "0.3.17"
|
|
|
|
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 = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377"
|
|
|
|
checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
|
|
|
name = "futures-macro"
|
|
|
|
version = "0.3.17"
|
|
|
|
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 = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb"
|
|
|
|
checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"proc-macro2 1.0.35",
|
|
|
|
"proc-macro-hack",
|
|
|
|
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"syn 1.0.84",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
|
|
|
name = "futures-sink"
|
|
|
|
version = "0.3.17"
|
|
|
|
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 = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11"
|
|
|
|
checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
|
|
|
name = "futures-task"
|
|
|
|
version = "0.3.17"
|
|
|
|
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 = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99"
|
|
|
|
checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
|
|
|
name = "futures-util"
|
|
|
|
version = "0.3.17"
|
|
|
|
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 = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"
|
|
|
|
checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
|
|
|
|
"futures-channel",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-io",
|
|
|
@ -590,8 +587,6 @@ dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"pin-utils",
|
|
|
|
"proc-macro-hack",
|
|
|
|
|
|
|
|
"proc-macro-nested",
|
|
|
|
|
|
|
|
"slab",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -725,9 +720,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.1"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
|
|
|
|
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -738,6 +733,12 @@ version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "itoa"
|
|
|
|
|
|
|
|
version = "1.0.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.24"
|
|
|
|
version = "0.1.24"
|
|
|
@ -779,9 +780,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
name = "libc"
|
|
|
|
version = "0.2.108"
|
|
|
|
version = "0.2.112"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119"
|
|
|
|
checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
|
|
|
name = "libsqlite3-sys"
|
|
|
@ -845,7 +846,7 @@ name = "mediarepo-core"
|
|
|
|
version = "0.1.0"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"base64",
|
|
|
|
"futures 0.3.17",
|
|
|
|
"futures 0.3.19",
|
|
|
|
"glob",
|
|
|
|
"glob",
|
|
|
|
"itertools",
|
|
|
|
"itertools",
|
|
|
|
"mediarepo-api",
|
|
|
|
"mediarepo-api",
|
|
|
@ -913,9 +914,9 @@ checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.6.4"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
|
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -1018,10 +1019,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"
|
|
|
|
checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro-error 1.0.4",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"proc-macro2 1.0.35",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"syn 1.0.84",
|
|
|
|
"synstructure",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -1117,9 +1118,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.13.0"
|
|
|
|
version = "1.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
@ -1127,9 +1128,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.8.0"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
|
|
|
|
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
name = "opaque-debug"
|
|
|
@ -1159,9 +1160,9 @@ checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
|
|
|
name = "openssl-sys"
|
|
|
|
version = "0.9.71"
|
|
|
|
version = "0.9.72"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7df13d165e607909b363a4757a6f133f8a818a74e9d3a98d09c6128e15fa4c73"
|
|
|
|
checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"autocfg",
|
|
|
|
"cc",
|
|
|
|
"cc",
|
|
|
@ -1172,9 +1173,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ouroboros"
|
|
|
|
name = "ouroboros"
|
|
|
|
version = "0.11.1"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3518a68fc597f6a42f83a31e41c039c3cbaa10fa8bb239c936c235e81cce873f"
|
|
|
|
checksum = "06562f88448f4f22a6cfb76b3d0d01af62e82e3dacb2a88c1a3a8a1694a501c6"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"aliasable",
|
|
|
|
"aliasable",
|
|
|
|
"ouroboros_macro",
|
|
|
|
"ouroboros_macro",
|
|
|
@ -1183,15 +1184,15 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ouroboros_macro"
|
|
|
|
name = "ouroboros_macro"
|
|
|
|
version = "0.11.1"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4e23813b1bcb2d41a838849a2bbae40ae5c03c85ecabf04ba97086f438484714"
|
|
|
|
checksum = "39cdc8f765173c2dad6c1f371d0997c2d21003bd14949da99d910ad409d88a85"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"Inflector",
|
|
|
|
"Inflector",
|
|
|
|
"proc-macro-error 1.0.4",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"proc-macro2 1.0.35",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"syn 1.0.84",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -1227,22 +1228,22 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
|
|
|
name = "pin-project"
|
|
|
|
version = "1.0.8"
|
|
|
|
version = "1.0.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08"
|
|
|
|
checksum = "1622113ce508488160cff04e6abc60960e676d330e1ca0f77c0b8df17c81438f"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
|
|
|
name = "pin-project-internal"
|
|
|
|
version = "1.0.8"
|
|
|
|
version = "1.0.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389"
|
|
|
|
checksum = "b95af56fee93df76d721d356ac1ca41fccf168bc448eb14049234df764ba3e76"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"proc-macro2 1.0.35",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"syn 1.0.84",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -1259,9 +1260,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.22"
|
|
|
|
version = "0.3.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f"
|
|
|
|
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "png"
|
|
|
|
name = "png"
|
|
|
@ -1297,42 +1298,16 @@ dependencies = [
|
|
|
|
"toml",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "proc-macro-error"
|
|
|
|
|
|
|
|
version = "0.4.12"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "18f33027081eba0a6d8aba6d1b1c3a3be58cbb12106341c2d5759fcd9b5277e7"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"proc-macro-error-attr 0.4.12",
|
|
|
|
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
|
|
|
|
"quote 1.0.10",
|
|
|
|
|
|
|
|
"syn 1.0.81",
|
|
|
|
|
|
|
|
"version_check",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr 1.0.4",
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"proc-macro2 1.0.35",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"syn 1.0.84",
|
|
|
|
"version_check",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
|
|
|
|
version = "0.4.12"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "8a5b4b77fdb63c1eca72173d68d24501c54ab1269409f6b672c85deb18af69de"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
|
|
|
|
"quote 1.0.10",
|
|
|
|
|
|
|
|
"syn 1.0.81",
|
|
|
|
|
|
|
|
"syn-mid",
|
|
|
|
|
|
|
|
"version_check",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -1342,23 +1317,11 @@ version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"proc-macro2 1.0.35",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"version_check",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "proc-macro-hack"
|
|
|
|
|
|
|
|
version = "0.5.19"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "proc-macro-nested"
|
|
|
|
|
|
|
|
version = "0.1.7"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "0.4.30"
|
|
|
|
version = "0.4.30"
|
|
|
@ -1370,9 +1333,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "1.0.32"
|
|
|
|
version = "1.0.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"
|
|
|
|
checksum = "392a54546fda6b7cc663379d0e6ce8b324cf88aecc5a499838e1be9781bdce2e"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.2.2",
|
|
|
|
"unicode-xid 0.2.2",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -1392,7 +1355,7 @@ version = "1.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
|
|
|
|
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"proc-macro2 1.0.35",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -1480,20 +1443,26 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "rust_decimal"
|
|
|
|
name = "rust_decimal"
|
|
|
|
version = "1.17.0"
|
|
|
|
version = "1.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "353775f96a1f400edcca737f843cb201af3645912e741e64456a257c770173e8"
|
|
|
|
checksum = "3c2d4912d369fb95a351c221475657970678d344d70c1a788223f6e74d1e3732"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.5.2",
|
|
|
|
"arrayvec 0.7.2",
|
|
|
|
"num-traits",
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "rustversion"
|
|
|
|
|
|
|
|
version = "1.0.6"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.5"
|
|
|
|
version = "1.0.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
|
|
|
name = "schannel"
|
|
|
@ -1519,15 +1488,16 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "sea-orm"
|
|
|
|
name = "sea-orm"
|
|
|
|
version = "0.3.2"
|
|
|
|
version = "0.5.0-rc.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "008887f4c2d0228891facd84a2c0bfdf175671a7a727798c63c14dfe04e343b2"
|
|
|
|
checksum = "83b28888a93992e03d8da07693fac6502d05ce353589de94dd0b1d3087fc8410"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
|
|
|
"async-trait",
|
|
|
|
"chrono",
|
|
|
|
"chrono",
|
|
|
|
"futures 0.3.17",
|
|
|
|
"futures 0.3.19",
|
|
|
|
"futures-util",
|
|
|
|
"futures-util",
|
|
|
|
|
|
|
|
"once_cell",
|
|
|
|
"ouroboros",
|
|
|
|
"ouroboros",
|
|
|
|
"rust_decimal",
|
|
|
|
"rust_decimal",
|
|
|
|
"sea-orm-macros",
|
|
|
|
"sea-orm-macros",
|
|
|
@ -1536,28 +1506,29 @@ dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_json",
|
|
|
|
"sqlx",
|
|
|
|
"sqlx",
|
|
|
|
|
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
"url",
|
|
|
|
"uuid",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "sea-orm-macros"
|
|
|
|
name = "sea-orm-macros"
|
|
|
|
version = "0.3.2"
|
|
|
|
version = "0.5.0-rc.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8d4da296bdf6ab25a89e09af3a0d80e94e18580575fae3f7fbe7314604e8c8c"
|
|
|
|
checksum = "fd60216c3182debc49b317b878c10c301e9b52cdf965c38ce33161fe0f4f03ee"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bae",
|
|
|
|
"bae",
|
|
|
|
"heck",
|
|
|
|
"heck",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"proc-macro2 1.0.35",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"syn 1.0.84",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "sea-query"
|
|
|
|
name = "sea-query"
|
|
|
|
version = "0.18.2"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ae0ce1a7c495076a9d6401c917b564fb75e77e05432e6c86084ca453b8256d7"
|
|
|
|
checksum = "d83e4a0dd79545b61c6ca453a28d0a88829487869a8559a35a3192f1b6aacad8"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"chrono",
|
|
|
|
"rust_decimal",
|
|
|
|
"rust_decimal",
|
|
|
@ -1573,31 +1544,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34cdc022b4f606353fe5dc85b09713a04e433323b70163e81513b141c6ae6eb5"
|
|
|
|
checksum = "34cdc022b4f606353fe5dc85b09713a04e433323b70163e81513b141c6ae6eb5"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"heck",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"proc-macro2 1.0.35",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"syn 1.0.84",
|
|
|
|
"thiserror",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "sea-strum"
|
|
|
|
name = "sea-strum"
|
|
|
|
version = "0.21.0"
|
|
|
|
version = "0.23.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c77c6c6c8b3950fccb65edd5d04985b5377f4c8f669cb9a215553f0369ec001"
|
|
|
|
checksum = "391d06a6007842cfe79ac6f7f53911b76dfd69fc9a6769f1cf6569d12ce20e1b"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"sea-strum_macros",
|
|
|
|
"sea-strum_macros",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "sea-strum_macros"
|
|
|
|
name = "sea-strum_macros"
|
|
|
|
version = "0.21.2"
|
|
|
|
version = "0.23.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51c247af6c2c4ffd372fe97e9afa579b4438e4c306c9aa3f11cbf72f1e845180"
|
|
|
|
checksum = "69b4397b825df6ccf1e98bcdabef3bbcfc47ff5853983467850eeab878384f21"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"heck",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"proc-macro2 1.0.35",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"rustversion",
|
|
|
|
|
|
|
|
"syn 1.0.84",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -1625,32 +1597,32 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
|
|
|
name = "serde"
|
|
|
|
version = "1.0.130"
|
|
|
|
version = "1.0.132"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
|
|
|
|
checksum = "8b9875c23cf305cd1fd7eb77234cbb705f21ea6a72c637a5c6db5fe4b8e7f008"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
|
|
|
name = "serde_derive"
|
|
|
|
version = "1.0.130"
|
|
|
|
version = "1.0.132"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
|
|
|
|
checksum = "ecc0db5cb2556c0e558887d9bbdcf6ac4471e83ff66cf696e5419024d1606276"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"proc-macro2 1.0.35",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"syn 1.0.84",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
|
|
|
name = "serde_json"
|
|
|
|
version = "1.0.71"
|
|
|
|
version = "1.0.73"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "063bf466a64011ac24040a49009724ee60a57da1b437617ceb32e53ad61bfb19"
|
|
|
|
checksum = "bcbd0344bc6533bc7ec56df11d42fb70f1b912351c0825ccb7211b59d8af7cf5"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"indexmap",
|
|
|
|
"itoa",
|
|
|
|
"itoa 1.0.1",
|
|
|
|
"ryu",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -1759,7 +1731,7 @@ dependencies = [
|
|
|
|
"hashlink",
|
|
|
|
"hashlink",
|
|
|
|
"hex",
|
|
|
|
"hex",
|
|
|
|
"indexmap",
|
|
|
|
"indexmap",
|
|
|
|
"itoa",
|
|
|
|
"itoa 0.4.8",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"log",
|
|
|
|
"log",
|
|
|
@ -1793,13 +1765,13 @@ dependencies = [
|
|
|
|
"either",
|
|
|
|
"either",
|
|
|
|
"heck",
|
|
|
|
"heck",
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"proc-macro2 1.0.35",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"serde_json",
|
|
|
|
"serde_json",
|
|
|
|
"sha2",
|
|
|
|
"sha2",
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-core",
|
|
|
|
"sqlx-rt",
|
|
|
|
"sqlx-rt",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"syn 1.0.84",
|
|
|
|
"url",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -1844,35 +1816,24 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
name = "syn"
|
|
|
|
version = "1.0.81"
|
|
|
|
version = "1.0.84"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966"
|
|
|
|
checksum = "ecb2e6da8ee5eb9a61068762a32fa9619cc591ceb055b3687f4cd4051ec2e06b"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"proc-macro2 1.0.35",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"unicode-xid 0.2.2",
|
|
|
|
"unicode-xid 0.2.2",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "syn-mid"
|
|
|
|
|
|
|
|
version = "0.5.3"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "baa8e7560a164edb1621a55d18a0c59abf49d360f47aa7b821061dd7eea7fac9"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
|
|
|
|
"quote 1.0.10",
|
|
|
|
|
|
|
|
"syn 1.0.81",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.12.6"
|
|
|
|
version = "0.12.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
|
|
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"proc-macro2 1.0.35",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"syn 1.0.84",
|
|
|
|
"unicode-xid 0.2.2",
|
|
|
|
"unicode-xid 0.2.2",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -1905,9 +1866,9 @@ version = "1.0.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
|
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"proc-macro2 1.0.35",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"syn 1.0.84",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -1962,11 +1923,10 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
|
|
|
name = "tokio"
|
|
|
|
version = "1.14.0"
|
|
|
|
version = "1.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70e992e41e0d2fb9f755b37446f20900f64446ef54874f40a60c78f021ac6144"
|
|
|
|
checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
|
|
|
"memchr",
|
|
|
@ -2023,6 +1983,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
|
|
|
|
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-core",
|
|
|
@ -2034,9 +1995,9 @@ version = "0.1.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"
|
|
|
|
checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"proc-macro2 1.0.35",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"syn 1.0.84",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -2067,9 +2028,9 @@ checksum = "ed5b74f0a24b5454580a79abb6994393b09adf0ab8070f15827cb666255de155"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.14.0"
|
|
|
|
version = "1.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"
|
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
name = "unicase"
|
|
|
@ -2184,9 +2145,9 @@ dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"log",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"proc-macro2 1.0.35",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"syn 1.0.84",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -2206,9 +2167,9 @@ version = "0.2.78"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
|
|
|
|
checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"proc-macro2 1.0.35",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"syn 1.0.84",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -2247,9 +2208,9 @@ checksum = "d8b77fdfd5a253be4ab714e4ffa3c49caf146b4de743e97510c0656cf90f1e8e"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "whoami"
|
|
|
|
name = "whoami"
|
|
|
|
version = "1.2.0"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c33ac5ee236a4efbf2c98967e12c6cc0c51d93a744159a52957ba206ae6ef5f7"
|
|
|
|
checksum = "524b58fa5a20a2fb3014dd6358b70e6579692a56ef6fce928834e488f42f65e8"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
"web-sys",
|
|
|
|