1diff --git a/Cargo.toml b/Cargo.toml
2index 62c0e7bd2..a089e3c5b 100644
3--- a/Cargo.toml
4+++ b/Cargo.toml
5@@ -138,7 +138,7 @@ rayon = "1.7"
6 regex = "1"
7 reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "stream", "rustls-tls"] }
8 ring = "0.16"
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"