Skip to content

Commit

Permalink
Update quick-xml to 0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Jul 26, 2023
1 parent 2c6db6b commit d6cbf8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## 2.x.x - Unreleased

- Upgrade `quick_xml` to `0.30` [`#153`](https://github.com/rust-syndication/rss/pull/153)

## 2.0.4 - 2023-05-29

- Fix iTunes extension writing [`#151`](https://github.com/rust-syndication/rss/pull/151)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -22,7 +22,7 @@ with-serde = ["serde", "atom_syndication/with-serde"]
atom = ["atom_syndication"]

[dependencies]
quick-xml = { version = "0.28", features = ["encoding"] }
quick-xml = { version = "0.30", features = ["encoding"] }
derive_builder = { version = "0.12", optional = true }
never = { version = "0.1", optional = true }
chrono = { version = "0.4", optional = true, default-features = false, features = ["alloc"] }
Expand Down

0 comments on commit d6cbf8a

Please sign in to comment.