Skip to content

Commit 1b3acb0

Browse files
dependabot[bot]tremor-bot
authored andcommitted
Bump tokio-tungstenite from 0.20.1 to 0.21.0
Bumps [tokio-tungstenite](https://github.com/snapview/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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c4586a2 commit 1b3acb0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

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

tremor-connectors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ rdkafka-sys = { version = "4.6", optional = true, features = [
109109
indexmap = { version = "2", optional = true, default-features = false }
110110

111111
# websockets
112-
tokio-tungstenite = { version = "0.20", optional = true, default-features = false, features = [
112+
tokio-tungstenite = { version = "0.21", optional = true, default-features = false, features = [
113113
"handshake",
114114
] }
115115

0 commit comments

Comments
 (0)