mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 14:06:29 +03:00
Update rusqlite from 0.24 to 0.25
This commit is contained in:
@@ -165,7 +165,7 @@ impl Peerstate {
|
||||
async fn from_stmt(
|
||||
context: &Context,
|
||||
query: &str,
|
||||
params: Vec<&dyn crate::ToSql>,
|
||||
params: impl rusqlite::Params,
|
||||
) -> Result<Option<Peerstate>> {
|
||||
let peerstate = context
|
||||
.sql
|
||||
|
||||
Reference in New Issue
Block a user