From 4d0daf2dc075fb41bac57f89a775df3a4852403c Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Fri, 26 Jun 2026 17:07:48 +0200 Subject: [PATCH] chore: update Cargo.lock after collections feature --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.lock b/Cargo.lock index f496b69..a0729aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -131,6 +131,7 @@ dependencies = [ "base64", "chrono", "rand", + "rusqlite", "serde", "serde_json", "tempfile",