File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ heap_size = ["heapsize"]
44
44
[dependencies ]
45
45
encoding = {version = " 0.2" , optional = true }
46
46
heapsize = {version = " >=0.4.1, <0.5" , optional = true }
47
- idna = { version = " 0.1 .0" , path = " ./idna" }
47
+ idna = { version = " 0.2 .0" , path = " ./idna" }
48
48
matches = " 0.1"
49
49
percent-encoding = { version = " 1.0.0" , path = " ./percent_encoding" }
50
50
rustc-serialize = {version = " 0.3" , optional = true }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " idna"
3
- version = " 0.1.5 "
3
+ version = " 0.2.0 "
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