Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update minimum async-tls patch version
`async-tls 0.10.2` is yanked in upstream.
  • Loading branch information
xu-cheng committed Dec 10, 2020
commit 7102bbde4966b4a995bc45357fe638331e90026e
3 changes: 3 additions & 0 deletions transports/websocket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- Update minimum patch version for `async-tls` due to
`async-tls 0.10.2` is yanked in upstream.

# 0.26.2 [2020-12-09]

- Update minimum patch version for `async-tls`.
Expand Down
2 changes: 1 addition & 1 deletion transports/websocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]

[dependencies]
async-tls = "0.10.2"
async-tls = "0.11.0"
either = "1.5.3"
futures = "0.3.1"
libp2p-core = { version = "0.25.0", path = "../../core" }
Expand Down