Skip to content

Commit

Permalink
Use tls-listener 0.3.0 from crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jan 19, 2022
1 parent e761a21 commit 4691141
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "local-time"] }
url = "2.2.2"
dav-server = { version = "0.3.0", default-features = false, features = ["hyper"] }

# TLS server support
rustls = { version = "0.20.2", optional = true }
rustls-pemfile = { version = "0.2.1", optional = true }
tls-listener = { version = "0.2.1", features = ["hyper-h1", "hyper-h2"], optional = true }
tls-listener = { version = "0.3.0", features = ["hyper-h1", "hyper-h2"], optional = true }

[features]
default = ["rustls-tls", "atomic64"]
Expand All @@ -42,6 +44,3 @@ atomic64 = ["moka/atomic64"]
[profile.release]
lto = true
opt-level = "z" # Optimize for size

[patch.crates-io]
tls-listener = { git = "https://github.com/tmccombs/tls-listener.git", branch = "main" }

0 comments on commit 4691141

Please sign in to comment.