|
|
@ -2,6 +2,12 @@
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "Inflector"
|
|
|
|
|
|
|
|
version = "0.11.4"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
version = "1.0.2"
|
|
|
@ -25,6 +31,12 @@ dependencies = [
|
|
|
|
"version_check",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "aliasable"
|
|
|
|
|
|
|
|
version = "0.1.3"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
version = "0.11.0"
|
|
|
@ -57,9 +69,9 @@ checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.7.1"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be4dc07131ffa69b8072d35f5007352af944213cde02545e2103680baed38fcd"
|
|
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
|
|
|
name = "async-stream"
|
|
|
@ -77,9 +89,9 @@ 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.30",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.80",
|
|
|
|
"syn 1.0.81",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -88,9 +100,9 @@ version = "0.1.51"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e"
|
|
|
|
checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.30",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.80",
|
|
|
|
"syn 1.0.81",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -127,9 +139,9 @@ checksum = "ec107f431ee3d8a8e45e6dd117adab769556ef463959e77bf6a4888d5fd500cf"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error 0.4.12",
|
|
|
|
"proc-macro-error 0.4.12",
|
|
|
|
"proc-macro2 1.0.30",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.80",
|
|
|
|
"syn 1.0.81",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -174,12 +186,12 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "blake3"
|
|
|
|
name = "blake3"
|
|
|
|
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 = "2607a74355ce2e252d0c483b2d8a348e1bba36036e786ccc2dcd777213c86ffd"
|
|
|
|
checksum = "526c210b4520e416420759af363083471656e819a75e831b8d2c9d5a584f2413"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec 0.7.1",
|
|
|
|
"arrayvec 0.7.2",
|
|
|
|
"cc",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"constant_time_eq",
|
|
|
|
"constant_time_eq",
|
|
|
@ -227,9 +239,9 @@ checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
|
|
|
name = "cc"
|
|
|
|
version = "1.0.71"
|
|
|
|
version = "1.0.72"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd"
|
|
|
|
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
"jobserver",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -293,12 +305,6 @@ version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "convert_case"
|
|
|
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.9.2"
|
|
|
|
version = "0.9.2"
|
|
|
@ -326,9 +332,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "crc"
|
|
|
|
name = "crc"
|
|
|
|
version = "2.0.0"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10c2722795460108a7872e1cd933a85d6ec38abc4baecad51028f702da28889f"
|
|
|
|
checksum = "49fc9a695bca7f35f5f4c15cddc84415f66a74ea78eef08e90c5024f2b540e23"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"crc-catalog",
|
|
|
|
"crc-catalog",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -436,7 +442,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"
|
|
|
|
checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"data-encoding",
|
|
|
|
"data-encoding",
|
|
|
|
"syn 1.0.80",
|
|
|
|
"syn 1.0.81",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -568,9 +574,9 @@ checksum = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"autocfg",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2 1.0.30",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.80",
|
|
|
|
"syn 1.0.81",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -790,9 +796,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
name = "libc"
|
|
|
|
version = "0.2.105"
|
|
|
|
version = "0.2.107"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "869d572136620d55835903746bcb5cdc54cb2851fd0aeec53220b4bb65ef3013"
|
|
|
|
checksum = "fbe5e23404da5b4f555ef85ebed98fb4083e55a00c317800bc2a50ede9f3d219"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
|
|
|
name = "libsqlite3-sys"
|
|
|
@ -865,6 +871,7 @@ version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"base64",
|
|
|
|
"futures 0.3.17",
|
|
|
|
"futures 0.3.17",
|
|
|
|
|
|
|
|
"itertools",
|
|
|
|
"multibase",
|
|
|
|
"multibase",
|
|
|
|
"multihash",
|
|
|
|
"multihash",
|
|
|
|
"rmp-ipc",
|
|
|
|
"rmp-ipc",
|
|
|
@ -912,6 +919,7 @@ dependencies = [
|
|
|
|
name = "mediarepo-model"
|
|
|
|
name = "mediarepo-model"
|
|
|
|
version = "0.1.0"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"async-trait",
|
|
|
|
"chrono",
|
|
|
|
"chrono",
|
|
|
|
"mediarepo-core",
|
|
|
|
"mediarepo-core",
|
|
|
|
"mediarepo-database",
|
|
|
|
"mediarepo-database",
|
|
|
@ -974,9 +982,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.1.4"
|
|
|
|
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 = "9c64630dcdd71f1a64c435f54885086a0de5d6a12d104d69b165fb7d5286d677"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
name = "miniz_oxide"
|
|
|
@ -1055,9 +1063,9 @@ checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro-error 1.0.4",
|
|
|
|
"proc-macro-error 1.0.4",
|
|
|
|
"proc-macro2 1.0.30",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.80",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"synstructure",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -1081,9 +1089,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
name = "nom"
|
|
|
|
version = "7.0.0"
|
|
|
|
version = "7.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ffd9d26838a953b4af82cbeb9f1592c6798916983959be223a7124e992742c1"
|
|
|
|
checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
"minimal-lexical",
|
|
|
@ -1175,9 +1183,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
|
|
|
name = "openssl"
|
|
|
|
version = "0.10.36"
|
|
|
|
version = "0.10.38"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d9facdb76fec0b73c406f125d44d86fdad818d66fef0531eec9233ca425ff4a"
|
|
|
|
checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
@ -1195,9 +1203,9 @@ checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
|
|
|
name = "openssl-sys"
|
|
|
|
version = "0.9.67"
|
|
|
|
version = "0.9.70"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "69df2d8dfc6ce3aaf44b40dec6f487d5a886516cf6879c49e98e0710f310a058"
|
|
|
|
checksum = "c6517987b3f8226b5da3661dad65ff7f300cc59fb5ea8333ca191fc65fde3edf"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"autocfg",
|
|
|
|
"cc",
|
|
|
|
"cc",
|
|
|
@ -1206,6 +1214,30 @@ dependencies = [
|
|
|
|
"vcpkg",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "ouroboros"
|
|
|
|
|
|
|
|
version = "0.11.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "3518a68fc597f6a42f83a31e41c039c3cbaa10fa8bb239c936c235e81cce873f"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"aliasable",
|
|
|
|
|
|
|
|
"ouroboros_macro",
|
|
|
|
|
|
|
|
"stable_deref_trait",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "ouroboros_macro"
|
|
|
|
|
|
|
|
version = "0.11.1"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "4e23813b1bcb2d41a838849a2bbae40ae5c03c85ecabf04ba97086f438484714"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"Inflector",
|
|
|
|
|
|
|
|
"proc-macro-error 1.0.4",
|
|
|
|
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
|
|
|
|
"quote 1.0.10",
|
|
|
|
|
|
|
|
"syn 1.0.81",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.11.2"
|
|
|
|
version = "0.11.2"
|
|
|
@ -1252,9 +1284,9 @@ version = "1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389"
|
|
|
|
checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.30",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.80",
|
|
|
|
"syn 1.0.81",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -1271,9 +1303,9 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.21"
|
|
|
|
version = "0.3.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10e2fcbb64ecbe64c8e040a386c3104d384583af58b956d870aaaf229df6e66d"
|
|
|
|
checksum = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "png"
|
|
|
|
name = "png"
|
|
|
@ -1295,9 +1327,9 @@ checksum = "f6519412c9e0d4be579b9f0618364d19cb434b324fc6ddb1b27b1e682c7105ed"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
name = "ppv-lite86"
|
|
|
|
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 = "c3ca011bd0129ff4ae15cd04c4eef202cadf6c51c21e47aba319b4e0501db741"
|
|
|
|
checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
|
|
|
name = "proc-macro-crate"
|
|
|
@ -1316,9 +1348,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "18f33027081eba0a6d8aba6d1b1c3a3be58cbb12106341c2d5759fcd9b5277e7"
|
|
|
|
checksum = "18f33027081eba0a6d8aba6d1b1c3a3be58cbb12106341c2d5759fcd9b5277e7"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr 0.4.12",
|
|
|
|
"proc-macro-error-attr 0.4.12",
|
|
|
|
"proc-macro2 1.0.30",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.80",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"version_check",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -1329,9 +1361,9 @@ 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 1.0.4",
|
|
|
|
"proc-macro2 1.0.30",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.80",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"version_check",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -1341,9 +1373,9 @@ version = "0.4.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a5b4b77fdb63c1eca72173d68d24501c54ab1269409f6b672c85deb18af69de"
|
|
|
|
checksum = "8a5b4b77fdb63c1eca72173d68d24501c54ab1269409f6b672c85deb18af69de"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.30",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.80",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"syn-mid",
|
|
|
|
"syn-mid",
|
|
|
|
"version_check",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -1354,7 +1386,7 @@ 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.30",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"version_check",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -1382,9 +1414,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "1.0.30"
|
|
|
|
version = "1.0.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "edc3358ebc67bc8b7fa0c007f945b0b18226f78437d61bec735a9eb96b61ee70"
|
|
|
|
checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.2.2",
|
|
|
|
"unicode-xid 0.2.2",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -1404,7 +1436,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.30",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -1593,15 +1625,16 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "sea-orm"
|
|
|
|
name = "sea-orm"
|
|
|
|
version = "0.2.6"
|
|
|
|
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 = "c3c5c7f0848ed7ddb2b3956abc84d5167dd33bb34c43e3b69172f565ca657a11"
|
|
|
|
checksum = "008887f4c2d0228891facd84a2c0bfdf175671a7a727798c63c14dfe04e343b2"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"async-stream",
|
|
|
|
"async-stream",
|
|
|
|
"async-trait",
|
|
|
|
"async-trait",
|
|
|
|
"chrono",
|
|
|
|
"chrono",
|
|
|
|
"futures 0.3.17",
|
|
|
|
"futures 0.3.17",
|
|
|
|
"futures-util",
|
|
|
|
"futures-util",
|
|
|
|
|
|
|
|
"ouroboros",
|
|
|
|
"rust_decimal",
|
|
|
|
"rust_decimal",
|
|
|
|
"sea-orm-macros",
|
|
|
|
"sea-orm-macros",
|
|
|
|
"sea-query",
|
|
|
|
"sea-query",
|
|
|
@ -1609,28 +1642,28 @@ dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_json",
|
|
|
|
"sqlx",
|
|
|
|
"sqlx",
|
|
|
|
|
|
|
|
"url",
|
|
|
|
"uuid",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "sea-orm-macros"
|
|
|
|
name = "sea-orm-macros"
|
|
|
|
version = "0.2.6"
|
|
|
|
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 = "9466819cb0878e7fb6f6a1d7e46471a93b7121fef39db82f5799127884e39534"
|
|
|
|
checksum = "f8d4da296bdf6ab25a89e09af3a0d80e94e18580575fae3f7fbe7314604e8c8c"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"bae",
|
|
|
|
"bae",
|
|
|
|
"convert_case",
|
|
|
|
|
|
|
|
"heck",
|
|
|
|
"heck",
|
|
|
|
"proc-macro2 1.0.30",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.80",
|
|
|
|
"syn 1.0.81",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "sea-query"
|
|
|
|
name = "sea-query"
|
|
|
|
version = "0.17.2"
|
|
|
|
version = "0.18.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17002e169ec19c435d33ebfbc25aa8d7381c2410cc2e27e556be837ec5546586"
|
|
|
|
checksum = "0ae0ce1a7c495076a9d6401c917b564fb75e77e05432e6c86084ca453b8256d7"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"chrono",
|
|
|
|
"rust_decimal",
|
|
|
|
"rust_decimal",
|
|
|
@ -1646,9 +1679,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34cdc022b4f606353fe5dc85b09713a04e433323b70163e81513b141c6ae6eb5"
|
|
|
|
checksum = "34cdc022b4f606353fe5dc85b09713a04e433323b70163e81513b141c6ae6eb5"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"heck",
|
|
|
|
"proc-macro2 1.0.30",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.80",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"thiserror",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -1668,9 +1701,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51c247af6c2c4ffd372fe97e9afa579b4438e4c306c9aa3f11cbf72f1e845180"
|
|
|
|
checksum = "51c247af6c2c4ffd372fe97e9afa579b4438e4c306c9aa3f11cbf72f1e845180"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"heck",
|
|
|
|
"proc-macro2 1.0.30",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.80",
|
|
|
|
"syn 1.0.81",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -1711,16 +1744,16 @@ version = "1.0.130"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
|
|
|
|
checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.30",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.80",
|
|
|
|
"syn 1.0.81",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
|
|
|
name = "serde_json"
|
|
|
|
version = "1.0.68"
|
|
|
|
version = "1.0.69"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8"
|
|
|
|
checksum = "e466864e431129c7e0d3476b92f20458e5879919a0596c6472738d9fa2d342f8"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"indexmap",
|
|
|
|
"itoa",
|
|
|
|
"itoa",
|
|
|
@ -1875,13 +1908,13 @@ dependencies = [
|
|
|
|
"either",
|
|
|
|
"either",
|
|
|
|
"heck",
|
|
|
|
"heck",
|
|
|
|
"once_cell",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2 1.0.30",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"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.80",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"url",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -1897,6 +1930,12 @@ dependencies = [
|
|
|
|
"tokio-native-tls",
|
|
|
|
"tokio-native-tls",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
|
|
|
|
version = "1.2.0"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "stringprep"
|
|
|
|
name = "stringprep"
|
|
|
|
version = "0.1.2"
|
|
|
|
version = "0.1.2"
|
|
|
@ -1932,9 +1971,9 @@ checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error 1.0.4",
|
|
|
|
"proc-macro-error 1.0.4",
|
|
|
|
"proc-macro2 1.0.30",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.80",
|
|
|
|
"syn 1.0.81",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -1950,11 +1989,11 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
name = "syn"
|
|
|
|
version = "1.0.80"
|
|
|
|
version = "1.0.81"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194"
|
|
|
|
checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.30",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"unicode-xid 0.2.2",
|
|
|
|
"unicode-xid 0.2.2",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -1965,9 +2004,9 @@ version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baa8e7560a164edb1621a55d18a0c59abf49d360f47aa7b821061dd7eea7fac9"
|
|
|
|
checksum = "baa8e7560a164edb1621a55d18a0c59abf49d360f47aa7b821061dd7eea7fac9"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.30",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.80",
|
|
|
|
"syn 1.0.81",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -1976,9 +2015,9 @@ 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.30",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.80",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"unicode-xid 0.2.2",
|
|
|
|
"unicode-xid 0.2.2",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -2020,9 +2059,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.30",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.80",
|
|
|
|
"syn 1.0.81",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -2071,9 +2110,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
name = "time"
|
|
|
|
version = "0.3.3"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cde1cf55178e0293453ba2cca0d5f8392a922e52aa958aee9c28ed02becc6d03"
|
|
|
|
checksum = "99beeb0daeac2bd1e86ac2c21caddecb244b39a093594da1a661ec2060c7aedd"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"itoa",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
@ -2081,9 +2120,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
|
|
|
name = "tinyvec"
|
|
|
|
version = "1.5.0"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f83b2a3d4d9091d0abd7eba4dc2710b1718583bd4d8992e2190720ea38f391f7"
|
|
|
|
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -2096,9 +2135,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
|
|
|
name = "tokio"
|
|
|
|
version = "1.12.0"
|
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c2c2416fdedca8443ae44b4527de1ea633af61d8f7169ffa6e72c5b53d24efcc"
|
|
|
|
checksum = "588b2d10a336da58d877567cd8fb8a14b463e2104910f8132cd054b4b96e29ee"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"autocfg",
|
|
|
|
"bytes",
|
|
|
|
"bytes",
|
|
|
@ -2123,13 +2162,13 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
|
|
|
name = "tokio-macros"
|
|
|
|
version = "1.5.0"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2dd85aeaba7b68df939bd357c6afb36c87951be9e80bf9c859f2fc3e9fca0fd"
|
|
|
|
checksum = "114383b041aa6212c579467afa0075fbbdd0718de036100bc0ba7961d8cb9095"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.30",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.80",
|
|
|
|
"syn 1.0.81",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -2144,9 +2183,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
|
|
|
name = "tokio-stream"
|
|
|
|
version = "0.1.7"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b2f3f698253f03119ac0102beaa64f67a67e08074d03a22d18784104543727f"
|
|
|
|
checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-project-lite",
|
|
|
@ -2181,8 +2220,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94571df2eae3ed4353815ea5a90974a594a1792d8782ff2cbcc9392d1101f366"
|
|
|
|
checksum = "94571df2eae3ed4353815ea5a90974a594a1792d8782ff2cbcc9392d1101f366"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"time 0.3.3",
|
|
|
|
"time 0.3.4",
|
|
|
|
"tracing-subscriber 0.3.0",
|
|
|
|
"tracing-subscriber 0.3.1",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -2191,9 +2230,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.30",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.80",
|
|
|
|
"syn 1.0.81",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
@ -2272,9 +2311,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
version = "0.3.0"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5cf865b5ddc38e503a29c41c4843e616a73028ae18c637bc3eb2afaef4909c84"
|
|
|
|
checksum = "80a4ddde70311d8da398062ecf6fc2c309337de6b0f77d6c27aff8d53f6fca52"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"sharded-slab",
|
|
|
|
"sharded-slab",
|
|
|
|
"thread_local",
|
|
|
|
"thread_local",
|
|
|
@ -2349,9 +2388,9 @@ checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "unsigned-varint"
|
|
|
|
name = "unsigned-varint"
|
|
|
|
version = "0.7.0"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5f8d425fafb8cd76bc3f22aace4af471d3156301d7508f2107e98fbeae10bc7f"
|
|
|
|
checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
|
|
|
name = "url"
|
|
|
@ -2418,9 +2457,9 @@ dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"log",
|
|
|
|
"proc-macro2 1.0.30",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.80",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
@ -2440,9 +2479,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.30",
|
|
|
|
"proc-macro2 1.0.32",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"quote 1.0.10",
|
|
|
|
"syn 1.0.80",
|
|
|
|
"syn 1.0.81",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
]
|
|
|
@ -2481,9 +2520,9 @@ checksum = "d8b77fdfd5a253be4ab714e4ffa3c49caf146b4de743e97510c0656cf90f1e8e"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "whoami"
|
|
|
|
name = "whoami"
|
|
|
|
version = "1.1.5"
|
|
|
|
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 = "483a59fee1a93fec90eb08bc2eb4315ef10f4ebc478b3a5fadc969819cb66117"
|
|
|
|
checksum = "c33ac5ee236a4efbf2c98967e12c6cc0c51d93a744159a52957ba206ae6ef5f7"
|
|
|
|
dependencies = [
|
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
"web-sys",
|
|
|
|