|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
name = "url"
|
|
|
# When updating version, also modify html_root_url in the lib.rs
|
|
|
-version = "2.1.0"
|
|
|
+version = "2.1.1"
|
|
|
authors = ["The rust-url developers"]
|
|
|
|
|
|
description = "URL library for Rust, based on the WHATWG URL Standard"
|
|
|
@@ -39,7 +39,7 @@ bencher = "0.1"
|
|
|
[dependencies]
|
|
|
idna = { version = "0.2.0", path = "./idna" }
|
|
|
matches = "0.1"
|
|
|
-percent-encoding = { version = "2.0.0", path = "./percent_encoding" }
|
|
|
+percent-encoding = { version = "2.1.0", path = "./percent_encoding" }
|
|
|
serde = {version = "1.0", optional = true, features = ["derive"]}
|
|
|
|
|
|
[[bench]]
|