Skip to content

Commit b282c50

Browse files
Upgrade tokio-tungstenite crate from 0.27 to 0.28 version (#1351)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f60482 commit b282c50

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
@@ -49,7 +49,7 @@ futures = "0.3.22"
4949
juniper = { version = "0.17", path = "../juniper", features = ["expose-test-schema"] }
5050
tokio = { version = "1.20", features = ["macros", "net", "rt-multi-thread", "time"] }
5151
tokio-stream = "0.1"
52-
tokio-tungstenite = "0.27"
52+
tokio-tungstenite = "0.28"
5353
tower-service = "0.3"
5454
tracing = "0.1"
5555
tracing-subscriber = "0.3"

0 commit comments

Comments
 (0)