From fb6079779a4d20bc1269836944316f09b6c62f8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 01:56:51 +0000 Subject: [PATCH 1/2] fix(deps): update rust crate ordered_hash_map to 0.5.0 --- packages/dom/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dom/Cargo.toml b/packages/dom/Cargo.toml index bf77884..ebd55c0 100644 --- a/packages/dom/Cargo.toml +++ b/packages/dom/Cargo.toml @@ -13,7 +13,7 @@ version.workspace = true aria-query = "0.0.5" dom-accessibility-api = "0.0.3" log.workspace = true -ordered_hash_map = "0.4.0" +ordered_hash_map = "0.5.0" paste = "1.0.15" pretty-format = { path = "../pretty-format", version = "0.0.1" } regex.workspace = true From a180ec3612fcaa025c05fa1d80fc3434f5b17b8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Huisman?= Date: Mon, 15 Sep 2025 09:51:10 +0200 Subject: [PATCH 2/2] fix(deps): update rust crate aria-query to v0.0.6 --- Cargo.lock | 72 ++++++++++++++++------------------------- deny.toml | 2 +- packages/dom/Cargo.toml | 2 +- 3 files changed, 29 insertions(+), 47 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 66b1ef7..1fe0aba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,18 +2,6 @@ # It is not intended for manual editing. version = 4 -[[package]] -name = "ahash" -version = "0.8.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" -dependencies = [ - "cfg-if", - "once_cell", - "version_check", - "zerocopy", -] - [[package]] name = "aho-corasick" version = "1.1.3" @@ -23,6 +11,12 @@ dependencies = [ "memchr", ] +[[package]] +name = "allocator-api2" +version = "0.2.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" + [[package]] name = "ansi-style" version = "1.2.1" @@ -37,9 +31,9 @@ checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" [[package]] name = "aria-query" -version = "0.0.5" +version = "0.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d4456c92d34f933d42cdd8d5b4eca7f816c88c323a3b9ab80872c17e2a3d19d" +checksum = "be9b9157d5ea67b5f25449f94fd9b91806b12a27bd165e84f746b654480d44b6" dependencies = [ "ordered_hash_map", ] @@ -87,6 +81,18 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" +[[package]] +name = "equivalent" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" + +[[package]] +name = "foldhash" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" + [[package]] name = "fragile" version = "2.0.1" @@ -95,11 +101,13 @@ checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" [[package]] name = "hashbrown" -version = "0.13.2" +version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" +checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" dependencies = [ - "ahash", + "allocator-api2", + "equivalent", + "foldhash", ] [[package]] @@ -174,9 +182,9 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[package]] name = "ordered_hash_map" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab0e5f22bf6dd04abd854a8874247813a8fa2c8c1260eba6fbb150270ce7c176" +checksum = "a6c699f8a30f345785be969deed7eee4c73a5de58c7faf61d6a3251ef798ff61" dependencies = [ "hashbrown", ] @@ -381,12 +389,6 @@ version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" -[[package]] -name = "version_check" -version = "0.9.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" - [[package]] name = "walkdir" version = "2.5.0" @@ -590,23 +592,3 @@ name = "yansi" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" - -[[package]] -name = "zerocopy" -version = "0.8.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f" -dependencies = [ - "zerocopy-derive", -] - -[[package]] -name = "zerocopy-derive" -version = "0.8.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] diff --git a/deny.toml b/deny.toml index 87cde1e..f20ea7c 100644 --- a/deny.toml +++ b/deny.toml @@ -12,7 +12,7 @@ multiple-versions = "allow" wildcards = "deny" [licenses] -allow = ["Apache-2.0", "BSD-2-Clause", "MIT", "Unicode-3.0"] +allow = ["Apache-2.0", "BSD-2-Clause", "MIT", "Unicode-3.0", "Zlib"] confidence-threshold = 1.0 [sources] diff --git a/packages/dom/Cargo.toml b/packages/dom/Cargo.toml index ebd55c0..516c026 100644 --- a/packages/dom/Cargo.toml +++ b/packages/dom/Cargo.toml @@ -10,7 +10,7 @@ repository.workspace = true version.workspace = true [dependencies] -aria-query = "0.0.5" +aria-query = "0.0.6" dom-accessibility-api = "0.0.3" log.workspace = true ordered_hash_map = "0.5.0"