@@ -2,7 +2,7 @@
name = "url"
# When updating version, also modify html_root_url in the lib.rs
-version = "1.7.1"
+version = "1.7.2"
authors = ["The rust-url developers"]
description = "URL library for Rust, based on the WHATWG URL Standard"
@@ -1,6 +1,6 @@
[package]
name = "percent-encoding"
-version = "1.0.1"
+version = "1.0.2"
description = "Percent encoding and decoding"
repository = "https://github.com/servo/rust-url/"