Skip to content

Commit 53f93d6

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] <support@github.com>
1 parent a930a9f commit 53f93d6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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
@@ -111,7 +111,7 @@ tempfile = "3.18.0"
111111
thiserror = "2.0.12"
112112
time = { version = "0.3.39", features = ["parsing", "formatting", "local-offset", "macros", "serde"] }
113113
tokio = { version = "1.45.0", features = ["full"] }
114-
tokio-tungstenite = "0.26.2"
114+
tokio-tungstenite = "0.28.0"
115115
tokio-util = { version = "0.7.15", features = ["codec", "compat"] }
116116
toml = "0.8.12"
117117
tracing = { version = "0.1.40", features = ["log"] }

0 commit comments

Comments
 (0)