From 836b0ea8ff30cb89a44d6b84097c5f2d55e3a188 Mon Sep 17 00:00:00 2001 From: Philip Craig Date: Wed, 24 Jul 2024 12:53:16 +1000 Subject: [PATCH] Update wasmparser to 0.214.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0cc6b5dc..902a51b9 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ features = ['doc'] crc32fast = { version = "1.2", default-features = false, optional = true } flate2 = { version = "1", optional = true } indexmap = { version = "2.0", default-features = false, optional = true } -wasmparser = { version = "0.212.0", default-features = false, optional = true } +wasmparser = { version = "0.214.0", default-features = false, optional = true } memchr = { version = "2.4.1", default-features = false } hashbrown = { version = "0.14.0", features = ["ahash"], default-features = false, optional = true } ruzstd = { version = "0.7.0", optional = true }