Skip to content

Commit f9386c4

Browse files
chore(deps): update tokio-tungstenite requirement from 0.25.0 to 0.26.1
Updates the requirements on [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) to permit the latest version. - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.25.0...v0.26.1) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8fd17dd commit f9386c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/websocket/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
async-trait = "0.1.83"
1010
silent = { path = "../../silent", features = ["upgrade"] }
1111
tokio = { version = "1.41.0", features = ["full"] }
12-
tokio-tungstenite = "0.25.0"
12+
tokio-tungstenite = "0.26.1"
1313
futures-util = "0.3.31"
1414
backtrace = "0.3.74"
1515
headers = "0.4.0"

silent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ serde_html_form = "0.2.6"
5151
mime = "0.3.17"
5252
futures-util = "0.3.31"
5353
chrono = { version = "0.4.38", default-features = false, features = ["clock"] }
54-
tokio-tungstenite = { version = "0.25.0", optional = true }
54+
tokio-tungstenite = { version = "0.26.1", optional = true }
5555
headers = "0.4.0"
5656
tokio-stream = { version = "0.1.16", features = ["net"], optional = true }
5757
pin-project = { version = "1.1", optional = true }

0 commit comments

Comments
 (0)