Skip to content

Commit 3e1d6b1

Browse files
fix(deps): bump tokio-tungstenite from 0.26.1 to 0.26.2 (#619)
Bumps [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) from 0.26.1 to 0.26.2. - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.26.1...v0.26.2) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 13e165a commit 3e1d6b1

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 6 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
@@ -141,7 +141,7 @@ time = { version = "0.3.39", features = [
141141
"serde",
142142
] }
143143
tokio = { version = "1.44.0", features = ["full"] }
144-
tokio-tungstenite = "0.26.1"
144+
tokio-tungstenite = "0.26.2"
145145
tokio-util = { version = "0.7.13", features = ["codec", "compat"] }
146146
toml = "0.8.12"
147147
tracing = { version = "0.1.40", features = ["log"] }

0 commit comments

Comments
 (0)