Skip to content

Commit 3b3a325

Browse files
Drop raw_value
1 parent 92ddfaf commit 3b3a325

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99
[dependencies]
1010
hashbrown = { version = "0.7", features = ["serde"] }
1111
serde = { version = "1", features = ["derive"] }
12-
serde_json = { version = "1", features = ["raw_value"] }
12+
serde_json = "1"
1313
rusqlite = { version = "0.23", features = ["bundled"] }
1414
tokio-postgres = { version = "0.5.4", features = ["with-serde_json-1", "with-chrono-0_4"] }
1515
anyhow = "1"

site/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tokio = { version = "0.2", features = ["macros"] }
1313
log = "0.4"
1414
serde = "1"
1515
serde_derive = "1"
16-
serde_json = { version = "1", features = ["raw_value"] }
16+
serde_json = "1"
1717
hyper = "0.13"
1818
headers = "0.3"
1919
http = "0.2"

0 commit comments

Comments
 (0)