post review fixes

This commit is contained in:
mpostma
2021-02-01 19:51:47 +01:00
parent 17c463ca61
commit 9af0a08122
10 changed files with 233 additions and 158 deletions

View File

@ -72,6 +72,7 @@ serde_url_params = "0.2.0"
tempdir = "0.3.7"
assert-json-diff = { branch = "master", git = "https://github.com/qdequele/assert-json-diff" }
tokio = { version = "0.2", features = ["macros", "time"] }
mockall = "0.9.0"
[features]
default = ["sentry"]