Skip to content

Commit

Permalink
upd deps
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Oct 30, 2023
1 parent 0dff5c6 commit ca1b00b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sitewriter"
version = "1.0.2"
version = "1.0.3"
authors = ["Edgar <[email protected]>"]
edition = "2021"
description = "A sitemap writing library."
Expand All @@ -13,10 +13,10 @@ categories = ["parsing"]
resolver = "2"

[dependencies]
chrono = { version = "0.4.28", default-features = false, features = ["std", "clock"] }
chrono = { version = "0.4.31", default-features = false, features = ["std", "clock"] }
derive_builder = "0.12.0"
quick-xml = { version = "0.30.0", default-features = false }
url = "2.3.1"
quick-xml = { version = "0.31.0", default-features = false }
url = "2.4"

[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
Expand Down

0 comments on commit ca1b00b

Please sign in to comment.