diff --git a/Cargo.toml b/Cargo.toml index a0118c5dec66f80b2b2cae0bdcbd3b1005bb4419..33f834300716338602bb9f2b0bd52db636f2c0ef 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"] }