From c61258fa0d524cfa319f7e90e0db036d5012a8cf Mon Sep 17 00:00:00 2001 From: Paul Robertson Date: Wed, 26 Jun 2024 19:25:35 -0400 Subject: [PATCH] drop rusqlite dependency --- Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 45cc8cf7..3f7c1333 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -378,12 +378,6 @@ version = "0.5.4" default-features = false features = ["use_std"] -[workspace.dependencies.rusqlite] -git = "https://github.com/rusqlite/rusqlite" -#branch = "master" -rev = "e00b626e2b1c67347d789fb7f600281705c89381" -features = ["bundled"] - # used only by rusqlite [workspace.dependencies.parking_lot] version = "0.12.3"