22
33name = " url"
44# When updating version, also modify html_root_url in the lib.rs
5- version = " 2.3.1 "
5+ version = " 2.4.0 "
66authors = [" The rust-url developers" ]
77
88description = " URL library for Rust, based on the WHATWG URL Standard"
@@ -28,11 +28,10 @@ debugger_test = "0.1"
2828debugger_test_parser = " 0.1"
2929
3030[dependencies ]
31- form_urlencoded = { version = " 1.1.0" , path = " ../form_urlencoded" , default-features = false , features = [" alloc" ] }
32- idna = { version = " 0.3.0" , path = " ../idna" , default-features = false , features = [" alloc" ] }
33- percent-encoding = { version = " 2.2.0" , path = " ../percent_encoding" , default-features = false , features = [" alloc" ] }
34- data-url = { version = " 0.2.0" , path = " ../data-url" , default-features = false , features = [" alloc" ] }
35- serde = {version = " 1.0" , optional = true , default-features = false , features = [" alloc" , " derive" ]}
31+ form_urlencoded = { version = " 1.2.0" , path = " ../form_urlencoded" , default-features = false , features = [" alloc" ] }
32+ idna = { version = " 0.4.0" , path = " ../idna" , default-features = false , features = [" alloc" ] }
33+ percent-encoding = { version = " 2.3.0" , path = " ../percent_encoding" , default-features = false , features = [" alloc" ] }
34+ serde = {version = " 1.0" , optional = true , features = [" derive" ]}
3635no-std-net = { version = " 0.6.0" , default-features = false , optional = true }
3736
3837[features ]
0 commit comments