File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " html5ever"
4
- version = " 0.12.1 "
4
+ version = " 0.13.0 "
5
5
authors = [ " The html5ever Project Developers" ]
6
6
license = " MIT / Apache-2.0"
7
7
repository = " https://github.com/servo/html5ever"
@@ -41,7 +41,7 @@ mac = "0"
41
41
tendril = " 0.2.2"
42
42
heapsize = { version = " 0.3" , optional = true }
43
43
heapsize_derive = { version = " 0.1" , optional = true }
44
- html5ever-atoms = { version = " 0.1 " , path = " ./atoms" }
44
+ html5ever-atoms = { version = " 0.2 " , path = " ./atoms" }
45
45
46
46
[dev-dependencies ]
47
47
rustc-serialize = " 0.3.15"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " html5ever-atoms"
3
- version = " 0.1.3 "
3
+ version = " 0.2.0 "
4
4
authors = [ " The html5ever Project Developers" ]
5
5
license = " MIT / Apache-2.0"
6
6
repository = " https://github.com/servo/html5ever"
@@ -12,10 +12,10 @@ build = "build.rs"
12
12
path = " lib.rs"
13
13
14
14
[features ]
15
- heap_size = [" heapsize" , " heapsize_derive" , " string_cache/heap_size " ]
15
+ heap_size = [" heapsize" , " heapsize_derive" , " string_cache/heapsize " ]
16
16
17
17
[dependencies ]
18
- string_cache = " 0.3 "
18
+ string_cache = " 0.4 "
19
19
heapsize = { version = " 0.3" , optional = true }
20
20
heapsize_derive = { version = " 0.1" , optional = true }
21
21
You can’t perform that action at this time.
0 commit comments