Skip to content

Commit b4259e6

Browse files
committed
Update quick-xml to 0.39
1 parent e7f182b commit b4259e6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Update `quick-xml` to `0.38` [`#92`](https://github.com/rust-syndication/atom/pull/92)
77
- Bump MSRV (Minimum Supported Rust Version) from 1.57.0 to 1.83.0
88
- Replace `Never` type from the `never` crate with `Infallible` from std [`#93`](https://github.com/rust-syndication/atom/pull/93)
9+
- Update `quick-xml` to `0.39` [`#94`](https://github.com/rust-syndication/atom/pull/94)
910

1011
## 0.12.7 - 2025-02-16
1112

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust-version = "1.83"
1414

1515
[dependencies]
1616
diligent-date-parser = "0.1.3"
17-
quick-xml = { version = "0.38", features = ["encoding"] }
17+
quick-xml = { version = "0.39", features = ["encoding"] }
1818
chrono = { version = "0.4", default-features = false, features = ["alloc"] }
1919
derive_builder = { version = "0.20", optional = true }
2020
serde = { version = "1.0", optional = true, features = ["derive"] }

0 commit comments

Comments
 (0)