From 64bfe6044fdad7480846c330733babd79891633c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:54:30 +0000 Subject: [PATCH] build(deps): Bump wasmparser from 0.217.0 to 0.218.0 Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.217.0 to 0.218.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: wasmparser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 +++++++++++++++- Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e13bcade..d2b4898a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2635,7 +2635,7 @@ dependencies = [ "tracing-subscriber", "url", "walrus", - "wasmparser 0.217.0", + "wasmparser 0.218.0", ] [[package]] @@ -6079,6 +6079,20 @@ dependencies = [ "serde", ] +[[package]] +name = "wasmparser" +version = "0.218.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b09e46c7fceceaa72b2dd1a8a137ea7fd8f93dfaa69806010a709918e496c5dc" +dependencies = [ + "ahash 0.8.11", + "bitflags 2.6.0", + "hashbrown 0.14.5", + "indexmap 2.5.0", + "semver", + "serde", +] + [[package]] name = "wasmprinter" version = "0.217.0" diff --git a/Cargo.toml b/Cargo.toml index f5a3af15..e23f8aee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["fmt"] } url = "2.5.0" walrus = "0.22.0" -wasmparser = "0.217" +wasmparser = "0.218" time = "0.3.36" semver = { version = "1.0.22", features = ["serde"] }