chore(deps): update tokio-tungstenite requirement from 0.28.0 to 0.29.0 (#773)
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.28.0...v0.29.0) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-version: 0.29.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>
This commit is contained in:
parent
c8c0c0cffc
commit
f89e412200
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ rand = { version = "0.10" }
|
|||
schemars = { version = "1.0", optional = true }
|
||||
hyper = { version = "1", features = ["client", "server", "http1"] }
|
||||
hyper-util = { version = "0.1", features = ["tokio"] }
|
||||
tokio-tungstenite = "0.28.0"
|
||||
tokio-tungstenite = "0.29.0"
|
||||
reqwest = { version = "0.13.2" }
|
||||
pin-project-lite = "0.2"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue