From ed9cda2f098dee3ea0895079d8c74e3b7887f737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:21:07 +0000 Subject: [PATCH] build(deps): Bump wasmparser from 0.218.0 to 0.219.0 Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.218.0 to 0.219.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 | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2b4898a..e447b2a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2635,7 +2635,7 @@ dependencies = [ "tracing-subscriber", "url", "walrus", - "wasmparser 0.218.0", + "wasmparser 0.219.0", ] [[package]] @@ -6081,9 +6081,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.218.0" +version = "0.219.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b09e46c7fceceaa72b2dd1a8a137ea7fd8f93dfaa69806010a709918e496c5dc" +checksum = "324b4e56d24439495b88cd81439dad5e97f3c7b1eedc3c7e10455ed1e045e9a2" dependencies = [ "ahash 0.8.11", "bitflags 2.6.0", diff --git a/Cargo.toml b/Cargo.toml index e23f8aee..d33440cf 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.218" +wasmparser = "0.219" time = "0.3.36" semver = { version = "1.0.22", features = ["serde"] }