f34ce41345
GitOrigin-RevId: b73c2221a46c13557b1b3be9c2070cc42cf01eb3
13 lines
483 B
Diff
13 lines
483 B
Diff
diff --git a/Cargo.toml b/Cargo.toml
|
|
index b942d1719..da6f245c5 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -148,7 +148,7 @@ regex = "1"
|
|
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "stream", "rustls-tls", "native-tls-vendored"] }
|
|
ring = "0.16"
|
|
rpds = "0.11"
|
|
-rusqlite = { version = "0.28", features = ["bundled"] }
|
|
+rusqlite = { version = "0.28" }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
serde_repr = "0.1"
|