Updated dependencies, removing need for yubico fork

This commit is contained in:
Daniel García
2019-01-12 15:23:46 +01:00
parent c5aef60bd7
commit de51bc782e
3 changed files with 383 additions and 174 deletions

View File

@ -92,6 +92,7 @@ fn init_logging() -> Result<(), fern::InitError> {
})
.level(log::LevelFilter::Debug)
.level_for("hyper", log::LevelFilter::Warn)
.level_for("rustls", log::LevelFilter::Warn)
.level_for("ws", log::LevelFilter::Info)
.level_for("multipart", log::LevelFilter::Info)
.chain(std::io::stdout());