Skip to content

Commit b07aaa7

Browse files
chore(deps): 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 33eef4c commit b07aaa7

File tree

3 files changed

+72
-10
lines changed

3 files changed

+72
-10
lines changed

Cargo.lock

Lines changed: 70 additions & 8 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
@@ -312,7 +312,7 @@ strip-ansi-escapes = { version = "0.2.0", default-features = false }
312312
syslog = { version = "6.1.0", default-features = false, optional = true }
313313
tikv-jemallocator = { version = "0.5.4", default-features = false, optional = true }
314314
tokio-postgres = { version = "0.7.10", default-features = false, features = ["runtime", "with-chrono-0_4"], optional = true }
315-
tokio-tungstenite = {version = "0.20.1", default-features = false, features = ["connect"], optional = true}
315+
tokio-tungstenite = {version = "0.21.0", default-features = false, features = ["connect"], optional = true}
316316
toml = { version = "0.8.8", default-features = false, features = ["parse", "display"] }
317317
tonic = { version = "0.10", optional = true, default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] }
318318
hickory-proto = { version = "0.24.0", default-features = false, features = ["dnssec"], optional = true }

lib/vector-api-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ graphql_client = { version = "0.13.0", default-features = false, features = ["gr
2626

2727
# HTTP / WebSockets
2828
reqwest = { version = "0.11.22", default-features = false, features = ["json"] }
29-
tokio-tungstenite = { version = "0.20.1", default-features = false, features = ["connect", "rustls"] }
29+
tokio-tungstenite = { version = "0.21.0", default-features = false, features = ["connect", "rustls"] }
3030

3131
# External libs
3232
chrono = { version = "0.4.31", default-features = false, features = ["serde"] }

0 commit comments

Comments
 (0)