chore: remove unused rusqlite dependency
The agent uses WebSocket streaming instead of SQLite buffering, so rusqlite is not needed. Removing it reduces compile time and simplifies the dependency tree.
This commit is contained in:
parent
2b5a67d26c
commit
78a9672ad9
1 changed files with 0 additions and 1 deletions
|
|
@ -11,7 +11,6 @@ tokio-tungstenite = { version = "0.21", features = ["rustls-tls-webpki-roots"] }
|
|||
futures = "0.3"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
rusqlite = { version = "0.32", features = ["bundled"] }
|
||||
log = { version = "0.4", features = ["std"] }
|
||||
clap = { version = "4.0", features = ["derive", "env"] }
|
||||
prost = "0.13"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue