Skip to content

Commit

Permalink
restore missing serde_json dev-dependency
Browse files Browse the repository at this point in the history
erroneously removed in 78589f5
  • Loading branch information
antonok-edm committed Jun 18, 2024
1 parent 940f6ed commit 11e3f82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ thiserror = "1.0"
criterion = "0.5"
csv = "1"
mock_instant = { version = "0.5" }
serde_json = "1.0"
# By default, reqwest builds openssl from source, which fails on missing/incompatible system dependencies
reqwest = { version = "0.11", features = ["rustls-tls"], default-features = false }
futures = "0.3"
Expand Down

0 comments on commit 11e3f82

Please sign in to comment.