From 14d8724344150a5e38ecbe2ab7a62c5f7f8a493e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 15:20:12 +0000 Subject: [PATCH] chore(deps): lock file maintenance --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20c83ab12..2798d493f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1301,7 +1301,7 @@ dependencies = [ [[package]] name = "libsqlite3-sys" version = "0.28.0" -source = "git+https://github.com/rusqlite/rusqlite?branch=master#983f08b8d753deb60649661c8a1c3bc3bd4f358a" +source = "git+https://github.com/rusqlite/rusqlite?branch=master#9d7e7526cecbd97ae0d686292285c1c7e5321567" dependencies = [ "cc", "pkg-config", @@ -2286,7 +2286,7 @@ dependencies = [ [[package]] name = "rusqlite" version = "0.31.0" -source = "git+https://github.com/rusqlite/rusqlite?branch=master#983f08b8d753deb60649661c8a1c3bc3bd4f358a" +source = "git+https://github.com/rusqlite/rusqlite?branch=master#9d7e7526cecbd97ae0d686292285c1c7e5321567" dependencies = [ "bitflags 2.4.2", "fallible-iterator",