Skip to content

Commit 55c0091

Browse files
committed
Update quick-xml to 0.28
1 parent 7258d82 commit 55c0091

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

33
## 2.x.x - Unreleased
44

5+
## 2.0.3 - 2023-03-27
6+
7+
- Upgrade `quick_xml` to `0.28` [`#146`](https://github.com/rust-syndication/rss/pull/146)
8+
59
## 2.0.2 - 2023-01-14
610

711
- Upgrade `quick_xml` to `0.27`, `derive_builder` to `0.12`, and `atom_syndication` to `0.12` [`#143`](https://github.com/rust-syndication/rss/pull/143)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ with-serde = ["serde", "atom_syndication/with-serde"]
2222
atom = ["atom_syndication"]
2323

2424
[dependencies]
25-
quick-xml = { version = "0.27", features = ["encoding"] }
25+
quick-xml = { version = "0.28", features = ["encoding"] }
2626
derive_builder = { version = "0.12", optional = true }
2727
never = { version = "0.1", optional = true }
2828
chrono = { version = "0.4", optional = true, default-features = false, features = ["alloc"] }

0 commit comments

Comments
 (0)