Skip to content

Commit 89cdac9

Browse files
authored
Merge pull request #64 from arkedge/align-tokio-tungstenite-version-to-axum
Align tokio-tungstenite version to axum 0.6
2 parents 4165100 + 9ca2387 commit 89cdac9

File tree

2 files changed

+9
-51
lines changed

2 files changed

+9
-51
lines changed

Cargo.lock

Lines changed: 8 additions & 50 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.21" }
27+
tokio-tungstenite = { version = "0.20" }
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)