Skip to content

Commit d6cbf8a

Browse files
committed
Update quick-xml to 0.30
1 parent 2c6db6b commit d6cbf8a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

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

33
## 2.x.x - Unreleased
44

5+
- Upgrade `quick_xml` to `0.30` [`#153`](https://github.com/rust-syndication/rss/pull/153)
6+
57
## 2.0.4 - 2023-05-29
68

79
- Fix iTunes extension writing [`#151`](https://github.com/rust-syndication/rss/pull/151)

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.28", features = ["encoding"] }
25+
quick-xml = { version = "0.30", 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)