From 786571e37849b9e2b784a04a5902f61f1b98ea7d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 12 Jun 2026 12:55:17 -0700 Subject: [PATCH] Hold back tempdir req --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7bf9bcb..b2525f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ anyhow = "1.0.102" clap = { version = "4.6.1", features = ['derive'] } clap_lex = "1.1.0" lexopt = "0.3.2" -tempfile = "3.27.0" +tempfile = "3.23.0" wasmparser = "0.252.0" wat = "1.252.0" wit-component = "0.252.0"