feat: update dependencies for new rustcrypto releases

This commit is contained in:
dignifiedquire
2020-06-11 23:08:24 +02:00
committed by holger krekel
parent d208905473
commit 944f1ec005
9 changed files with 331 additions and 353 deletions

View File

@@ -49,7 +49,7 @@ pub enum Error {
pub type Result<T> = std::result::Result<T, Error>;
/// A wrapper around the underlying Sqlite3 object.
#[derive(DebugStub)]
#[derive(Debug)]
pub struct Sql {
pool: RwLock<Option<r2d2::Pool<r2d2_sqlite::SqliteConnectionManager>>>,
}