diff --git a/Cargo.toml b/Cargo.toml index 94e1f4f..82b991a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ parse-size = "1" proc_macros = { path = "proc_macros" } regex = "1" reqwest = { version = "0.11", features = ["brotli", "deflate", "gzip", "rustls-tls", "socks", "stream"] } -rusqlite = { version = "0.28", features = ["bundled", "chrono", "winsqlite3"], optional = true } +rusqlite = { version = "0.28", features = ["bundled", "chrono"], optional = true } RustyXML = "0.3" tokio = { version = "1.20", features = ["rt", "macros", "rt-multi-thread", "time"] } url = "2.2"