aboutsummaryrefslogtreecommitdiffstats
path: root/components/plugins/Cargo.toml
diff options
context:
space:
mode:
authorMathieu Agopian <mathieu@agopian.info>2015-12-18 17:02:41 +0100
committerMathieu Agopian <mathieu@agopian.info>2015-12-18 17:02:41 +0100
commit11234f5370631550e925e6357881ac0dea11a120 (patch)
treee9a75b941acec5e5b3ff3f6ed8559e24fa282ab7 /components/plugins/Cargo.toml
parent6764cf0ee9ce78d2d3498aec18e633e20455e050 (diff)
downloadservo-11234f5370631550e925e6357881ac0dea11a120.tar.gz
servo-11234f5370631550e925e6357881ac0dea11a120.zip
Use Url.join instead of UrlParser.base_url(...).parse (#9002)
Diffstat (limited to 'components/plugins/Cargo.toml')
-rw-r--r--components/plugins/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/plugins/Cargo.toml b/components/plugins/Cargo.toml
index 03f002376eb..b4900f101d9 100644
--- a/components/plugins/Cargo.toml
+++ b/components/plugins/Cargo.toml
@@ -17,7 +17,7 @@ branch = "servo"
optional = true
[dependencies]
-url = "0.5"
+url = "0.5.2"
[features]
default = []