Skip to content

Commit

Permalink
fix(deps): update rust crate tokio-tungstenite to 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent b367f6f commit 1227c9d
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 @@ -42,7 +42,7 @@ serde_json = "1.0.115"
sha1 = { version = "0.10" }
thiserror = ">=1.0.58"
tokio = { version = ">=1.37.0", features = ["full"] }
tokio-tungstenite = { version = "0.23", features = ["url"] }
tokio-tungstenite = { version = "0.24", features = ["url"] }
tokio-util = { version = "0.7.10", features = ["codec"] }
tracing = "0.1.40"
url = "2.5.0"
Expand Down

0 comments on commit 1227c9d

Please sign in to comment.