diff --git a/Cargo.lock b/Cargo.lock index d3c0f256b..942763151 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -272,14 +272,15 @@ checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" [[package]] name = "chrome-devtools-rs" -version = "0.0.0-alpha.0" +version = "0.0.0-alpha.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dee9b8a1ad6b2382a01aad9f17b381544b2396173abac19c38ac7e8f0087d752" +checksum = "17d1ada6e226ee1c5a69bfe5b16a494f036151d16461904afd22edeccb93061b" dependencies = [ - "console 0.9.2", + "console 0.11.3", "log 0.4.8", "serde 1.0.111", "serde_json", + "unescape", ] [[package]] @@ -2462,6 +2463,12 @@ version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" +[[package]] +name = "unescape" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccb97dac3243214f8d8507998906ca3e2e0b900bf9bf4870477f125b82e68f6e" + [[package]] name = "unicase" version = "2.6.0" diff --git a/Cargo.toml b/Cargo.toml index a1093a0b7..6ea4eccac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ atty = "0.2.14" base64 = "0.12.1" billboard = "0.1.0" binary-install = "0.0.3-alpha.1" -chrome-devtools-rs = { version = "0.0.0-alpha.0", features = ["color"] } +chrome-devtools-rs = { version = "0.0.0-alpha.1", features = ["color"] } chrono = "0.4.11" clap = "2.33.1" cloudflare = "0.6.6"