biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / applications / blockchains / lighthouse / use-system-sqlite.patch
blob28abf3b119de590e9387ac8bd07f012419c40799
1 diff --git a/Cargo.toml b/Cargo.toml
2 index b942d1719..da6f245c5 100644
3 --- a/Cargo.toml
4 +++ b/Cargo.toml
5 @@ -148,7 +148,7 @@ regex = "1"
6 reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "stream", "rustls-tls", "native-tls-vendored"] }
7 ring = "0.16"
8 rpds = "0.11"
9 -rusqlite = { version = "0.28", features = ["bundled"] }
10 +rusqlite = { version = "0.28" }
11 serde = { version = "1", features = ["derive"] }
12 serde_json = "1"
13 serde_repr = "0.1"