From aa8e5f5c04524d3d5c6f1d5b6c4616dbdb8d40be Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Fri, 18 Aug 2023 21:45:29 +0100 Subject: Update dependencies (#1181) --- atuin-client/src/record/sqlite_store.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atuin-client/src/record') diff --git a/atuin-client/src/record/sqlite_store.rs b/atuin-client/src/record/sqlite_store.rs index 14a7e277..db709f20 100644 --- a/atuin-client/src/record/sqlite_store.rs +++ b/atuin-client/src/record/sqlite_store.rs @@ -72,7 +72,7 @@ impl SqliteStore { .bind(r.version.as_str()) .bind(r.data.data.as_str()) .bind(r.data.content_encryption_key.as_str()) - .execute(tx) + .execute(&mut **tx) .await?; Ok(()) -- cgit v1.3.1