Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
westy92 committed May 5, 2024
1 parent e5da213 commit da6b51b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 2.x.x - Unreleased

## 2.0.8 - Unreleased

- Update quick-xml and derive_builder dependencies. [`#162`](https://github.com/rust-syndication/rss/pull/162)

## 2.0.7 - 2024-01-13

- Update `chrono` to 0.4.31 [`#160`](https://github.com/rust-syndication/rss/pull/160)
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rss"
version = "2.0.7"
version = "2.0.8"
authors = ["James Hurst <[email protected]>", "Corey Farwell <[email protected]>", "Chris Palmer <[email protected]>"]
description = "Library for serializing the RSS web content syndication format"
repository = "https://github.com/rust-syndication/rss"
Expand All @@ -22,8 +22,8 @@ with-serde = ["serde", "atom_syndication/with-serde"]
atom = ["atom_syndication"]

[dependencies]
quick-xml = { version = "0.30", features = ["encoding"] }
derive_builder = { version = "0.12", optional = true }
quick-xml = { version = "0.31", features = ["encoding"] }
derive_builder = { version = "0.20", optional = true }
never = { version = "0.1", optional = true }
chrono = { version = "0.4.31", optional = true, default-features = false, features = ["alloc"] }
url = { version = "2.1", optional = true }
Expand Down

0 comments on commit da6b51b

Please sign in to comment.