Skip to content

Commit 4165100

Browse files
authored
Merge pull request #34 from arkedge/renovate/tokio-tungstenite-0.x
chore(deps): update rust crate tokio-tungstenite to 0.21
2 parents 41e6eb1 + 7c3cc59 commit 4165100

File tree

2 files changed

+51
-9
lines changed

2 files changed

+51
-9
lines changed

Cargo.lock

Lines changed: 50 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pin-project-lite = { version = "0.2" }
2424
bytes = "1.5.0"
2525
tokio = "1"
2626
tokio-util = { version = "0.7", features = ["codec"] }
27-
tokio-tungstenite = { version = "0.18" }
27+
tokio-tungstenite = { version = "0.21" }
2828
axum = { version = "0.6", default-features = false }
2929
clap = { version = "4", features = ["derive"] }
3030
serde = { version = "1", features = ["derive"]}

0 commit comments

Comments
 (0)