@ -99,25 +99,6 @@ dependencies = [
"tokio",
"tokio",
]
]
[[package]]
name = "async-mutex"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
dependencies = [
"event-listener",
]
[[package]]
name = "async-rwlock"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "261803dcc39ba9e72760ba6e16d0199b1eef9fc44e81bffabbebb9f5aea3906c"
dependencies = [
"async-mutex",
"event-listener",
]
[[package]]
[[package]]
name = "async-stream"
name = "async-stream"
version = "0.3.2"
version = "0.3.2"
@ -150,6 +131,12 @@ dependencies = [
"syn",
"syn",
]
]
[[package]]
name = "async_once"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ce4f10ea3abcd6617873bae9f91d1c5332b4a778bd9ce34d0cd517474c1de82"
[[package]]
[[package]]
name = "atomic"
name = "atomic"
version = "0.5.1"
version = "0.5.1"
@ -203,12 +190,6 @@ version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
[[package]]
name = "base64"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
[[package]]
[[package]]
name = "base64"
name = "base64"
version = "0.13.0"
version = "0.13.0"
@ -323,25 +304,27 @@ checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
[[package]]
[[package]]
name = "cached"
name = "cached"
version = "0.30 .0"
version = "0.34 .0"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af4dfac631a8e77b2f327f7852bb6172771f5279c4512efe79fad6067b37be3d "
checksum = "aadf76ddea74bab35ebeb8f1eb115b9bc04eaee42d8acc0d5f477dee6b176c9a "
dependencies = [
dependencies = [
"async-mutex",
"async-rwlock",
"async-trait",
"async-trait",
"async_once",
"cached_proc_macro",
"cached_proc_macro",
"cached_proc_macro_types",
"cached_proc_macro_types",
"futures",
"futures",
"hashbrown",
"hashbrown 0.12.0",
"lazy_static",
"once_cell",
"once_cell",
"thiserror",
"tokio",
]
]
[[package]]
[[package]]
name = "cached_proc_macro"
name = "cached_proc_macro"
version = "0.9 .0"
version = "0.12 .0"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "725f434d6da2814b989bd905c62ca28a9383feff7440210dc279665fbbbc9511 "
checksum = "bce0f37f9b77c6b93cdf3f060c89adca303d2ab052cacb3c3d1ab543e8cecd2f "
dependencies = [
dependencies = [
"cached_proc_macro_types",
"cached_proc_macro_types",
"darling",
"darling",
@ -792,12 +775,6 @@ dependencies = [
"backtrace",
"backtrace",
]
]
[[package]]
name = "event-listener"
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
[[package]]
[[package]]
name = "fake-simd"
name = "fake-simd"
version = "0.1.2"
version = "0.1.2"
@ -1092,9 +1069,9 @@ dependencies = [
[[package]]
[[package]]
name = "h2"
name = "h2"
version = "0.3.11 "
version = "0.3.12 "
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e "
checksum = "62eeb471aa3e3c9197aa4bfeabfe02982f6dc96f750486c0bb0009ac58b26d2b "
dependencies = [
dependencies = [
"bytes 1.1.0",
"bytes 1.1.0",
"fnv",
"fnv",
@ -1117,9 +1094,9 @@ checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
[[package]]
[[package]]
name = "handlebars"
name = "handlebars"
version = "4.2.1 "
version = "4.2.2 "
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25546a65e5cf1f471f3438796fc634650b31d7fcde01d444c309aeb28b92e3a8 "
checksum = "99d6a30320f094710245150395bc763ad23128d6a1ebbad7594dc4164b62c56b "
dependencies = [
dependencies = [
"log",
"log",
"pest",
"pest",
@ -1136,6 +1113,12 @@ version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
[[package]]
name = "hashbrown"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"
[[package]]
[[package]]
name = "heck"
name = "heck"
version = "0.4.0"
version = "0.4.0"
@ -1315,7 +1298,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
dependencies = [
dependencies = [
"autocfg",
"autocfg",
"hashbrown",
"hashbrown 0.11.2 ",
"serde",
"serde",
]
]
@ -1357,9 +1340,9 @@ dependencies = [
[[package]]
[[package]]
name = "ipnet"
name = "ipnet"
version = "2.3.1 "
version = "2.4.0 "
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9 "
checksum = "35e70ee094dc02fd9c13fdad4940090f22dbd6ac7c9e7094a46cf0232a50bc7c "
[[package]]
[[package]]
name = "itoa"
name = "itoa"
@ -1394,11 +1377,11 @@ dependencies = [
[[package]]
[[package]]
name = "jsonwebtoken"
name = "jsonwebtoken"
version = "7.2.0 "
version = "8.0.1 "
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afabcc15e437a6484fc4f12d0fd63068fe457bf93f1c148d3d9649c60b103f32 "
checksum = "012bb02250fdd38faa5feee63235f7a459974440b9b57593822414c31f92839e "
dependencies = [
dependencies = [
"base64 0.12. 3",
"base64 0.13.0 ",
"pem",
"pem",
"ring",
"ring",
"serde",
"serde",
@ -1794,9 +1777,9 @@ dependencies = [
[[package]]
[[package]]
name = "num-bigint"
name = "num-bigint"
version = "0.2.6 "
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 = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304 "
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f "
dependencies = [
dependencies = [
"autocfg",
"autocfg",
"num-integer",
"num-integer",
@ -1863,9 +1846,9 @@ dependencies = [
[[package]]
[[package]]
name = "once_cell"
name = "once_cell"
version = "1.9 .0"
version = "1.10 .0"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5 "
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9 "
[[package]]
[[package]]
name = "opaque-debug"
name = "opaque-debug"
@ -2059,13 +2042,11 @@ dependencies = [
[[package]]
[[package]]
name = "pem"
name = "pem"
version = "0.8.3 "
version = "1.0.2 "
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb "
checksum = "e9a3b09a20e374558580a4914d3b7d89bd61b954a5a5e1dcbea98753addb1947 "
dependencies = [
dependencies = [
"base64 0.13.0",
"base64 0.13.0",
"once_cell",
"regex",
]
]
[[package]]
[[package]]
@ -2254,7 +2235,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "292972edad6bbecc137ab84c5e36421a4a6c979ea31d3cc73540dd04315b33e1"
checksum = "292972edad6bbecc137ab84c5e36421a4a6c979ea31d3cc73540dd04315b33e1"
dependencies = [
dependencies = [
"byteorder",
"byteorder",
"hashbrown",
"hashbrown 0.11.2 ",
"idna 0.2.3",
"idna 0.2.3",
"psl-types",
"psl-types",
]
]
@ -2287,6 +2268,15 @@ version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
[[package]]
name = "quickcheck"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
dependencies = [
"rand 0.8.5",
]
[[package]]
[[package]]
name = "quote"
name = "quote"
version = "1.0.15"
version = "1.0.15"
@ -2432,9 +2422,9 @@ dependencies = [
[[package]]
[[package]]
name = "redox_syscall"
name = "redox_syscall"
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 = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff "
checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c "
dependencies = [
dependencies = [
"bitflags",
"bitflags",
]
]
@ -2461,9 +2451,9 @@ dependencies = [
[[package]]
[[package]]
name = "regex"
name = "regex"
version = "1.5.4 "
version = "1.5.5 "
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461 "
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286 "
dependencies = [
dependencies = [
"aho-corasick",
"aho-corasick",
"memchr",
"memchr",
@ -2585,7 +2575,7 @@ dependencies = [
[[package]]
[[package]]
name = "rocket"
name = "rocket"
version = "0.5.0-rc.1"
version = "0.5.0-rc.1"
source = "git+https://github.com/SergioBenitez/Rocket?rev=91e3b4397a1637d0f55f23db712cf7bda0c7f891#91e3b4397a1637d0f55f23db712cf7bda0c7f89 1"
source = "git+https://github.com/SergioBenitez/Rocket?rev=ae0ccf43f11be5c00bb9cd49996c8bb06a7e1651#ae0ccf43f11be5c00bb9cd49996c8bb06a7e165 1"
dependencies = [
dependencies = [
"async-stream",
"async-stream",
"async-trait",
"async-trait",
@ -2623,7 +2613,7 @@ dependencies = [
[[package]]
[[package]]
name = "rocket_codegen"
name = "rocket_codegen"
version = "0.5.0-rc.1"
version = "0.5.0-rc.1"
source = "git+https://github.com/SergioBenitez/Rocket?rev=91e3b4397a1637d0f55f23db712cf7bda0c7f891#91e3b4397a1637d0f55f23db712cf7bda0c7f89 1"
source = "git+https://github.com/SergioBenitez/Rocket?rev=ae0ccf43f11be5c00bb9cd49996c8bb06a7e1651#ae0ccf43f11be5c00bb9cd49996c8bb06a7e165 1"
dependencies = [
dependencies = [
"devise",
"devise",
"glob",
"glob",
@ -2638,7 +2628,7 @@ dependencies = [
[[package]]
[[package]]
name = "rocket_http"
name = "rocket_http"
version = "0.5.0-rc.1"
version = "0.5.0-rc.1"
source = "git+https://github.com/SergioBenitez/Rocket?rev=91e3b4397a1637d0f55f23db712cf7bda0c7f891#91e3b4397a1637d0f55f23db712cf7bda0c7f89 1"
source = "git+https://github.com/SergioBenitez/Rocket?rev=ae0ccf43f11be5c00bb9cd49996c8bb06a7e1651#ae0ccf43f11be5c00bb9cd49996c8bb06a7e165 1"
dependencies = [
dependencies = [
"cookie 0.16.0",
"cookie 0.16.0",
"either",
"either",
@ -2936,20 +2926,21 @@ dependencies = [
[[package]]
[[package]]
name = "simple_asn1"
name = "simple_asn1"
version = "0.4 .1"
version = "0.6 .1"
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "692ca13de57ce0613a363c8c2f1de925adebc81b04c923ac60c5488bb44abe4b "
checksum = "4a762b1c38b9b990c694b9c2f8abe3372ce6a9ceaae6bca39cfc46e054f45745 "
dependencies = [
dependencies = [
"chrono",
"num-bigint",
"num-bigint",
"num-traits",
"num-traits",
"thiserror",
"time 0.3.7",
]
]
[[package]]
[[package]]
name = "siphasher"
name = "siphasher"
version = "0.3.9 "
version = "0.3.10 "
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a86232ab60fa71287d7f2ddae4a7073f6b7aac33631c3015abb556f08c6d0a3 e"
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225d e"
[[package]]
[[package]]
name = "slab"
name = "slab"
@ -3208,6 +3199,7 @@ dependencies = [
"itoa",
"itoa",
"libc",
"libc",
"num_threads",
"num_threads",
"quickcheck",
"time-macros 0.2.3",
"time-macros 0.2.3",
]
]
@ -3387,9 +3379,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
[[package]]
[[package]]
name = "tracing"
name = "tracing"
version = "0.1.31 "
version = "0.1.32 "
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6c650a8ef0cd2dd93736f033d21cbd1224c5a967aa0c258d00fcf7dafef9b9 f"
checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7 f"
dependencies = [
dependencies = [
"cfg-if 1.0.0",
"cfg-if 1.0.0",
"log",
"log",
@ -3400,9 +3392,9 @@ dependencies = [
[[package]]
[[package]]
name = "tracing-attributes"
name = "tracing-attributes"
version = "0.1.19 "
version = "0.1.20 "
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8276d9a4a3a558d7b7ad5303ad50b53d58264641b82914b7ada36bd762e7a716 "
checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b "
dependencies = [
dependencies = [
"proc-macro2",
"proc-macro2",
"quote",
"quote",
@ -3411,9 +3403,9 @@ dependencies = [
[[package]]
[[package]]
name = "tracing-core"
name = "tracing-core"
version = "0.1.22 "
version = "0.1.23 "
source = "registry+https://github.com/rust-lang/crates.io-index"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23 "
checksum = "aa31669fa42c09c34d94d8165dd2012e8ff3c66aca50f3bb226b68f216f2706c "
dependencies = [
dependencies = [
"lazy_static",
"lazy_static",
"valuable",
"valuable",