Skip to content

Commit

Permalink
chore(deps): bump tokio-tungstenite from 0.18.0 to 0.19.0 (vectordotd…
Browse files Browse the repository at this point in the history
…ev#17404)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 16, 2023
1 parent 3a3fe63 commit ae1dd6e
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 7 deletions.
41 changes: 36 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ strip-ansi-escapes = { version = "0.1.1", default-features = false }
syslog = { version = "6.1.0", default-features = false, optional = true }
tikv-jemallocator = { version = "0.5.0", default-features = false, optional = true }
tokio-postgres = { version = "0.7.7", default-features = false, features = ["runtime", "with-chrono-0_4"], optional = true }
tokio-tungstenite = {version = "0.18.0", default-features = false, features = ["connect"], optional = true}
tokio-tungstenite = {version = "0.19.0", default-features = false, features = ["connect"], optional = true}
toml = { version = "0.7.3", default-features = false, features = ["parse", "display"] }
tonic = { version = "0.9", optional = true, default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] }
trust-dns-proto = { version = "0.22.0", default-features = false, features = ["dnssec"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-api-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ graphql_client = { version = "0.12.0", default-features = false, features = ["gr

# HTTP / WebSockets
reqwest = { version = "0.11.17", default-features = false, features = ["json"] }
tokio-tungstenite = { version = "0.18.0", default-features = false, features = ["connect", "rustls"] }
tokio-tungstenite = { version = "0.19.0", default-features = false, features = ["connect", "rustls"] }

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

0 comments on commit ae1dd6e

Please sign in to comment.