Skip to content

Commit

Permalink
Update rustls to 0.20.3 to support SEC1-format EC tls private keys
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Feb 15, 2022
1 parent 0224a28 commit 3aa6d34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ 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 = { version = "0.20.3", optional = true }
rustls-pemfile = { version = "0.3.0", optional = true }
tls-listener = { version = "0.3.0", features = ["hyper-h1", "hyper-h2"], optional = true }

Expand Down

0 comments on commit 3aa6d34

Please sign in to comment.