imag/lib
Matthias Beyer 1161562372 Remove handlebars exception in log implementation
The issue was that the handlebars implementation logs as well and if we
use handlebars in the logger implementation that causes recursion which
crashes the program.

With handlebars 1.0.5, there is a feature[0] to disable logging in
handlebars (compiletime) which we use with this patch. The
exception-checking in the log implementation can be removed therefore.

[0]: https://github.com/sunng87/handlebars-rust/pull/236#issuecomment-427014611

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-10-06 12:22:15 +02:00
..
core Remove handlebars exception in log implementation 2018-10-06 12:22:15 +02:00
domain Update dependency: filters: 0.2 -> 0.3 2018-10-06 12:22:15 +02:00
entry Update dependencies 2018-10-06 12:22:15 +02:00
etc Update dependency: regex: 0.2 -> 1 2018-10-06 12:22:15 +02:00