|
|
|
@ -11,15 +11,6 @@ dependencies = [ |
|
|
|
|
"memchr", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ansi_term" |
|
|
|
|
version = "0.12.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" |
|
|
|
|
dependencies = [ |
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "anyhow" |
|
|
|
|
version = "1.0.57" |
|
|
|
@ -28,7 +19,7 @@ checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "arse" |
|
|
|
|
version = "0.14.1" |
|
|
|
|
version = "0.15.0" |
|
|
|
|
dependencies = [ |
|
|
|
|
"anyhow", |
|
|
|
|
"chrono", |
|
|
|
@ -50,13 +41,14 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "atom_syndication" |
|
|
|
|
version = "0.9.1" |
|
|
|
|
version = "0.11.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "2d5016bf52ff4f3ed28bf3ec1fed96b53daf4b137d5e6b9f97a8cfae7b57a3a2" |
|
|
|
|
checksum = "21fb6a0b39c6517edafe46f8137e53c51742425a4dae1c73ee12264a37ad7541" |
|
|
|
|
dependencies = [ |
|
|
|
|
"chrono", |
|
|
|
|
"derive_builder", |
|
|
|
|
"diligent-date-parser", |
|
|
|
|
"never", |
|
|
|
|
"quick-xml", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -174,17 +166,27 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "clap" |
|
|
|
|
version = "2.34.0" |
|
|
|
|
version = "3.1.18" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" |
|
|
|
|
checksum = "d2dbdf4bdacb33466e854ce889eee8dfd5729abf7ccd7664d0a2d60cd384440b" |
|
|
|
|
dependencies = [ |
|
|
|
|
"ansi_term", |
|
|
|
|
"atty", |
|
|
|
|
"bitflags", |
|
|
|
|
"strsim 0.8.0", |
|
|
|
|
"clap_lex", |
|
|
|
|
"indexmap", |
|
|
|
|
"lazy_static", |
|
|
|
|
"strsim", |
|
|
|
|
"termcolor", |
|
|
|
|
"textwrap", |
|
|
|
|
"unicode-width", |
|
|
|
|
"vec_map", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "clap_lex" |
|
|
|
|
version = "0.2.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "a37c35f1112dad5e6e0b1adaff798507497a18fceeb30cceb3bae7d1427b9213" |
|
|
|
|
dependencies = [ |
|
|
|
|
"os_str_bytes", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -199,9 +201,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "darling" |
|
|
|
|
version = "0.10.2" |
|
|
|
|
version = "0.12.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858" |
|
|
|
|
checksum = "5f2c43f534ea4b0b049015d00269734195e6d3f0f6635cb692251aca6f9f8b3c" |
|
|
|
|
dependencies = [ |
|
|
|
|
"darling_core", |
|
|
|
|
"darling_macro", |
|
|
|
@ -209,23 +211,23 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "darling_core" |
|
|
|
|
version = "0.10.2" |
|
|
|
|
version = "0.12.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b" |
|
|
|
|
checksum = "8e91455b86830a1c21799d94524df0845183fa55bafd9aa137b01c7d1065fa36" |
|
|
|
|
dependencies = [ |
|
|
|
|
"fnv", |
|
|
|
|
"ident_case", |
|
|
|
|
"proc-macro2", |
|
|
|
|
"quote", |
|
|
|
|
"strsim 0.9.3", |
|
|
|
|
"strsim", |
|
|
|
|
"syn", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "darling_macro" |
|
|
|
|
version = "0.10.2" |
|
|
|
|
version = "0.12.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72" |
|
|
|
|
checksum = "29b5acf0dea37a7f66f7b25d2c5e93fd46f8f6968b1a5d7a3e02e97768afc95a" |
|
|
|
|
dependencies = [ |
|
|
|
|
"darling_core", |
|
|
|
|
"quote", |
|
|
|
@ -234,22 +236,18 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "derive_builder" |
|
|
|
|
version = "0.9.0" |
|
|
|
|
version = "0.10.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "a2658621297f2cf68762a6f7dc0bb7e1ff2cfd6583daef8ee0fed6f7ec468ec0" |
|
|
|
|
checksum = "d13202debe11181040ae9063d739fa32cfcaaebe2275fe387703460ae2365b30" |
|
|
|
|
dependencies = [ |
|
|
|
|
"darling", |
|
|
|
|
"derive_builder_core", |
|
|
|
|
"proc-macro2", |
|
|
|
|
"quote", |
|
|
|
|
"syn", |
|
|
|
|
"derive_builder_macro", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "derive_builder_core" |
|
|
|
|
version = "0.9.0" |
|
|
|
|
version = "0.10.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "2791ea3e372c8495c0bc2033991d76b512cd799d07491fbd6890124db9458bef" |
|
|
|
|
checksum = "66e616858f6187ed828df7c64a6d71720d83767a7f19740b2d1b6fe6327b36e5" |
|
|
|
|
dependencies = [ |
|
|
|
|
"darling", |
|
|
|
|
"proc-macro2", |
|
|
|
@ -257,6 +255,16 @@ dependencies = [ |
|
|
|
|
"syn", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "derive_builder_macro" |
|
|
|
|
version = "0.10.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "58a94ace95092c5acb1e97a7e846b310cfbd499652f72297da7493f618a98d73" |
|
|
|
|
dependencies = [ |
|
|
|
|
"derive_builder_core", |
|
|
|
|
"syn", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "deunicode" |
|
|
|
|
version = "0.4.3" |
|
|
|
@ -326,12 +334,6 @@ version = "0.3.21" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "futures-sink" |
|
|
|
|
version = "0.3.21" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "futures-task" |
|
|
|
|
version = "0.3.21" |
|
|
|
@ -400,25 +402,6 @@ dependencies = [ |
|
|
|
|
"walkdir", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "h2" |
|
|
|
|
version = "0.3.13" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bytes", |
|
|
|
|
"fnv", |
|
|
|
|
"futures-core", |
|
|
|
|
"futures-sink", |
|
|
|
|
"futures-util", |
|
|
|
|
"http", |
|
|
|
|
"indexmap", |
|
|
|
|
"slab", |
|
|
|
|
"tokio", |
|
|
|
|
"tokio-util", |
|
|
|
|
"tracing", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "hashbrown" |
|
|
|
|
version = "0.11.2" |
|
|
|
@ -447,9 +430,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "http-body" |
|
|
|
|
version = "0.4.4" |
|
|
|
|
version = "0.4.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6" |
|
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bytes", |
|
|
|
|
"http", |
|
|
|
@ -484,7 +467,6 @@ dependencies = [ |
|
|
|
|
"futures-channel", |
|
|
|
|
"futures-core", |
|
|
|
|
"futures-util", |
|
|
|
|
"h2", |
|
|
|
|
"http", |
|
|
|
|
"http-body", |
|
|
|
|
"httparse", |
|
|
|
@ -543,9 +525,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "itoa" |
|
|
|
|
version = "1.0.1" |
|
|
|
|
version = "1.0.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" |
|
|
|
|
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "lazy_static" |
|
|
|
@ -555,9 +537,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "libc" |
|
|
|
|
version = "0.2.125" |
|
|
|
|
version = "0.2.126" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b" |
|
|
|
|
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "lock_api" |
|
|
|
@ -602,6 +584,12 @@ dependencies = [ |
|
|
|
|
"windows-sys", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "never" |
|
|
|
|
version = "0.1.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "num-integer" |
|
|
|
|
version = "0.1.45" |
|
|
|
@ -633,9 +621,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "once_cell" |
|
|
|
|
version = "1.10.0" |
|
|
|
|
version = "1.12.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9" |
|
|
|
|
checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "opaque-debug" |
|
|
|
@ -643,6 +631,12 @@ version = "0.2.3" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "os_str_bytes" |
|
|
|
|
version = "6.1.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "parking_lot" |
|
|
|
|
version = "0.12.0" |
|
|
|
@ -783,11 +777,11 @@ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "proc-macro2" |
|
|
|
|
version = "1.0.38" |
|
|
|
|
version = "1.0.39" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "9027b48e9d4c9175fa2218adf3557f91c1137021739951d4932f5f8268ac48aa" |
|
|
|
|
checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f" |
|
|
|
|
dependencies = [ |
|
|
|
|
"unicode-xid", |
|
|
|
|
"unicode-ident", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -803,9 +797,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "quick-xml" |
|
|
|
|
version = "0.20.0" |
|
|
|
|
version = "0.22.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "26aab6b48e2590e4a64d1ed808749ba06257882b461d01ca71baeb747074a6dd" |
|
|
|
|
checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b" |
|
|
|
|
dependencies = [ |
|
|
|
|
"encoding_rs", |
|
|
|
|
"memchr", |
|
|
|
@ -861,9 +855,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "regex" |
|
|
|
|
version = "1.5.5" |
|
|
|
|
version = "1.5.6" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286" |
|
|
|
|
checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1" |
|
|
|
|
dependencies = [ |
|
|
|
|
"aho-corasick", |
|
|
|
|
"memchr", |
|
|
|
@ -872,9 +866,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "regex-syntax" |
|
|
|
|
version = "0.6.25" |
|
|
|
|
version = "0.6.26" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" |
|
|
|
|
checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "remove_dir_all" |
|
|
|
@ -887,9 +881,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "routerify" |
|
|
|
|
version = "2.2.0" |
|
|
|
|
version = "3.0.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "0c6bb49594c791cadb5ccfa5f36d41b498d40482595c199d10cd318800280bd9" |
|
|
|
|
checksum = "496c1d3718081c45ba9c31fbfc07417900aa96f4070ff90dc29961836b7a9945" |
|
|
|
|
dependencies = [ |
|
|
|
|
"http", |
|
|
|
|
"hyper", |
|
|
|
@ -900,20 +894,21 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rss" |
|
|
|
|
version = "1.10.0" |
|
|
|
|
version = "2.0.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "02e70d6ae72f8a4333af8ce9dce58942020528430eb0d46ee2fcb5e8d4d16377" |
|
|
|
|
checksum = "acaf1331b7fc4edc3c2920819fee1766c27e8d40da593155832db3d6dea64e92" |
|
|
|
|
dependencies = [ |
|
|
|
|
"atom_syndication", |
|
|
|
|
"derive_builder", |
|
|
|
|
"never", |
|
|
|
|
"quick-xml", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "ryu" |
|
|
|
|
version = "1.0.9" |
|
|
|
|
version = "1.0.10" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f" |
|
|
|
|
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "same-file" |
|
|
|
@ -999,12 +994,6 @@ version = "0.3.10" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "slab" |
|
|
|
|
version = "0.4.6" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "slug" |
|
|
|
|
version = "0.1.4" |
|
|
|
@ -1022,35 +1011,29 @@ checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "socket2" |
|
|
|
|
version = "0.4.5" |
|
|
|
|
version = "0.4.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "ca642ba17f8b2995138b1d7711829c92e98c0a25ea019de790f4f09279c4e296" |
|
|
|
|
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc", |
|
|
|
|
"windows-sys", |
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "strsim" |
|
|
|
|
version = "0.8.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "strsim" |
|
|
|
|
version = "0.9.3" |
|
|
|
|
version = "0.10.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c" |
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "syn" |
|
|
|
|
version = "1.0.92" |
|
|
|
|
version = "1.0.95" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "7ff7c592601f11445996a06f8ad0c27f094a58857c2f89e97974ab9235b92c52" |
|
|
|
|
checksum = "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro2", |
|
|
|
|
"quote", |
|
|
|
|
"unicode-xid", |
|
|
|
|
"unicode-ident", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -1100,12 +1083,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "textwrap" |
|
|
|
|
version = "0.11.0" |
|
|
|
|
version = "0.15.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
|
|
|
|
dependencies = [ |
|
|
|
|
"unicode-width", |
|
|
|
|
] |
|
|
|
|
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "thread_local" |
|
|
|
@ -1128,9 +1108,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "tokio" |
|
|
|
|
version = "1.18.1" |
|
|
|
|
version = "1.18.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "dce653fb475565de9f6fb0614b28bca8df2c430c0cf84bcd9c843f15de5414cc" |
|
|
|
|
checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bytes", |
|
|
|
|
"libc", |
|
|
|
@ -1157,20 +1137,6 @@ dependencies = [ |
|
|
|
|
"syn", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "tokio-util" |
|
|
|
|
version = "0.7.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bytes", |
|
|
|
|
"futures-core", |
|
|
|
|
"futures-sink", |
|
|
|
|
"pin-project-lite", |
|
|
|
|
"tokio", |
|
|
|
|
"tracing", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "toml" |
|
|
|
|
version = "0.5.9" |
|
|
|
@ -1194,21 +1160,9 @@ checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if", |
|
|
|
|
"pin-project-lite", |
|
|
|
|
"tracing-attributes", |
|
|
|
|
"tracing-core", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "tracing-attributes" |
|
|
|
|
version = "0.1.21" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro2", |
|
|
|
|
"quote", |
|
|
|
|
"syn", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "tracing-core" |
|
|
|
|
version = "0.1.26" |
|
|
|
@ -1238,9 +1192,9 @@ checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "uncased" |
|
|
|
|
version = "0.9.6" |
|
|
|
|
version = "0.9.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "5baeed7327e25054889b9bd4f975f32e5f4c5d434042d59ab6cd4142c0a76ed0" |
|
|
|
|
checksum = "09b01702b0fd0b3fadcf98e098780badda8742d4f4a7676615cad90e8ac73622" |
|
|
|
|
dependencies = [ |
|
|
|
|
"version_check", |
|
|
|
|
] |
|
|
|
@ -1305,22 +1259,10 @@ dependencies = [ |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "unicode-width" |
|
|
|
|
version = "0.1.9" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "unicode-xid" |
|
|
|
|
version = "0.2.3" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "vec_map" |
|
|
|
|
version = "0.8.2" |
|
|
|
|
name = "unicode-ident" |
|
|
|
|
version = "1.0.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
|
|
|
|
checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "version_check" |
|
|
|
|