Skip to content

Commit 8394b74

Browse files
committed
database: drop serde_json with tokio-postgres's with-serde_json-1 feature, as unused
1 parent 4f0e8ea commit 8394b74

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Cargo.lock

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

database/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ edition = "2021"
77
[dependencies]
88
hashbrown = { version = "0.14", features = ["serde"] }
99
serde = { version = "1", features = ["derive"] }
10-
serde_json = "1"
1110
rusqlite = { version = "0.28", features = ["bundled"] }
12-
tokio-postgres = { version = "0.7", features = ["with-serde_json-1", "with-chrono-0_4", "runtime"] }
11+
tokio-postgres = { version = "0.7", features = ["with-chrono-0_4", "runtime"] }
1312
anyhow = "1"
1413
async-trait = "0.1"
1514
tokio = { version = "1.6", features = ["sync", "macros"] }

0 commit comments

Comments
 (0)