Skip to content

Commit

Permalink
Merge pull request #9 from omjadas/chore/tungstenite-update
Browse files Browse the repository at this point in the history
chore(deps): update tungstenite, tokio-tungstenite
  • Loading branch information
de-vri-es committed Feb 20, 2022
2 parents fbd6bcd + f221de6 commit c7ac330
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
# main
* Update to `tungstenite` 0.17.

# v0.5.0 - 2021-11-19
* Update to `tungstenite` 0.16.

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
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.16.0"
tungstenite = "0.16.0"
tokio-tungstenite = "0.17.0"
tungstenite = "0.17.0"

[dev-dependencies]
assert2 = "0.3.4"
Expand Down
3 changes: 3 additions & 0 deletions src/lib.rs
Expand Up @@ -69,6 +69,9 @@
//! println!("Received close message");
//! }
//! },
//! Message::Frame(msg) => {
//! unreachable!();
//! }
//! }
//! }
//!
Expand Down

0 comments on commit c7ac330

Please sign in to comment.