Skip to content

Commit cd57b3c

Browse files
westy92andy128k
authored andcommitted
Update dependencies.
1 parent 30530be commit cd57b3c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 0.12.3 - Unreleased
44

55
- Bump MSRV (Minimum Supported Rust Version) from 1.56.0 to 1.57.0 [`#80`](https://github.com/rust-syndication/atom/pull/80)
6+
- Update `quick-xml` and `derive_builder` dependencies. [`#81`](https://github.com/rust-syndication/atom/pull/81)
67

78
## 0.12.2 - 2023-07-26
89

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "atom_syndication"
3-
version = "0.12.2"
3+
version = "0.12.3"
44
authors = ["James Hurst <jh.jameshurst@gmail.com>"]
55
edition = "2021"
66
description = "Library for serializing the Atom web content syndication format"
@@ -13,12 +13,12 @@ categories = ["parser-implementations"]
1313
include = ["src/*", "Cargo.toml", "LICENSE-MIT", "LICENSE-APACHE", "README.md"]
1414

1515
[dependencies]
16-
quick-xml = { version = "0.30", features = ["encoding"] }
17-
derive_builder = { version = "0.12", optional = true }
16+
diligent-date-parser = "0.1.3"
17+
quick-xml = { version = "0.31", features = ["encoding"] }
18+
chrono = { version = "0.4", default-features = false, features = ["alloc"] }
19+
derive_builder = { version = "0.20", optional = true }
1820
never = { version = "0.1", optional = true }
1921
serde = { version = "1.0", optional = true, features = ["derive"] }
20-
chrono = { version = "0.4", default-features = false, features = ["alloc"] }
21-
diligent-date-parser = "0.1.3"
2222

2323
[features]
2424
default = ["builders"]

0 commit comments

Comments
 (0)