Skip to content

Commit

Permalink
Depend on mainline rustls for resumption API
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Apr 17, 2024
1 parent 439e34e commit 86a516a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions rustls-libssl/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 rustls-libssl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ env_logger = "0.10"
log = "0.4"
openssl-probe = "0.1"
openssl-sys = "0.9.98"
rustls = "0.23.4"
rustls = { git = "https://github.com/rustls/rustls?rev=5ea02ed56fd", version = "0.23.4" }
rustls-pemfile = "2"

0 comments on commit 86a516a

Please sign in to comment.