Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Use published packages
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper committed Feb 6, 2020
1 parent ed5cffb commit c376a42
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 39 deletions.
48 changes: 19 additions & 29 deletions Cargo.lock

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

10 changes: 2 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,11 @@ hyper = "0.13.1"
hyper-tls = "0.4.0"
chrono = "0.4.9"
tokio = {version = "0.2", default-features = false, features = ["io-std", "time"]}
# chrome-devtools-rs = { path = "../chrome-devtools-rs", features = ["color"] }
chrome-devtools-rs = { git = "https://github.com/everlastingbugstopper/chrome-devtools-rs", rev = "ae14890", features = ["color"] }
chrome-devtools-rs = "0.0.0-alpha.0"
ws = "0.9.0"
futures = "0.3"
futures-util = "0.3"
tungstenite = {version = "0.9.2", default-features = false}

[dependencies.tokio-tungstenite]
git = "https://github.com/snapview/tokio-tungstenite"
rev = "adb4f43"
features = ["tls"]
tokio-tungstenite = { version = "0.10.1", features = ["tls"] }

[dev-dependencies]
assert_cmd = "0.11.1"
Expand Down
3 changes: 1 addition & 2 deletions src/commands/dev/socket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ use futures::{future, pin_mut, StreamExt};
use futures_util::sink::SinkExt;

use tokio::time;
use tokio_tungstenite::connect_async;
use tungstenite::protocol::Message;
use tokio_tungstenite::{tungstenite::protocol::Message, connect_async};

use url::Url;

Expand Down

0 comments on commit c376a42

Please sign in to comment.