Upgrade tokio-tungstenite
crate from 0.20 to 0.21 version (#1231)
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
ace693585d
commit
c0e1b3eae3
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ futures = "0.3.22"
|
|||
juniper = { version = "0.16.0-dev", path = "../juniper", features = ["expose-test-schema"] }
|
||||
tokio = { version = "1.20", features = ["macros", "net", "rt-multi-thread", "time"] }
|
||||
tokio-stream = "0.1"
|
||||
tokio-tungstenite = "0.20"
|
||||
tokio-tungstenite = "0.21"
|
||||
tower-service = "0.3"
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
|
|
Loading…
Reference in a new issue