|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
name = "url"
|
|
name = "url"
|
|
|
# When updating version, also modify html_root_url in the lib.rs
|
|
# When updating version, also modify html_root_url in the lib.rs
|
|
|
-version = "2.4.1"
|
|
|
|
|
|
|
+version = "2.5.0"
|
|
|
authors = ["The rust-url developers"]
|
|
authors = ["The rust-url developers"]
|
|
|
|
|
|
|
|
description = "URL library for Rust, based on the WHATWG URL Standard"
|
|
description = "URL library for Rust, based on the WHATWG URL Standard"
|
|
@@ -22,9 +22,9 @@ serde_json = "1.0"
|
|
|
bencher = "0.1"
|
|
bencher = "0.1"
|
|
|
|
|
|
|
|
[dependencies]
|
|
[dependencies]
|
|
|
-form_urlencoded = { version = "1.2.0", path = "../form_urlencoded" }
|
|
|
|
|
-idna = { version = "0.4.0", path = "../idna" }
|
|
|
|
|
-percent-encoding = { version = "2.3.0", path = "../percent_encoding" }
|
|
|
|
|
|
|
+form_urlencoded = { version = "1.2.1", path = "../form_urlencoded" }
|
|
|
|
|
+idna = { version = "0.5.0", path = "../idna" }
|
|
|
|
|
+percent-encoding = { version = "2.3.1", path = "../percent_encoding" }
|
|
|
serde = { version = "1.0", optional = true, features = ["derive"] }
|
|
serde = { version = "1.0", optional = true, features = ["derive"] }
|
|
|
|
|
|
|
|
[features]
|
|
[features]
|