From af481189881997fe24d3811aac267bb9537b2cec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 08:29:18 +0000 Subject: [PATCH] fix(deps): update rust crate native_model to 0.4.20 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 14bebe8..b604158 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ redb1 = { version = "=1.5.1", package = "redb", optional = true } native_db_macro = { version = "0.7.1", path = "native_db_macro" } thiserror = "1.0" serde = { version = "1.0" } -native_model = { version = "0.4.19" } +native_model = { version = "0.4.20" } semver = "1" # Optional tokio support