2
2
3
3
name = " url"
4
4
# When updating version, also modify html_root_url in the lib.rs
5
- version = " 2.3.1 "
5
+ version = " 2.4.0 "
6
6
authors = [" The rust-url developers" ]
7
7
8
8
description = " URL library for Rust, based on the WHATWG URL Standard"
@@ -28,11 +28,10 @@ debugger_test = "0.1"
28
28
debugger_test_parser = " 0.1"
29
29
30
30
[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" ]}
36
35
no-std-net = { version = " 0.6.0" , default-features = false , optional = true }
37
36
38
37
[features ]
0 commit comments