Skip to content

Commit

Permalink
Update Rust crate tokio-tungstenite to 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2023
1 parent 8439f5e commit d0e484e
Showing 1 changed file with 1 addition and 1 deletion.
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.4.0"
tokio = "1"
tokio-util = { version = "0.7", features = ["codec"] }
tokio-tungstenite = { version = "0.18" }
tokio-tungstenite = { version = "0.21" }
axum = { version = "0.6", default-features = false }
clap = { version = "4", features = ["derive"] }
serde = { version = "1", features = ["derive"]}
Expand Down

0 comments on commit d0e484e

Please sign in to comment.