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 11[package ]
22
33name = " html5ever"
4- version = " 0.12.1 "
4+ version = " 0.13.0 "
55authors = [ " The html5ever Project Developers" ]
66license = " MIT / Apache-2.0"
77repository = " https://github.com/servo/html5ever"
@@ -41,7 +41,7 @@ mac = "0"
4141tendril = " 0.2.2"
4242heapsize = { version = " 0.3" , optional = true }
4343heapsize_derive = { version = " 0.1" , optional = true }
44- html5ever-atoms = { version = " 0.1 " , path = " ./atoms" }
44+ html5ever-atoms = { version = " 0.2 " , path = " ./atoms" }
4545
4646[dev-dependencies ]
4747rustc-serialize = " 0.3.15"
Original file line number Diff line number Diff line change 11[package ]
22name = " html5ever-atoms"
3- version = " 0.1.3 "
3+ version = " 0.2.0 "
44authors = [ " The html5ever Project Developers" ]
55license = " MIT / Apache-2.0"
66repository = " https://github.com/servo/html5ever"
@@ -12,10 +12,10 @@ build = "build.rs"
1212path = " lib.rs"
1313
1414[features ]
15- heap_size = [" heapsize" , " heapsize_derive" , " string_cache/heap_size " ]
15+ heap_size = [" heapsize" , " heapsize_derive" , " string_cache/heapsize " ]
1616
1717[dependencies ]
18- string_cache = " 0.3 "
18+ string_cache = " 0.4 "
1919heapsize = { version = " 0.3" , optional = true }
2020heapsize_derive = { version = " 0.1" , optional = true }
2121
You can’t perform that action at this time.
0 commit comments