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 664fca1 commit 9e142bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 0.13.0 - Unreleased

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

## 0.12.1 - 2023-03-27

- Upgrade `quick_xml` to `0.28` [`#77`](https://github.com/rust-syndication/atom/pull/77)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["parser-implementations"]
include = ["src/*", "Cargo.toml", "LICENSE-MIT", "LICENSE-APACHE", "README.md"]

[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 }
serde = { version = "1.0", optional = true, features = ["derive"] }
Expand Down

0 comments on commit 9e142bb

Please sign in to comment.