mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Replace astersisks with appropriate versions in deps
This commit is contained in:
parent
75e14e80cd
commit
0baa6b477c
22 changed files with 70 additions and 70 deletions
|
@ -25,12 +25,12 @@ version = "0.6"
|
|||
features = [ "serde-serialization" ]
|
||||
|
||||
[dependencies]
|
||||
log = "*"
|
||||
log = "0.3"
|
||||
url = "0.2.36"
|
||||
time = "0.1.17"
|
||||
openssl="0.6.1"
|
||||
rustc-serialize = "0.3"
|
||||
cookie="*"
|
||||
cookie = "0.1"
|
||||
regex = "0.1.14"
|
||||
regex_macros = "0.1.8"
|
||||
flate2 = "0.2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue