Skip to content

Commit

Permalink
Bump parking_lot to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Eijebong committed Mar 21, 2018
1 parent 797fb55 commit f71e34c
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 20 deletions.
27 changes: 13 additions & 14 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/layout/Cargo.toml
Expand Up @@ -28,7 +28,7 @@ malloc_size_of = { path = "../malloc_size_of" }
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
ordered-float = "0.4"
parking_lot = "0.4"
parking_lot = "0.5"
profile_traits = {path = "../profile_traits"}
range = {path = "../range"}
rayon = "1"
Expand Down
2 changes: 1 addition & 1 deletion components/layout_thread/Cargo.toml
Expand Up @@ -30,7 +30,7 @@ malloc_size_of = { path = "../malloc_size_of" }
metrics = {path = "../metrics"}
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
parking_lot = "0.4"
parking_lot = "0.5"
profile_traits = {path = "../profile_traits"}
range = {path = "../range"}
rayon = "1"
Expand Down
2 changes: 1 addition & 1 deletion components/script/Cargo.toml
Expand Up @@ -67,7 +67,7 @@ msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
num-traits = "0.1.32"
offscreen_gl_context = { version = "0.15", features = ["serde"] }
parking_lot = "0.4"
parking_lot = "0.5"
phf = "0.7.18"
profile_traits = {path = "../profile_traits"}
ref_filter_map = "1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion components/style/Cargo.toml
Expand Up @@ -52,7 +52,7 @@ num-integer = "0.1.32"
num-traits = "0.1.32"
ordered-float = "0.4"
owning_ref = "0.3.3"
parking_lot = "0.4"
parking_lot = "0.5"
precomputed-hash = "0.1.1"
rayon = "1"
selectors = { path = "../selectors" }
Expand Down
2 changes: 1 addition & 1 deletion ports/geckolib/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ libc = "0.2"
log = {version = "0.3.5", features = ["release_max_level_info"]}
malloc_size_of = {path = "../../components/malloc_size_of"}
nsstring = {path = "../../support/gecko/nsstring"}
parking_lot = "0.4"
parking_lot = "0.5"
selectors = {path = "../../components/selectors"}
servo_arc = {path = "../../components/servo_arc"}
smallvec = "0.6"
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/style/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ app_units = "0.6"
cssparser = "0.23.0"
euclid = "0.17"
html5ever = "0.22"
parking_lot = "0.4"
parking_lot = "0.5"
rayon = "1"
serde_json = "1.0"
selectors = {path = "../../../components/selectors"}
Expand Down

0 comments on commit f71e34c

Please sign in to comment.