Skip to content

Commit 4d96123

Browse files
committed
sentry - Cargo - add simpl-hyper-server-tls
1 parent 6943b8e commit 4d96123

File tree

2 files changed

+109
-1
lines changed

2 files changed

+109
-1
lines changed

Cargo.lock

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

sentry/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ hex = "0.4"
2828
clap = { version = "3", features = ["cargo"] }
2929
# Server
3030
tokio = { version = "1", features = ["macros", "time", "rt-multi-thread"] }
31-
hyper = { version = "0.14", features = ["stream", "runtime", "http1", "server"] }
31+
hyper = { version = "0.14", features = ["stream", "runtime", "http1", "http2", "server"] }
32+
simple-hyper-server-tls = { version = "0.3", features = ["tls-rustls"] }
3233
regex = "1"
3334
# Database
3435
redis = { version = "0.21", features = ["aio", "tokio-comp"] }

0 commit comments

Comments
 (0)