Skip to content

Commit

Permalink
Merge pull request #64 from arkedge/align-tokio-tungstenite-version-t…
Browse files Browse the repository at this point in the history
…o-axum

Align tokio-tungstenite version to axum 0.6
  • Loading branch information
sksat authored Feb 28, 2024
2 parents 4165100 + 9ca2387 commit 89cdac9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 51 deletions.
58 changes: 8 additions & 50 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pin-project-lite = { version = "0.2" }
bytes = "1.5.0"
tokio = "1"
tokio-util = { version = "0.7", features = ["codec"] }
tokio-tungstenite = { version = "0.21" }
tokio-tungstenite = { version = "0.20" }
axum = { version = "0.6", default-features = false }
clap = { version = "4", features = ["derive"] }
serde = { version = "1", features = ["derive"]}
Expand Down

0 comments on commit 89cdac9

Please sign in to comment.