diff options
Diffstat (limited to 'components/config/Cargo.toml')
-rw-r--r-- | components/config/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/config/Cargo.toml b/components/config/Cargo.toml index c3b7e403256..804633d949e 100644 --- a/components/config/Cargo.toml +++ b/components/config/Cargo.toml @@ -10,7 +10,7 @@ name = "servo_config" path = "lib.rs" [dependencies] -euclid = "0.13" +euclid = "0.14.4" getopts = "0.2.11" lazy_static = "0.2" log = "0.3.5" |