From 72e154fd0f0042285e22d1a8d1f3600d83500216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 20:59:23 +0000 Subject: [PATCH] Bump wasmparser from 0.212.0 to 0.215.0 in the nonbreaking group (#732) --- Cargo.lock | 2 +- crates/runner/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 543d4846..c31d8cdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1523,7 +1523,7 @@ dependencies = [ "tempfile", "uuid", "wasi-common", - "wasmparser 0.212.0", + "wasmparser 0.215.0", "wasmtime", "wasmtime-wasi", ] diff --git a/crates/runner/Cargo.toml b/crates/runner/Cargo.toml index 7be3f9f8..74a87636 100644 --- a/crates/runner/Cargo.toml +++ b/crates/runner/Cargo.toml @@ -13,4 +13,4 @@ wasi-common = { workspace = true } anyhow = { workspace = true } tempfile = { workspace = true } uuid = { workspace = true } -wasmparser = "0.212.0" +wasmparser = "0.215.0"