Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
insomnimus committed Aug 27, 2024
1 parent 713361d commit 705f032
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tidier"
version = "0.5.2"
version = "0.5.3"
edition = "2021"
description = "Format HTML, XHTML and XML documents"
license = "MIT OR Apache-2.0"
Expand All @@ -10,11 +10,11 @@ keywords = ["html", "xml", "format", "pretty", "tidy"]
categories = ["api-bindings", "value-formatting"]

[dev-dependencies]
clap = { version = "4.5.4", features = ["derive"] }
clap = { version = "4.5.16", features = ["derive"] }

[target.'cfg(not(windows))'.dependencies]
errno = "0.3.8"
errno = "0.3.9"

[dependencies]
memchr = "2.7.2"
tidy-sys = "0.8.1"
memchr = "2.7.4"
tidy-sys = "0.8.2"

0 comments on commit 705f032

Please sign in to comment.