Skip to content

Commit

Permalink
Switch to our own websocket fork
Browse files Browse the repository at this point in the history
  • Loading branch information
nox committed Mar 2, 2017
1 parent bf392a5 commit da45177
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
40 changes: 20 additions & 20 deletions 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 components/net/Cargo.toml
Expand Up @@ -35,13 +35,13 @@ serde_derive = "0.9"
serde_json = "0.9"
servo_config = {path = "../config"}
servo_url = {path = "../url"}
servo-websocket = "0.18"
threadpool = "1.0"
time = "0.1.17"
unicase = "1.4.0"
url = {version = "1.2", features = ["heap_size"]}
uuid = {version = "0.4", features = ["v4"]}
webrender_traits = {git = "https://github.com/servo/webrender", features = ["ipc"]}
websocket = "0.17"

[target.'cfg(any(target_os = "macos", target_os = "linux", target_os = "windows"))'.dependencies]
tinyfiledialogs = "2.5.9"
2 changes: 1 addition & 1 deletion components/net_traits/Cargo.toml
Expand Up @@ -25,7 +25,7 @@ serde = "0.9"
serde_derive = "0.9"
servo_config = {path = "../config", features = ["servo"]}
servo_url = {path = "../url", features = ["servo"]}
servo-websocket = "0.18"
url = {version = "1.2", features = ["heap_size"]}
uuid = {version = "0.4", features = ["v4", "serde"]}
webrender_traits = {git = "https://github.com/servo/webrender", features = ["ipc"]}
websocket = "0.17"
2 changes: 1 addition & 1 deletion components/script/Cargo.toml
Expand Up @@ -80,13 +80,13 @@ servo_config = {path = "../config", features = ["servo"] }
servo_geometry = {path = "../geometry" }
servo_rand = {path = "../rand"}
servo_url = {path = "../url", features = ["servo"] }
servo-websocket = "0.18"
smallvec = "0.1"
style = {path = "../style"}
style_traits = {path = "../style_traits"}
time = "0.1.12"
url = {version = "1.2", features = ["heap_size", "query_encoding"]}
uuid = {version = "0.4", features = ["v4"]}
websocket = "0.17"
xml5ever = {version = "0.4", features = ["unstable"]}
webrender_traits = {git = "https://github.com/servo/webrender", features = ["ipc"]}
webvr = {path = "../webvr"}
Expand Down
2 changes: 1 addition & 1 deletion servo-tidy.toml
Expand Up @@ -21,10 +21,10 @@ rand = [
"phf_generator",
"rayon",
"servo_rand",
"servo-websocket",
"tempdir",
"tempfile",
"uuid",
"websocket",
"ws",
]
num = []
Expand Down

0 comments on commit da45177

Please sign in to comment.