Skip to content

Commit

Permalink
Upgrade tokio-tungstenite to 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl committed May 5, 2024
1 parent 7f85b6d commit c40ee64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 38 deletions.
43 changes: 6 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion polkadot/node/zombienet-backchannel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workspace = true
[dependencies]
tokio = { version = "1.24.2", default-features = false, features = ["macros", "net", "rt-multi-thread", "sync"] }
url = "2.3.1"
tokio-tungstenite = "0.17"
tokio-tungstenite = "0.20.1"
futures-util = "0.3.30"
lazy_static = "1.4.0"
parity-scale-codec = { version = "3.6.1", features = ["derive"] }
Expand Down

0 comments on commit c40ee64

Please sign in to comment.