Skip to content

Commit

Permalink
Update tungstenite
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten committed Oct 24, 2024
1 parent fa8447d commit efd8b17
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion 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 @@ -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 Down

0 comments on commit efd8b17

Please sign in to comment.