From 705f032460bb3c829b93f50ffe8a27efb7ed2405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20G=C3=B6kkaya?= Date: Tue, 27 Aug 2024 15:52:20 +0300 Subject: [PATCH] build: update dependencies --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cd7a161..c9bd0c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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"