From 4482aebc4b51854f5a3794df4a92558e3a074797 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 10:30:05 +0000 Subject: [PATCH] fix(deps): update rust crate native_model to 0.4.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bc018461..c566bc9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ redb = "1.4.0" native_db_macro = { version = "0.5.2", path = "native_db_macro" } thiserror = "1.0" serde = { version = "1.0" } -native_model = { version = "0.4.2" } +native_model = { version = "0.4.6" } uuid = { version = "1.6" , optional = true } chrono = { version = "0.4" , optional = true }