Skip to content

Commit 42fea39

Browse files
dependabot[bot]jszwedko
authored andcommitted
chore(deps): Bump tokio-tungstenite from 0.20.0 to 0.20.1 (vectordotdev#18661)
Bumps [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) from 0.20.0 to 0.20.1. - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.20.0...v0.20.1) --- 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 904cb67 commit 42fea39

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ strip-ansi-escapes = { version = "0.2.0", default-features = false }
320320
syslog = { version = "6.1.0", default-features = false, optional = true }
321321
tikv-jemallocator = { version = "0.5.4", default-features = false, optional = true }
322322
tokio-postgres = { version = "0.7.10", default-features = false, features = ["runtime", "with-chrono-0_4"], optional = true }
323-
tokio-tungstenite = {version = "0.20.0", default-features = false, features = ["connect"], optional = true}
323+
tokio-tungstenite = {version = "0.20.1", default-features = false, features = ["connect"], optional = true}
324324
toml = { version = "0.8.0", default-features = false, features = ["parse", "display"] }
325325
tonic = { version = "0.10", optional = true, default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] }
326326
trust-dns-proto = { version = "0.23.0", default-features = false, features = ["dnssec"], optional = true }

lib/vector-api-client/Cargo.toml

+1-1
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.20", default-features = false, features = ["json"] }
29-
tokio-tungstenite = { version = "0.20.0", default-features = false, features = ["connect", "rustls"] }
29+
tokio-tungstenite = { version = "0.20.1", default-features = false, features = ["connect", "rustls"] }
3030

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

0 commit comments

Comments
 (0)