style: Update euclid in stylo.

Differential Revision: https://phabricator.services.mozilla.com/D85762
This commit is contained in:
Nicolas Silva 2020-08-05 08:37:38 +00:00 committed by Emilio Cobos Álvarez
parent 687fc20274
commit 1f36216b59
3 changed files with 29 additions and 30 deletions

View file

@ -32,7 +32,7 @@ app_units = "0.7"
content-security-policy = { version = "0.4.0", features = ["serde"], optional = true }
crossbeam-channel = { version = "0.4", optional = true }
cssparser = "0.27"
euclid = "0.20"
euclid = "0.22"
hashglobe = { path = "../hashglobe" }
hyper = { version = "0.12", optional = true }
hyper_serde = { version = "0.11", optional = true }