Auto merge of #10453 - Ms2ger:uuid, r=KiChjang

Update uuid.

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10453)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-04-07 16:18:20 +05:30
commit 5cf89fea48
10 changed files with 90 additions and 126 deletions

View file

@ -95,5 +95,5 @@ string_cache = {version = "0.2.11", features = ["heap_size", "unstable"]}
time = "0.1.12"
unicase = "1.0"
url = {version = "0.5.7", features = ["heap_size"]}
uuid = "0.1.16"
uuid = { version = "0.2", features = ["v4"] }
websocket = "0.16.1"

View file

@ -799,7 +799,7 @@ impl Node {
}
pub fn unique_id(&self) -> String {
self.unique_id.borrow().to_simple_string()
self.unique_id.borrow().simple().to_string()
}
pub fn summarize(&self) -> NodeInfo {