From d7f7241eb2f72a74b062234bb0d83e5e1faf67a8 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Wed, 25 Mar 2026 11:48:54 +0100 Subject: [PATCH] Update tidy allowed deps list --- src/tools/tidy/src/deps.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 9e9d463acdb3..c6624b1b3697 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -582,7 +582,7 @@ pub(crate) struct WorkspaceInfo<'a> { "cranelift-srcgen", "crc32fast", "equivalent", - "fallible-iterator", + "fnv", "foldhash", "gimli", "hashbrown", @@ -608,8 +608,8 @@ pub(crate) struct WorkspaceInfo<'a> { "syn", "target-lexicon", "unicode-ident", + "wasmtime-internal-core", "wasmtime-internal-jit-icache-coherence", - "wasmtime-internal-math", "windows-link", "windows-sys", "windows-targets",