File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " data-url"
3- version = " 0.1.1 "
3+ version = " 0.2.0 "
44authors = [" Simon Sapin <simon.sapin@exyr.org>" ]
55description = " Processing of data: URL according to WHATWG’s Fetch Standard"
66repository = " https://github.com/servo/rust-url"
Original file line number Diff line number Diff line change 11[package ]
22name = " form_urlencoded"
3- version = " 1.0.1 "
3+ version = " 1.1.0 "
44authors = [" The rust-url developers" ]
55description = " Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms."
66repository = " https://github.com/servo/rust-url"
@@ -12,4 +12,4 @@ rust-version = "1.51"
1212test = false
1313
1414[dependencies ]
15- percent-encoding = { version = " 2.1 .0" , path = " ../percent_encoding" }
15+ percent-encoding = { version = " 2.2 .0" , path = " ../percent_encoding" }
Original file line number Diff line number Diff line change 11[package ]
22name = " idna"
3- version = " 0.2.3 "
3+ version = " 0.3.0 "
44authors = [" The rust-url developers" ]
55description = " IDNA (Internationalizing Domain Names in Applications) and Punycode."
66repository = " https://github.com/servo/rust-url/"
Original file line number Diff line number Diff line change 11[package ]
22name = " percent-encoding"
3- version = " 2.1 .0"
3+ version = " 2.2 .0"
44authors = [" The rust-url developers" ]
55description = " Percent encoding and decoding"
66repository = " https://github.com/servo/rust-url/"
Original file line number Diff line number Diff line change 22
33name = " url"
44# When updating version, also modify html_root_url in the lib.rs
5- version = " 2.3.0 "
5+ version = " 2.3.1 "
66authors = [" The rust-url developers" ]
77
88description = " URL library for Rust, based on the WHATWG URL Standard"
@@ -28,9 +28,9 @@ debugger_test = "0.1"
2828debugger_test_parser = " 0.1"
2929
3030[dependencies ]
31- form_urlencoded = { version = " 1.0 .0" , path = " ../form_urlencoded" }
32- idna = { version = " 0.2 .0" , path = " ../idna" }
33- percent-encoding = { version = " 2.1 .0" , path = " ../percent_encoding" }
31+ form_urlencoded = { version = " 1.1 .0" , path = " ../form_urlencoded" }
32+ idna = { version = " 0.3 .0" , path = " ../idna" }
33+ percent-encoding = { version = " 2.2 .0" , path = " ../percent_encoding" }
3434serde = {version = " 1.0" , optional = true , features = [" derive" ]}
3535
3636[features ]
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ url = { version = "2", features = ["serde"] }
121121
122122*/
123123
124- #![ doc( html_root_url = "https://docs.rs/url/2.3.0 " ) ]
124+ #![ doc( html_root_url = "https://docs.rs/url/2.3.1 " ) ]
125125#![ cfg_attr(
126126 feature = "debugger_visualizer" ,
127127 feature( debugger_visualizer) ,
You can’t perform that action at this time.
0 commit comments