Skip to content

Commit

Permalink
build(deps): update tokio-tungstenite requirement from 0.23 to 0.24
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: tokio-tungstenite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 3b6caf8 commit cf2fa4d
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 @@ -69,7 +69,7 @@ flate2 = { version = "1", optional = true }
zstd = { version = "0.13", optional = true, default-features = false }

# WebSockets
tokio-tungstenite = { version = "0.23", optional = true, default-features = false }
tokio-tungstenite = { version = "0.24", optional = true, default-features = false }
sha-1 = { version = "0.10", optional = true }
futures-util = { version = "0.3", optional = true, default-features = false, features = ["sink"] }

Expand Down

0 comments on commit cf2fa4d

Please sign in to comment.