aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/Cargo.toml
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2017-09-07 12:36:56 -0700
committerManish Goregaokar <manishsmail@gmail.com>2017-09-08 00:37:25 -0700
commit489bbb849a81c07d942e79c79b45b9213b889e2c (patch)
tree9fdd5a5a001382069de1999364d090e2e9ec8dc9 /components/style/Cargo.toml
parent812cac78f0f4dba6063ba31d79b24667c5782b13 (diff)
downloadservo-489bbb849a81c07d942e79c79b45b9213b889e2c.tar.gz
servo-489bbb849a81c07d942e79c79b45b9213b889e2c.zip
Bump app_units; use from_f64_au
Diffstat (limited to 'components/style/Cargo.toml')
-rw-r--r--components/style/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml
index b97002f3c4d..196fccf4778 100644
--- a/components/style/Cargo.toml
+++ b/components/style/Cargo.toml
@@ -29,7 +29,7 @@ servo = ["serde", "heapsize", "heapsize_derive",
gecko_debug = ["nsstring_vendor/gecko_debug"]
[dependencies]
-app_units = "0.5.3"
+app_units = "0.5.5"
arrayvec = "0.3.20"
arraydeque = "0.2.3"
atomic_refcell = "0.1"