depot/third_party/nixpkgs/pkgs/applications/blockchains/lighthouse/use-system-sqlite.patch

14 lines
483 B
Diff
Raw Normal View History

diff --git a/Cargo.toml b/Cargo.toml
index b942d1719..da6f245c5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -148,7 +148,7 @@ regex = "1"
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "stream", "rustls-tls", "native-tls-vendored"] }
ring = "0.16"
rpds = "0.11"
-rusqlite = { version = "0.28", features = ["bundled"] }
+rusqlite = { version = "0.28" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_repr = "0.1"