Skip to content

Commit bf0fa01

Browse files
Update tokio-tungstenite requirement from 0.21 to 0.26
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.21.0...v0.26.2) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-version: 0.26.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 386992a commit bf0fa01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ serde_json = { version = "1.0", default-features = false, features = ["alloc"]}
4040
sha2 = { version = "0.10", default-features = false }
4141
sled = "0.34"
4242
toml = "0.8"
43-
tokio-tungstenite = "0.21"
43+
tokio-tungstenite = "0.26"
4444
tokio = { version = "1", features = ["full"] }
4545
tracing = "0.1"
4646
unicode-normalization = { version = "0.1", default-features = false }

0 commit comments

Comments
 (0)