From bc4ec009a27b3375d2203e5c51143c8dc3723049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Wed, 1 Jan 2025 16:03:50 +0900 Subject: [PATCH] perf(es/minifier): Update `hstr` to `v0.2.14` (#9828) **Description:** ``` es/minifier/libs/es/minifier/libs/rspack time: [894.78 ms 896.98 ms 899.33 ms] change: [-3.5915% -3.2425% -2.9091%] (p = 0.00 < 0.05) Performance has improved. ``` **Related issue:** - Applies https://github.com/dudykr/ddbase/pull/51 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4107e6da122..a247c552511c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1945,9 +1945,9 @@ dependencies = [ [[package]] name = "hstr" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ddb0a5bb453eee36a8a2e1f08b7938ac9e2f62dc464007af7b328d551eca6b9" +checksum = "ec9b008b27d11024a71664660c82f62bc9ae9fc68b477279598a69bd9e5f7b7c" dependencies = [ "hashbrown 0.14.5", "new_debug_unreachable", diff --git a/Cargo.toml b/Cargo.toml index 7f038672b548..2871bf4def10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ resolver = "2" glob = "0.3.0" hashbrown = "0.14.5" hex = "0.4.3" - hstr = "0.2.13" + hstr = "0.2.14" indexmap = "2.0.0" is-macro = "0.3.5" js-sys = "0.3.59"