diff options
Diffstat (limited to 'components/script')
-rw-r--r-- | components/script/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index 08c5cc732b8..e0b98db4f4b 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -66,5 +66,5 @@ git = "https://github.com/servo/string-cache" [dependencies] encoding = "0.2" -url = "*" -time = "*"
\ No newline at end of file +url = "0.2.16" +time = "0.1.12"
\ No newline at end of file |