Skip to content

Commit

Permalink
Merge pull request #20 from DaOneLuna/version_bump_to_20
Browse files Browse the repository at this point in the history
Bumped tungstenite and tokio-tungstenite to 20.0
  • Loading branch information
de-vri-es committed Jul 31, 2023
2 parents 2982636 + 60fed54 commit fa82c88
Showing 1 changed file with 2 additions and 2 deletions.
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 = "2021"
hyper = { version = "0.14.4" }
pin-project = "1.0.8"
tokio = "1.2.0"
tokio-tungstenite = "0.19.0"
tungstenite = "0.19.0"
tokio-tungstenite = "0.20.0"
tungstenite = "0.20.0"

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

0 comments on commit fa82c88

Please sign in to comment.