From c5af52bc17f7fef1c0940ad2b46c2034fa908a06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 19:19:17 +0000 Subject: [PATCH] fix(deps): update rust crate redb to 1.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 669c4fdb..cbe33731 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ categories = ["database-implementations", "concurrency", "data-structures", "cac members = ["struct_db_macro"] [dependencies] -redb = "1.2.0" +redb = "1.3.0" struct_db_macro = { version = "0.4.2", path = "struct_db_macro" } thiserror = "1.0"