diff --git a/Cargo.toml b/Cargo.toml index a0118c5dec..33f8343007 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -388,7 +388,6 @@ rsa = "0.9.6" runtimelib = { version = "0.15", default-features = false, features = [ "async-dispatcher-runtime", ] } -rusqlite = { version = "0.29.0", features = ["blob", "array", "modern_sqlite"] } rustc-demangle = "0.1.23" rust-embed = { version = "8.4", features = ["include-exclude"] } schemars = { version = "0.8", features = ["impl_json_schema"] }