Skip to content

Commit 76b6b90

Browse files
Update tokio-tungstenite crate from 0.21 to 0.23 version (#1261)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b4a187 commit 76b6b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juniper_axum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ futures = "0.3.22"
4343
juniper = { version = "0.16", path = "../juniper", features = ["expose-test-schema"] }
4444
tokio = { version = "1.20", features = ["macros", "net", "rt-multi-thread", "time"] }
4545
tokio-stream = "0.1"
46-
tokio-tungstenite = "0.21"
46+
tokio-tungstenite = "0.23"
4747
tower-service = "0.3"
4848
tracing = "0.1"
4949
tracing-subscriber = "0.3"

0 commit comments

Comments
 (0)