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 b7af48d commit 52391e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/async-graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ hyper-tls = "0.6"
maplit = { version = "1" }
mockall = "0.13"
pretty_assertions = "1.2"
tokio-tungstenite = { version = "0.23", features = ["url"] }
tokio-tungstenite = { version = "0.24", features = ["url"] }
url = "2.0.0"

0 comments on commit 52391e2

Please sign in to comment.