Skip to content

Commit a55d315

Browse files
fix(deps): bump tokio-tungstenite from 0.26.2 to 0.28.0
Bumps [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) from 0.26.2 to 0.28.0. - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.26.2...v0.28.0) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 51d0245 commit a55d315

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ thiserror = "2.0.12"
114114
time = { version = "0.3.39", features = ["parsing", "formatting", "local-offset", "macros", "serde"] }
115115
tokio = { version = "1.45.0", features = ["full"] }
116116
tokio-stream = { version = "0.1.17", features = ["io-util"] }
117-
tokio-tungstenite = "0.26.2"
117+
tokio-tungstenite = "0.28.0"
118118
tokio-util = { version = "0.7.15", features = ["codec", "compat"] }
119119
toml = "0.8.12"
120120
tracing = { version = "0.1.40", features = ["log"] }

0 commit comments

Comments
 (0)