Skip to content

Commit

Permalink
Update async-tungstenite
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten committed Oct 24, 2024
1 parent efd8b17 commit 1d6ba42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 23 deletions.
24 changes: 3 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ pharos = { version = "0.5.2", optional = true }
assert_matches = "1.5"
async-graphql = "7.0.1"
async-graphql-axum = "7"
async-tungstenite = { version = "0.26", features = ["tokio-runtime"] }
async-tungstenite = { version = "0.28", features = ["tokio-runtime"] }
axum = "0.7"
axum-macros = "0.4"
cynic = { version = "3" }
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false

[dependencies]
async-std = { version = "1.9", features = ["attributes"] }
async-tungstenite = { version = "0.26", features = [
async-tungstenite = { version = "0.28", features = [
"async-std-runtime",
"tokio-runtime",
] }
Expand Down

0 comments on commit 1d6ba42

Please sign in to comment.