From 068b775044d6f23f73fd6ddf54f95e47bedded0c Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Thu, 12 Oct 2023 14:08:19 -0600 Subject: [PATCH] chore: update `wasm-metadata` dep This is a follow-up to https://github.com/bytecodealliance/wit-bindgen/pull/698 to make all the versions line up, given that `wit-component` 0.14.6 depends on `wasm-metadata` 0.10.8. Signed-off-by: Joel Dice --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18af69158..28c6ae3d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ env_logger = "0.10.0" indexmap = "2.0.0" wasm-encoder = "0.33.2" -wasm-metadata = "0.10.6" +wasm-metadata = "0.10.8" wit-parser = "0.12" wit-component = "0.14.6"