Skip to content

Commit

Permalink
Bump async-tungstenite from 0.22.2 to 0.23.0
Browse files Browse the repository at this point in the history
Bumps [async-tungstenite](https://github.com/sdroege/async-tungstenite) from 0.22.2 to 0.23.0.
- [Changelog](https://github.com/sdroege/async-tungstenite/blob/main/CHANGELOG.md)
- [Commits](sdroege/async-tungstenite@0.22.2...0.23.0)

---
updated-dependencies:
- dependency-name: async-tungstenite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 7, 2023
1 parent 2d3b2a7 commit a8c9b83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 subvt-telemetry-processor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rust-version = "1.67.0"
anyhow = { workspace = true }
async-lock = "3.2"
async-trait = "0.1"
async-tungstenite = { version = "0.22", features = ["tokio-runtime", "tokio-native-tls"] }
async-tungstenite = { version = "0.23", features = ["tokio-runtime", "tokio-native-tls"] }
futures = "0.3"
lazy_static = { workspace = true }
log = { workspace = true }
Expand Down

0 comments on commit a8c9b83

Please sign in to comment.