|
|
|
@ -191,7 +191,7 @@ dependencies = [
|
|
|
|
|
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"slug 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tera 0.11.0-beta.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tera 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"utils 0.1.0",
|
|
|
|
|
]
|
|
|
|
@ -230,7 +230,7 @@ name = "errors"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tera 0.11.0-beta.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tera 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -268,7 +268,7 @@ dependencies = [
|
|
|
|
|
"regex 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tera 0.11.0-beta.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tera 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -685,18 +685,18 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "onig"
|
|
|
|
|
version = "3.0.1"
|
|
|
|
|
version = "3.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"onig_sys 66.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"onig_sys 67.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "onig_sys"
|
|
|
|
|
version = "66.1.4"
|
|
|
|
|
version = "67.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cmake 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -725,7 +725,7 @@ dependencies = [
|
|
|
|
|
"front_matter 0.1.0",
|
|
|
|
|
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tera 0.11.0-beta.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tera 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"utils 0.1.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -736,15 +736,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pest"
|
|
|
|
|
version = "1.0.0-rc.1"
|
|
|
|
|
version = "1.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pest_derive"
|
|
|
|
|
version = "1.0.0-rc.1"
|
|
|
|
|
version = "1.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"pest 1.0.0-rc.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pest 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syn 0.10.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
@ -898,7 +898,7 @@ dependencies = [
|
|
|
|
|
"slug 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syntect 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"templates 0.1.0",
|
|
|
|
|
"tera 0.11.0-beta.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tera 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"utils 0.1.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -1021,7 +1021,7 @@ dependencies = [
|
|
|
|
|
"taxonomies 0.1.0",
|
|
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"templates 0.1.0",
|
|
|
|
|
"tera 0.11.0-beta.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tera 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"utils 0.1.0",
|
|
|
|
|
"walkdir 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
@ -1097,7 +1097,7 @@ dependencies = [
|
|
|
|
|
"flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"onig 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"onig 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"plist 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex-syntax 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1118,7 +1118,7 @@ dependencies = [
|
|
|
|
|
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"slug 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tera 0.11.0-beta.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tera 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"utils 0.1.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -1141,13 +1141,13 @@ dependencies = [
|
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pulldown-cmark 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"taxonomies 0.1.0",
|
|
|
|
|
"tera 0.11.0-beta.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tera 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"utils 0.1.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tera"
|
|
|
|
|
version = "0.11.0-beta.4"
|
|
|
|
|
version = "0.11.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1155,8 +1155,8 @@ dependencies = [
|
|
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pest 1.0.0-rc.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pest_derive 1.0.0-rc.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pest 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pest_derive 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
@ -1317,7 +1317,7 @@ version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"errors 0.1.0",
|
|
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tera 0.11.0-beta.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tera 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -1488,12 +1488,12 @@ dependencies = [
|
|
|
|
|
"checksum num-iter 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)" = "7485fcc84f85b4ecd0ea527b14189281cf27d60e583ae65ebc9c088b13dffe01"
|
|
|
|
|
"checksum num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "cacfcab5eb48250ee7d0c7896b51a2c5eec99c1feea5f32025635f5ae4b00070"
|
|
|
|
|
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
|
|
|
|
|
"checksum onig 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a214a178249b00d3913527dbac78b29f9af61f9ae910595f6a38c6372fbe6286"
|
|
|
|
|
"checksum onig_sys 66.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "225f83ab9780e7a25699b859cb3583ce5150515a00ccc0583b867dd467d6e94a"
|
|
|
|
|
"checksum onig 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1db8e49613c25f97a62330de07fdafe23c27a242bb68738b4dadf6df767d93f6"
|
|
|
|
|
"checksum onig_sys 67.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e49311d8357c2173fe429cd6a592a2578ec69d59c7508efb4516634ada85bbb8"
|
|
|
|
|
"checksum os_pipe 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7f547689aea1f11fac90333d573854a8e3e52a9160df1c42aefa8cd16734a3c0"
|
|
|
|
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
|
|
|
|
"checksum pest 1.0.0-rc.1 (registry+https://github.com/rust-lang/crates.io-index)" = "db7f3627b99404d593124b61af5f7b73d1d4b1cd8c606380242baca93a6c51f9"
|
|
|
|
|
"checksum pest_derive 1.0.0-rc.1 (registry+https://github.com/rust-lang/crates.io-index)" = "285cc1fdf6173ba839d355fa61ff7a41bf69d0ffa45ca4ee9aa2125ce85c2b13"
|
|
|
|
|
"checksum pest 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "87328c37e61bb789e51fa6a66263e1f0f6f54a25a1a972181bbb934ad5191348"
|
|
|
|
|
"checksum pest_derive 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5940d5d65c0597b69073f189c8e51a25fb00f67de809d81f6223f2e4121bde1b"
|
|
|
|
|
"checksum phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "cb325642290f28ee14d8c6201159949a872f220c62af6e110a56ea914fbe42fc"
|
|
|
|
|
"checksum phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d62594c0bb54c464f633175d502038177e90309daf2e0158be42ed5f023ce88f"
|
|
|
|
|
"checksum phf_generator 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "6b07ffcc532ccc85e3afc45865469bf5d9e4ef5bfcf9622e3cfe80c2d275ec03"
|
|
|
|
@ -1534,7 +1534,7 @@ dependencies = [
|
|
|
|
|
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
|
|
|
|
|
"checksum syntect 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db9fffcb25a761118df53811bd1cfcd54cf57fcbc51e1ea3167ae263477129ad"
|
|
|
|
|
"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6"
|
|
|
|
|
"checksum tera 0.11.0-beta.4 (registry+https://github.com/rust-lang/crates.io-index)" = "dc20257da631478e47a94e6e69e200fc28f39ed0426548759d28c766ca9d3994"
|
|
|
|
|
"checksum tera 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "252b2c4afceb919fe37dc9d7c3afd69accdc211613a3f3d54085c12f008a0b31"
|
|
|
|
|
"checksum term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1"
|
|
|
|
|
"checksum term-painter 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "dcaa948f0e3e38470cd8dc8dcfe561a75c9e43f28075bb183845be2b9b3c08cf"
|
|
|
|
|
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
|
|
|
|
|