From 25a5f079ffc46a7499e8328782ba08a26038271c Mon Sep 17 00:00:00 2001 From: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> Date: Thu, 26 Jun 2025 11:53:59 +0200 Subject: [PATCH] deps: Bump html5ever to 0.32.1 (#37717) Includes SIMD optimizations on x86 and aarch64 for the data state. Testing: Covered by existing tests Signed-off-by: Jonathan Schwender --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd7b1b61b3c..27fa58d919e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3726,9 +3726,9 @@ dependencies = [ [[package]] name = "html5ever" -version = "0.31.0" +version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c" +checksum = "a694fe8302828cfad7eae3f771ca0040b1aea123606ce34bbb4e13e5316ff407" dependencies = [ "log", "mac", @@ -5035,9 +5035,9 @@ dependencies = [ [[package]] name = "match_token" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b" +checksum = "69c8968ae498413293a741c58ef9dc583a4d77a3d7eae7f80eedfe3acf667e7f" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index bb122ea9406..f5aa47584f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ gstreamer-video = "0.23" harfbuzz-sys = "0.6.1" headers = "0.4" hitrace = "0.1.5" -html5ever = "0.31" +html5ever = "0.32" http = "1.3" http-body-util = "0.1" hyper = "1.6"