Skip to content

Commit 6e9af53

Browse files
chore(deps): Bump tokio-tungstenite
Bumps the tokio group with 1 update in the / directory: [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite). Updates `tokio-tungstenite` from 0.20.1 to 0.21.0 - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.20.1...v0.21.0) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tokio ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2097fc3 commit 6e9af53

File tree

2 files changed

+11
-42
lines changed

2 files changed

+11
-42
lines changed

Cargo.lock

Lines changed: 10 additions & 41 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
@@ -202,7 +202,7 @@ tempfile = "3.23.0"
202202
tokio = { version = "1.49.0", default-features = false }
203203
tokio-stream = { version = "0.1.18", default-features = false }
204204
tokio-test = "0.4.5"
205-
tokio-tungstenite = { version = "0.20.1", default-features = false }
205+
tokio-tungstenite = { version = "0.21.0", default-features = false }
206206
toml = { version = "0.9.8", default-features = false, features = ["serde", "display", "parse"] }
207207
tonic = { version = "0.11", default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] }
208208
tonic-build = { version = "0.11", default-features = false, features = ["transport", "prost"] }

0 commit comments

Comments
 (0)