Skip to content

Commit 53e72ee

Browse files
committed
Update quick-xml to 0.30
1 parent 664fca1 commit 53e72ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
## 0.12.1 - 2023-03-27
66

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

910
## 0.12.0 - 2022-12-29
1011

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)