Skip to content

Commit

Permalink
Update to tungstenite 0.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Nov 19, 2021
1 parent dcb5eca commit efa9e94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# main
* Update to `tungstenite` 0.16.

# v0.4.2 - 2021-11-19
* Fix link in documentation for re-exported `tungstenite` crate.

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ edition = "2018"
hyper = { version = "0.14.4" }
pin-project = "1.0.8"
tokio = "1.2.0"
tokio-tungstenite = "0.15.0"
tungstenite = "0.14.0"
tokio-tungstenite = "0.16.0"
tungstenite = "0.16.0"

[dev-dependencies]
assert2 = "0.3.4"
Expand Down

0 comments on commit efa9e94

Please sign in to comment.