Skip to content

Commit

Permalink
Update tungstenite (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten authored Oct 24, 2024
1 parent fa8447d commit cfe1276
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ serde_json = "1.0"
thiserror = "1.0"

cynic = { version = "3", optional = true }
tungstenite = { version = "0.23", optional = true }
tungstenite = { version = ">=0.23, <=0.24", optional = true }
graphql_client = { version = "0.14.0", optional = true }

ws_stream_wasm = { version = "0.7", optional = true }
Expand All @@ -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 cfe1276

Please sign in to comment.