Skip to content

Commit 9e142bb

Browse files
committed
Update quick-xml to 0.30
1 parent 664fca1 commit 9e142bb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## 0.13.0 - Unreleased
44

5+
- Upgrade `quick_xml` to `0.30` [`#78`](https://github.com/rust-syndication/atom/pull/78)
6+
57
## 0.12.1 - 2023-03-27
68

79
- Upgrade `quick_xml` to `0.28` [`#77`](https://github.com/rust-syndication/atom/pull/77)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["parser-implementations"]
1313
include = ["src/*", "Cargo.toml", "LICENSE-MIT", "LICENSE-APACHE", "README.md"]
1414

1515
[dependencies]
16-
quick-xml = { version = "0.28", features = ["encoding"] }
16+
quick-xml = { version = "0.30", features = ["encoding"] }
1717
derive_builder = { version = "0.12", optional = true }
1818
never = { version = "0.1", optional = true }
1919
serde = { version = "1.0", optional = true, features = ["derive"] }

0 commit comments

Comments
 (0)