Skip to content

Commit

Permalink
Update tokio-tungstenite requirement from 0.23 to 0.24
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: tokio-tungstenite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 1027105 commit eb75e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion juniper_axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ futures = "0.3.22"
juniper = { version = "0.16", path = "../juniper", features = ["expose-test-schema"] }
tokio = { version = "1.20", features = ["macros", "net", "rt-multi-thread", "time"] }
tokio-stream = "0.1"
tokio-tungstenite = "0.23"
tokio-tungstenite = "0.24"
tower-service = "0.3"
tracing = "0.1"
tracing-subscriber = "0.3"
Expand Down

0 comments on commit eb75e90

Please sign in to comment.