File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
name = " url"
4
4
# When updating version, also modify html_root_url in the lib.rs
5
- version = " 1.4.1 "
5
+ version = " 1.4.2 "
6
6
authors = [" The rust-url developers" ]
7
7
8
8
description = " URL library for Rust, based on the WHATWG URL Standard"
@@ -42,7 +42,7 @@ heap_size = ["heapsize"]
42
42
[dependencies ]
43
43
encoding = {version = " 0.2" , optional = true }
44
44
heapsize = {version = " >=0.1.1, <0.5" , optional = true }
45
- idna = { version = " 0.1.0 " , path = " ./idna" }
45
+ idna = { version = " 0.1" , path = " ./idna" }
46
46
matches = " 0.1"
47
47
rustc-serialize = {version = " 0.3" , optional = true }
48
48
serde = {version = " >=0.6.1, <0.9" , optional = true }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " idna"
3
- version = " 0.1.2 "
3
+ version = " 0.1.3 "
4
4
authors = [" The rust-url developers" ]
5
5
description = " IDNA (Internationalizing Domain Names in Applications) and Punycode."
6
6
repository = " https://github.com/servo/rust-url/"
You can’t perform that action at this time.
0 commit comments