Skip to content

Commit

Permalink
Update quick-xml to 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Mar 27, 2023
1 parent 7258d82 commit 72909a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ with-serde = ["serde", "atom_syndication/with-serde"]
atom = ["atom_syndication"]

[dependencies]
quick-xml = { version = "0.27", features = ["encoding"] }
quick-xml = { version = "0.28", features = ["encoding"] }
derive_builder = { version = "0.12", optional = true }
never = { version = "0.1", optional = true }
chrono = { version = "0.4", optional = true, default-features = false, features = ["alloc"] }
Expand Down

0 comments on commit 72909a3

Please sign in to comment.