Skip to content

Commit 4602f92

Browse files
chore(deps): bump tokio-tungstenite from 0.18.0 to 0.19.0
Bumps [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) from 0.18.0 to 0.19.0. - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6088abd commit 4602f92

File tree

3 files changed

+38
-7
lines changed

3 files changed

+38
-7
lines changed

Cargo.lock

+36-5
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
@@ -306,7 +306,7 @@ strip-ansi-escapes = { version = "0.1.1", default-features = false }
306306
syslog = { version = "6.1.0", default-features = false, optional = true }
307307
tikv-jemallocator = { version = "0.5.0", default-features = false, optional = true }
308308
tokio-postgres = { version = "0.7.7", default-features = false, features = ["runtime", "with-chrono-0_4"], optional = true }
309-
tokio-tungstenite = {version = "0.18.0", default-features = false, features = ["connect"], optional = true}
309+
tokio-tungstenite = {version = "0.19.0", default-features = false, features = ["connect"], optional = true}
310310
toml = { version = "0.7.3", default-features = false, features = ["parse", "display"] }
311311
tonic = { version = "0.9", optional = true, default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] }
312312
trust-dns-proto = { version = "0.22.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.12.0", default-features = false, features = ["gr
2626

2727
# HTTP / WebSockets
2828
reqwest = { version = "0.11.17", default-features = false, features = ["json"] }
29-
tokio-tungstenite = { version = "0.18.0", default-features = false, features = ["connect", "rustls"] }
29+
tokio-tungstenite = { version = "0.19.0", 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)