Remove unused rusqlite dependency (#17416)

This PR removes the `rusqlite` dependency from our workspace
`Cargo.toml`, as it wasn't being used anywhere.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-09-05 10:25:20 -04:00 committed by GitHub
parent f2d539f762
commit e1a865295b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"] }