aboutsummaryrefslogtreecommitdiffstats
path: root/components/url
diff options
context:
space:
mode:
authoratouchet <alextouchet@outlook.com>2020-05-31 08:55:28 -0700
committeratouchet <alextouchet@outlook.com>2020-05-31 08:55:28 -0700
commitca30ec02fcae8bc9e38c9017cf94f76a069abef1 (patch)
tree85e66efe4455a3c64f91ea78b68652675968dcf2 /components/url
parenta509c33abf4931ca4d59e737ac60c5adfc8599cc (diff)
downloadservo-ca30ec02fcae8bc9e38c9017cf94f76a069abef1.tar.gz
servo-ca30ec02fcae8bc9e38c9017cf94f76a069abef1.zip
More Cargo.toml updates
Diffstat (limited to 'components/url')
-rw-r--r--components/url/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/components/url/Cargo.toml b/components/url/Cargo.toml
index 792fed54ac8..a8ab995ef6b 100644
--- a/components/url/Cargo.toml
+++ b/components/url/Cargo.toml
@@ -13,8 +13,8 @@ path = "lib.rs"
[dependencies]
malloc_size_of = { path = "../malloc_size_of", features = ["servo"] }
malloc_size_of_derive = "0.1"
+serde = { version = "1.0", features = ["derive"] }
+servo_rand = { path = "../rand" }
to_shmem = { path = "../to_shmem" }
-serde = {version = "1.0", features = ["derive"]}
-servo_rand = {path = "../rand"}
-url = {version = "2.0", features = ["serde"]}
-uuid = {version = "0.8", features = ["v4", "serde"]}
+url = { version = "2.0", features = ["serde"] }
+uuid = { version = "0.8", features = ["serde", "v4"] }