Skip to content

Commit

Permalink
Bump async-tungstenite to 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Mar 13, 2024
1 parent ed8d7c1 commit 593a588
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 @@ -17,7 +17,7 @@ tokio = ["dep:tokio", "async-tungstenite/tokio-runtime", "async-tungstenite/toki
[dependencies]
async-std = { version = "1.10", features = ["attributes"], optional = true }
tokio = { version = "1.21", features = ["rt"], optional = true }
async-tungstenite = { version = "0.24", features = [] }
async-tungstenite = { version = "0.25", features = [] }
futures = "0.3"
tracing = "0.1"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 593a588

Please sign in to comment.