Skip to content

Commit 7e8d449

Browse files
committed
sentry - routes - analytics - finish route & tests
1 parent 69f4acf commit 7e8d449

File tree

2 files changed

+516
-475
lines changed

2 files changed

+516
-475
lines changed

sentry/Cargo.toml

+2-10
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,13 @@ hex = "0.4"
2828
clap = "^2.33"
2929
# Server
3030
tokio = { version = "1", features = ["macros", "time", "rt-multi-thread"] }
31-
hyper = { version = "0.14", features = [
32-
"stream",
33-
"runtime",
34-
"http1",
35-
"server",
36-
] }
31+
hyper = { version = "0.14", features = ["stream", "runtime", "http1", "server"] }
3732
regex = "1"
3833
# Database
3934
redis = { version = "0.20", features = ["aio", "tokio-comp"] }
4035
deadpool = "0.8.0"
4136
deadpool-postgres = "0.9.0"
42-
tokio-postgres = { version = "0.7.0", features = [
43-
"with-chrono-0_4",
44-
"with-serde_json-1",
45-
] }
37+
tokio-postgres = { version = "0.7.0", features = ["with-chrono-0_4", "with-serde_json-1"] }
4638
postgres-types = { version = "0.2.1", features = [
4739
"derive",
4840
"with-chrono-0_4",

0 commit comments

Comments
 (0)