|
@@ -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.5.5"
|
|
|
|
|
|
|
+version = "2.5.6"
|
|
|
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"
|
|
@@ -25,9 +25,9 @@ bencher = "0.1"
|
|
|
wasm-bindgen-test = "0.3"
|
|
wasm-bindgen-test = "0.3"
|
|
|
|
|
|
|
|
[dependencies]
|
|
[dependencies]
|
|
|
-form_urlencoded = { version = "1.2.1", path = "../form_urlencoded", default-features = false, features = ["alloc"] }
|
|
|
|
|
-idna = { version = "1.0.3", path = "../idna", default-features = false, features = ["alloc", "compiled_data"] }
|
|
|
|
|
-percent-encoding = { version = "2.3.1", path = "../percent_encoding", default-features = false, features = ["alloc"] }
|
|
|
|
|
|
|
+form_urlencoded = { version = "1.2.2", path = "../form_urlencoded", default-features = false, features = ["alloc"] }
|
|
|
|
|
+idna = { version = "1.1.0", path = "../idna", default-features = false, features = ["alloc", "compiled_data"] }
|
|
|
|
|
+percent-encoding = { version = "2.3.2", path = "../percent_encoding", default-features = false, features = ["alloc"] }
|
|
|
serde = { version = "1.0", optional = true, features = ["derive"], default-features = false }
|
|
serde = { version = "1.0", optional = true, features = ["derive"], default-features = false }
|
|
|
|
|
|
|
|
[features]
|
|
[features]
|