From 0dcae6ba3f9551c1668b1589733955a0915af7fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:31:37 +0000 Subject: [PATCH] Bump native_db from `7c0c46e` to `5b7fa7c` Bumps [native_db](https://github.com/vincent-herlemont/native_db) from `7c0c46e` to `5b7fa7c`. - [Release notes](https://github.com/vincent-herlemont/native_db/releases) - [Commits](https://github.com/vincent-herlemont/native_db/compare/7c0c46e8cab6b47a47963901ccdbf079fc68dd2f...5b7fa7c4f3cec4e533238a618ed43ff3d420e7e9) --- updated-dependencies: - dependency-name: native_db dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ca2617..58f20be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1581,7 +1581,7 @@ dependencies = [ [[package]] name = "native_db" version = "0.8.1" -source = "git+https://github.com/vincent-herlemont/native_db?branch=main#7c0c46e8cab6b47a47963901ccdbf079fc68dd2f" +source = "git+https://github.com/vincent-herlemont/native_db?branch=main#5b7fa7c4f3cec4e533238a618ed43ff3d420e7e9" dependencies = [ "native_db_macro", "native_model", @@ -1595,7 +1595,7 @@ dependencies = [ [[package]] name = "native_db_macro" version = "0.8.1" -source = "git+https://github.com/vincent-herlemont/native_db?branch=main#7c0c46e8cab6b47a47963901ccdbf079fc68dd2f" +source = "git+https://github.com/vincent-herlemont/native_db?branch=main#5b7fa7c4f3cec4e533238a618ed43ff3d420e7e9" dependencies = [ "proc-macro2", "quote",