Skip to content

Commit 9599915

Browse files
committed
Update log to 0.4 and bump both html5ever and xml5ever version
1 parent 3d5e24b commit 9599915

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

html5ever/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "html5ever"
4-
version = "0.22.0"
4+
version = "0.22.1"
55
authors = [ "The html5ever Project Developers" ]
66
license = "MIT / Apache-2.0"
77
repository = "https://github.com/servo/html5ever"
@@ -31,7 +31,7 @@ name = "tokenizer"
3131
harness = false
3232

3333
[dependencies]
34-
log = "0.3"
34+
log = "0.4"
3535
mac = "0.1"
3636
markup5ever = { version = "0.7", path = "../markup5ever" }
3737

xml5ever/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "xml5ever"
4-
version = "0.12.0"
4+
version = "0.12.1"
55
authors = ["The xml5ever project developers"]
66
license = "MIT / Apache-2.0"
77
repository = "https://github.com/servo/html5ever"
@@ -21,7 +21,7 @@ doctest = true
2121

2222
[dependencies]
2323
time = "0.1"
24-
log = "0.3"
24+
log = "0.4"
2525
mac = "0.1"
2626
markup5ever = {version = "0.7", path = "../markup5ever" }
2727

0 commit comments

Comments
 (0)