File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ resolver = "2"
14
14
rust-version = " 1.70.0"
15
15
16
16
[workspace .dependencies ]
17
- match_token = { version = " 0.1.1 " , path = " match_token" }
17
+ match_token = { version = " 0.2.0 " , path = " match_token" }
18
18
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " html5ever"
3
- version = " 0.32.0 "
3
+ version = " 0.32.1 "
4
4
authors = [ " The html5ever Project Developers" ]
5
5
license = " MIT OR Apache-2.0"
6
6
repository = " https://github.com/servo/html5ever"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " match_token"
3
- version = " 0.1.1 "
3
+ version = " 0.2.0 "
4
4
edition = " 2021"
5
5
license = " MIT OR Apache-2.0"
6
6
description = " Procedural macro for html5ever."
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ path = "lib.rs"
18
18
tendril = " 0.4"
19
19
html5ever = { version = " 0.32" , path = " ../html5ever" }
20
20
markup5ever = { version = " 0.16" , path = " ../markup5ever" }
21
- xml5ever = { version = " 0.22 " , path = " ../xml5ever" }
21
+ xml5ever = { version = " 0.23 " , path = " ../xml5ever" }
22
22
23
23
[dev-dependencies ]
24
24
libtest-mimic = " 0.8.1"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " xml5ever"
3
- version = " 0.22.1 "
3
+ version = " 0.23.0 "
4
4
authors = [" The xml5ever project developers" ]
5
5
license = " MIT OR Apache-2.0"
6
6
repository = " https://github.com/servo/html5ever"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Add xml5ever as a dependency in your project manifest:
38
38
39
39
``` toml
40
40
[dependencies ]
41
- xml5ever = " 0.22 "
41
+ xml5ever = " 0.23 "
42
42
```
43
43
44
44
# Getting started
You can’t perform that action at this time.
0 commit comments