chore(deps): update tokio-tungstenite requirement from 0.26.2 to 0.27.0 (#263)

Updates the requirements on [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) to permit the latest version.
- [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md)
- [Commits](https://github.com/snapview/tokio-tungstenite/compare/v0.26.2...v0.27.0)

---
updated-dependencies:
- dependency-name: tokio-tungstenite
  dependency-version: 0.27.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jokemanfire <hu.dingyang@zte.com.cn>
This commit is contained in:
dependabot[bot] 2025-06-17 09:51:05 +08:00 committed by GitHub
parent 73188eff6f
commit d1884fe598
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@ rand = { version = "0.9" }
schemars = { version = "0.8", optional = true }
hyper = { version = "1", features = ["client", "server", "http1"] }
hyper-util = { version = "0.1", features = ["tokio"] }
tokio-tungstenite = "0.26.2"
tokio-tungstenite = "0.27.0"
reqwest = { version = "0.12" }
pin-project-lite = "0.2"