From ee4cb94bc60be3decb234c301d6f804e966a5bb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 06:05:00 +0000 Subject: [PATCH] fix(deps): update rust crate deunicode to 1.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d1eef2cf..a05df59a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ default = [ "cli", "ureq/native-tls" ] handlebars = "4.3" serde_json = "1.0" colored = "1.9" -deunicode = "1.1" +deunicode = "1.4" dunce = "1.0" english-numbers = "0.3" env_logger = { version = "0.7", optional = true }