|
|
@@ -4,11 +4,11 @@ version = "0.0.2" |
|
|
|
dependencies = [ |
|
|
|
"base64 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"chrono 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"clap 2.22.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"clap 2.22.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"iron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"mount 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"notify 4.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"pulldown-cmark 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -17,13 +17,13 @@ dependencies = [ |
|
|
|
"serde_derive 0.9.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"slug 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"staticfile 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syntect 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syntect 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tera 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tera 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"term-painter 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"toml 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"toml 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"ws 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"ws 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -155,7 +155,7 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "clap" |
|
|
|
version = "2.22.1" |
|
|
|
version = "2.22.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -301,7 +301,7 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "idna" |
|
|
|
version = "0.1.0" |
|
|
|
version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -334,7 +334,7 @@ dependencies = [ |
|
|
|
"conduit-mime-types 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"error 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"hyper 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"modifier 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"num_cpus 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -364,7 +364,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "lazy_static" |
|
|
|
version = "0.2.5" |
|
|
|
version = "0.2.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -564,7 +564,7 @@ version = "1.2.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"onig_sys 61.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
@@ -705,7 +705,7 @@ name = "serde_codegen_internals" |
|
|
|
version = "0.14.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"syn 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 0.11.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -715,7 +715,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_codegen_internals 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 0.11.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -770,7 +770,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "syn" |
|
|
|
version = "0.11.9" |
|
|
|
version = "0.11.10" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -788,14 +788,14 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "syntect" |
|
|
|
version = "1.2.0" |
|
|
|
version = "1.3.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"bincode 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"flate2 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"onig 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"plist 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -814,14 +814,14 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tera" |
|
|
|
version = "0.8.1" |
|
|
|
version = "0.9.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"chrono 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"humansize 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"pest 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 0.9.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -888,7 +888,7 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "toml" |
|
|
|
version = "0.3.1" |
|
|
|
version = "0.3.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"serde 0.9.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -974,7 +974,7 @@ name = "url" |
|
|
|
version = "1.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"idna 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"idna 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@@ -1024,7 +1024,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "ws" |
|
|
|
version = "0.6.1" |
|
|
|
version = "0.7.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -1078,7 +1078,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de1e760d7b6535af4241fca8bd8adf68e2e7edacc6b29f5d399050c5e48cf88c" |
|
|
|
"checksum chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)" = "9213f7cd7c27e95c2b57c49f0e69b1ea65b27138da84a170133fd21b07659c00" |
|
|
|
"checksum chrono 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "158b0bd7d75cbb6bf9c25967a48a2e9f77da95876b858eadfabaa99cd069de6e" |
|
|
|
"checksum clap 2.22.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e17a4a72ffea176f77d6e2db609c6c919ef221f23862c9915e687fb54d833485" |
|
|
|
"checksum clap 2.22.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3cae8c5a1108961e9bafb1096b8cbb6a31c17ab1a276ce9b52334be99962f653" |
|
|
|
"checksum cmake 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "d18d68987ed4c516dcc3e7913659bfa4076f5182eea4a7e0038bb060953e76ac" |
|
|
|
"checksum conduit-mime-types 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "95ca30253581af809925ef68c2641cc140d6183f43e12e0af4992d53768bd7b8" |
|
|
|
"checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850" |
|
|
@@ -1096,14 +1096,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum httparse 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a6e7a63e511f9edffbab707141fbb8707d1a3098615fb2adbd5769cdfcc9b17d" |
|
|
|
"checksum humansize 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "92d211e6e70b05749dce515b47684f29a3c8c38bbbb21c50b30aff9eca1b0bd3" |
|
|
|
"checksum hyper 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)" = "43a15e3273b2133aaac0150478ab443fb89f15c3de41d8d93d8f3bb14bf560f6" |
|
|
|
"checksum idna 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1053236e00ce4f668aeca4a769a09b3bf5a682d802abd6f3cb39374f6b162c11" |
|
|
|
"checksum idna 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6ac85ec3f80c8e4e99d9325521337e14ec7555c458a14e377d189659a427f375" |
|
|
|
"checksum inotify 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "887fcc180136e77a85e6a6128579a719027b1bab9b1c38ea4444244fe262c20c" |
|
|
|
"checksum iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "29d062ee61fccdf25be172e70f34c9f6efc597e1fb8f6526e8437b2046ab26be" |
|
|
|
"checksum iron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2440ae846e7a8c7f9b401db8f6e31b4ea5e7d3688b91761337da7e054520c75b" |
|
|
|
"checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c" |
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
|
|
|
"checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a" |
|
|
|
"checksum lazy_static 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4732c563b9a21a406565c4747daa7b46742f082911ae4753f390dc9ec7ee1a97" |
|
|
|
"checksum lazy_static 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2f61b8421c7a4648c391611625d56fdd5c7567da05af1be655fd8cacc643abb3" |
|
|
|
"checksum lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce12306c4739d86ee97c23139f3a34ddf0387bbf181bc7929d287025a8c3ef6b" |
|
|
|
"checksum libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)" = "88ee81885f9f04bff991e306fea7c1c60a5f0f9e409e99f6b40e3311a3363135" |
|
|
|
"checksum log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "5141eca02775a762cc6cd564d8d2c50f67c0ea3a372cbf1c51592b3e029e10ad" |
|
|
@@ -1154,18 +1154,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum slug 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f5ff4b43cb07b86c5f9236c92714a22cdf9e5a27a7d85e398e2c9403328cb8" |
|
|
|
"checksum staticfile 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "31493480e073d52522a94cdf56269dd8eb05f99549effd1826b0271690608878" |
|
|
|
"checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694" |
|
|
|
"checksum syn 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)" = "480c834701caba3548aa991e54677281be3a5414a9d09ddbdf4ed74a569a9d19" |
|
|
|
"checksum syn 0.11.10 (registry+https://github.com/rust-lang/crates.io-index)" = "171b739972d9a1bfb169e8077238b51f9ebeaae4ff6e08072f7ba386a8802da2" |
|
|
|
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" |
|
|
|
"checksum syntect 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6728e7e9bbd971751d17d39b0e38e3558c10b9fb32125441bb17c434a2754e7c" |
|
|
|
"checksum syntect 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24204b1f4bdd49f84e5f4b219d0bf1dc45ac2fd7fc46320ab6627b537d6d4b69" |
|
|
|
"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6" |
|
|
|
"checksum tera 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6f2ff83a1773a0482ddc961d0030b514f1848f592ae9612afb241e5eb455df75" |
|
|
|
"checksum tera 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e4c079eb174654258e2f2feebb1ba9f2ad26982d1a676f3c888d623b32ab76a" |
|
|
|
"checksum term 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d168af3930b369cfe245132550579d47dfd873d69470755a19c2c6568dbbd989" |
|
|
|
"checksum term-painter 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ab900bf2f05175932b13d4fc12f8ff09ef777715b04998791ab2c930841e496b" |
|
|
|
"checksum term_size 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "07b6c1ac5b3fffd75073276bca1ceed01f67a28537097a2a9539e116e50fb21a" |
|
|
|
"checksum thread-id 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4437c97558c70d129e40629a5b385b3fb1ffac301e63941335e4d354081ec14a" |
|
|
|
"checksum thread_local 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c85048c6260d17cf486ceae3282d9fb6b90be220bf5b28c400f5485ffc29f0c7" |
|
|
|
"checksum time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)" = "211b63c112206356ef1ff9b19355f43740fc3f85960c598a93d3a3d3ba7beade" |
|
|
|
"checksum toml 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3474f3c6eaf32eedb4f4a66a26214f020f828a6d96c37e38a35e3a379bbcfd11" |
|
|
|
"checksum toml 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bd86ad9ebee246fdedd610e0f6d0587b754a3d81438db930a244d0480ed7878f" |
|
|
|
"checksum traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" |
|
|
|
"checksum typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887" |
|
|
|
"checksum typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "653be63c80a3296da5551e1bfd2cca35227e13cdd08c6668903ae2f4f77aa1f6" |
|
|
@@ -1186,7 +1186,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bb08f9e670fab86099470b97cd2b252d6527f0b3cc1401acdb595ffc9dd288ff" |
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
|
|
|
"checksum ws 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f995c8c9594ab21039510248d9cfed3fc8a935b0d50f14c5fa7b353e5f12d7bf" |
|
|
|
"checksum ws 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c449ba2aefb7af3902b6c2677220943e1559e6fde76d055a29ec513b5e2d11d2" |
|
|
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
|
|
|
"checksum xml-rs 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7ec6c39eaa68382c8e31e35239402c0a9489d4141a8ceb0c716099a0b515b562" |
|
|
|
"checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992" |