|
|
@@ -48,8 +48,8 @@ dependencies = [ |
|
|
|
"tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tower-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"trust-dns-proto 0.5.0-alpha.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"trust-dns-resolver 0.10.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"trust-dns-proto 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"trust-dns-resolver 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -638,7 +638,7 @@ name = "errors" |
|
|
|
version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"image 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"image 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syntect 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tera 0.11.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"toml 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -719,6 +719,7 @@ dependencies = [ |
|
|
|
"serde_derive 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tera 0.11.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"toml 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"utils 0.1.0", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -945,7 +946,7 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "image" |
|
|
|
version = "0.20.0" |
|
|
|
version = "0.20.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -965,7 +966,7 @@ name = "imageproc" |
|
|
|
version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"errors 0.1.0", |
|
|
|
"image 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"image 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rayon 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -2518,7 +2519,7 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "trust-dns-proto" |
|
|
|
version = "0.5.0-alpha.5" |
|
|
|
version = "0.5.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -2559,7 +2560,7 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "trust-dns-resolver" |
|
|
|
version = "0.10.0-alpha.3" |
|
|
|
version = "0.10.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -2572,7 +2573,7 @@ dependencies = [ |
|
|
|
"resolv-conf 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"trust-dns-proto 0.5.0-alpha.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"trust-dns-proto 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -2717,8 +2718,10 @@ name = "utils" |
|
|
|
version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"errors 0.1.0", |
|
|
|
"serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tempfile 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tera 0.11.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"toml 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"walkdir 2.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
@@ -3000,7 +3003,7 @@ dependencies = [ |
|
|
|
"checksum hyper 0.12.13 (registry+https://github.com/rust-lang/crates.io-index)" = "95ffee0d1d30de4313fdaaa485891ce924991d45bbc18adfc8ac5b1639e62fbb" |
|
|
|
"checksum hyper-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "32cd73f14ad370d3b4d4b7dce08f69b81536c82e39fcc89731930fe5788cd661" |
|
|
|
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" |
|
|
|
"checksum image 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60710fd3cb40c2434451d8d5147bcf39bbb68aae0741041133e09439cb2401e3" |
|
|
|
"checksum image 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44665b4395d1844c96e7dc8ed5754782a1cdfd9ef458a80bbe45702681450504" |
|
|
|
"checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" |
|
|
|
"checksum inflate 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6f53b811ee8e2057ccf9643ca6b4277de90efaf5e61e55fd5254576926bb4245" |
|
|
|
"checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" |
|
|
@@ -3154,8 +3157,8 @@ dependencies = [ |
|
|
|
"checksum toml 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "4a2ecc31b0351ea18b3fe11274b8db6e4d82bce861bbb22e6dbed40417902c65" |
|
|
|
"checksum tower-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b32f72af77f1bfe3d3d4da8516a238ebe7039b51dd8637a09841ac7f16d2c987" |
|
|
|
"checksum trust-dns-proto 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f1525ca4e26f5a09d81b79584f19225e7dba5606ae3a416311c2751c5cea60bb" |
|
|
|
"checksum trust-dns-proto 0.5.0-alpha.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3daf083dfce3c3554e82b768078331864df1ab220e6c3c1dbb4c847173d33ff6" |
|
|
|
"checksum trust-dns-resolver 0.10.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)" = "476d293db1c1027727a1683b681550a24207277e96bb1fb763053e1164621971" |
|
|
|
"checksum trust-dns-proto 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0838272e89f1c693b4df38dc353412e389cf548ceed6f9fd1af5a8d6e0e7cf74" |
|
|
|
"checksum trust-dns-resolver 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4e913a5df94658858e548cc95a3212797ee524e487ede091c32f27ca26e11620" |
|
|
|
"checksum trust-dns-resolver 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4a821ad51a29816420b8cac4b026756b81c023630b97eaa4c8090637ee3508bd" |
|
|
|
"checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" |
|
|
|
"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169" |
|
|
|