From b4f88aeec051f0b1e3c2a8be43a7f3791db38d80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 17:30:01 +0000 Subject: [PATCH] fix(deps): update rust crate redb to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 706c9a7..cfc3c25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ categories = ["database-implementations", "concurrency", "data-structures", "cac members = ["native_db_macro"] [dependencies] -redb = "1.5.1" +redb = "2.0.0" native_db_macro = { version = "0.5.3", path = "native_db_macro" } thiserror = "1.0" serde = { version = "1.0" }