From aba4ba1fe281156efabd8931b978d4d3083f4407 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Sep 2023 19:32:09 +0000 Subject: [PATCH] fix(deps): update rust crate redb to 1.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index be1edd06..52eeb8b7 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.1.0" +redb = "1.2.0" struct_db_macro = { version = "0.4.1", path = "struct_db_macro" } thiserror = "1.0"