Skip to content

Commit

Permalink
Update string_cache to 0.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
KiChjang committed May 23, 2016
1 parent 6b03961 commit b2ae329
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion components/gfx/Cargo.toml
Expand Up @@ -36,7 +36,7 @@ serde = "0.7"
serde_macros = "0.7"
servo-skia = "0.20130412.0"
smallvec = "0.1"
string_cache = {version = "0.2.12", features = ["heap_size"]}
string_cache = {version = "0.2.17", features = ["heap_size"]}
style = {path = "../style"}
style_traits = {path = "../style_traits"}
time = "0.1.12"
Expand Down
2 changes: 1 addition & 1 deletion components/layout/Cargo.toml
Expand Up @@ -36,7 +36,7 @@ selectors = {version = "0.6", features = ["heap_size"]}
serde_json = "0.7"
serde_macros = "0.7"
smallvec = "0.1"
string_cache = {version = "0.2.12", features = ["heap_size"]}
string_cache = {version = "0.2.17", features = ["heap_size"]}
style = {path = "../style"}
style_traits = {path = "../style_traits"}
time = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion components/script/Cargo.toml
Expand Up @@ -56,7 +56,7 @@ script_traits = {path = "../script_traits"}
selectors = {version = "0.6", features = ["heap_size"]}
serde = "0.7"
smallvec = "0.1"
string_cache = {version = "0.2.12", features = ["heap_size", "unstable"]}
string_cache = {version = "0.2.17", features = ["heap_size", "unstable"]}
style = {path = "../style"}
time = "0.1.12"
unicase = "1.0"
Expand Down
20 changes: 10 additions & 10 deletions components/servo/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/style/Cargo.toml
Expand Up @@ -32,7 +32,7 @@ selectors = {version = "0.6", features = ["heap_size", "unstable"]}
serde = {version = "0.7", features = ["nightly"]}
serde_macros = "0.7"
smallvec = "0.1"
string_cache = {version = "0.2.12", features = ["heap_size"]}
string_cache = {version = "0.2.17", features = ["heap_size"]}
style_traits = {path = "../style_traits"}
time = "0.1"
url = {version = "1.0.0", features = ["heap_size"]}
Expand Down
2 changes: 1 addition & 1 deletion components/util/Cargo.toml
Expand Up @@ -39,7 +39,7 @@ rustc-serialize = "0.3"
serde = "0.7"
serde_macros = "0.7"
smallvec = "0.1"
string_cache = {version = "0.2.12", features = ["heap_size"]}
string_cache = {version = "0.2.17", features = ["heap_size"]}
url = {version = "1.0.0", features = ["heap_size", "serde"]}

[target.'cfg(windows)'.dependencies]
Expand Down
18 changes: 9 additions & 9 deletions ports/cef/Cargo.lock

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

14 changes: 7 additions & 7 deletions ports/geckolib/Cargo.lock

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

4 changes: 2 additions & 2 deletions ports/geckolib/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ libc = "0.2"
num_cpus = "0.2.2"
selectors = "0.6"
smallvec = "0.1"
string_cache = "0.2.16"
string_cache = "0.2.17"
url = "1.0.0"
log = {version = "0.3.5", features = ["release_max_level_info"]}
plugins = {path = "../../components/plugins"}
Expand All @@ -31,4 +31,4 @@ style = {path = "../../components/style", features = ["gecko"]}
env_logger = "0.3"

[replace]
"string_cache:0.2.16" = {path = "string_cache"}
"string_cache:0.2.17" = {path = "string_cache"}
2 changes: 1 addition & 1 deletion ports/geckolib/string_cache/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "string_cache"
description = "A crate to allow using Gecko's nsIAtom as a replacement for string_cache."
version = "0.2.16"
version = "0.2.17"
authors = ["The Servo Project Developers"]
publish = false

Expand Down
18 changes: 9 additions & 9 deletions ports/gonk/Cargo.lock

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

0 comments on commit b2ae329

Please sign in to comment.