diff --git a/Cargo.toml b/Cargo.toml index 35f233d1..75bec6ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" thiserror = "2.0.18" tracing = "0.1.44" -wasm-encoder = { version = "0.247.0", optional = true } +wasm-encoder = { version = "0.248.0", optional = true } [target.'cfg(not(all(target_arch = "wasm32", target_os = "unknown")))'.dependencies] ahash = "0.8.12"