Skip to content

Commit

Permalink
Update tokio-tungstenite requirement from 0.23 to 0.24 (#118)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brandon Konkle <[email protected]>
  • Loading branch information
dependabot[bot] and bkonkle authored Sep 16, 2024
1 parent b7af48d commit 5085bfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"rust-analyzer.showUnlinkedFileNotification": false,
"rust-analyzer.cargo.features": "all"
}
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 5085bfa

Please sign in to comment.