Skip to content

Commit

Permalink
Upgrade graphql-ws-client to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
obmarg committed Mar 17, 2024
1 parent b17ce9a commit b814217
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 101 deletions.
148 changes: 102 additions & 46 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions lib/registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ filetime = "0.2.19"
flate2 = "1.0.24"
futures = "0.3"
futures-util = "0.3.25"
graphql-ws-client = {version = "0.6.0", features = ["client-graphql-client"]}
graphql-ws-client = {version = "0.8.0", features = ["client-graphql-client", "tungstenite"]}
graphql_client = "0.13.0"
hex = "0.4.3"
indexmap = { version = "1.9.3", optional = true }
Expand All @@ -43,8 +43,8 @@ tempfile = "3.6.0"
thiserror = "1.0.37"
time = { version = "0.3.17", default-features = false, features = ["parsing", "std", "formatting"], optional = true }
tldextract = "0.6.0"
tokio = {version = "1"}
tokio-tungstenite = {version = "0.20", features = ["rustls-tls-native-roots"]}
tokio = {version = "1", features = ["rt-multi-thread"]}
tokio-tungstenite = {version = "0.21", features = ["rustls-tls-native-roots"]}
toml = "0.5.9"
tracing = "0.1.40"
url = "2.3.1"
Expand Down
1 change: 0 additions & 1 deletion lib/registry/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ pub mod login;
pub mod package;
pub mod publish;
pub mod subscriptions;
pub(crate) mod tokio_spawner;
pub mod types;
pub mod utils;
pub mod wasmer_env;
Expand Down
Loading

0 comments on commit b814217

Please sign in to comment.