Skip to content
Merged
Prev Previous commit
Next Next commit
Upgrade rusttls to fix build.
  • Loading branch information
dvc94ch committed Dec 6, 2020
commit 2a0b67ab575b28bc47cd76d78b62041f323dd694
2 changes: 1 addition & 1 deletion transports/websocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ futures = "0.3.1"
libp2p-core = { version = "0.25.0", path = "../../core" }
log = "0.4.8"
quicksink = "0.1"
rustls = "0.18.0"
rustls = "0.19.0"
rw-stream-sink = "0.2.0"
soketto = { version = "0.4.1", features = ["deflate"] }
url = "2.1"
Expand Down
1 change: 0 additions & 1 deletion transports/websocket/src/tls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,3 @@ impl From<io::Error> for Error {
Error::Io(e)
}
}