From 88e157324c70c81b6e5e6f92659b1ff09cabaca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 16:29:30 +0000 Subject: [PATCH] chore(deps): bump wasmparser from 0.209.1 to 0.210.0 Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.209.1 to 0.210.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 | 8 ++++---- crates/containerd-shim-wasm/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b9e1c62c..1a93eee6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -681,7 +681,7 @@ dependencies = [ "tracing", "ttrpc", "ttrpc-codegen", - "wasmparser 0.209.1", + "wasmparser 0.210.0", "wat", "windows-sys 0.52.0", ] @@ -2224,7 +2224,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if 1.0.0", - "windows-targets 0.48.5", + "windows-targets 0.52.5", ] [[package]] @@ -5139,9 +5139,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.209.1" +version = "0.210.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07035cc9a9b41e62d3bb3a3815a66ab87c993c06fe1cf6b2a3f2a18499d937db" +checksum = "a7bbcd21e7581619d9f6ca00f8c4f08f1cacfe58bf63f83af57cd0476f1026f5" dependencies = [ "ahash 0.8.11", "bitflags 2.5.0", diff --git a/crates/containerd-shim-wasm/Cargo.toml b/crates/containerd-shim-wasm/Cargo.toml index 154e36473..f0e3219fd 100644 --- a/crates/containerd-shim-wasm/Cargo.toml +++ b/crates/containerd-shim-wasm/Cargo.toml @@ -32,7 +32,7 @@ ttrpc = { workspace = true } wat = { workspace = true } tokio = { version = "1.38.0", features = [ "full" ] } futures = { version = "0.3.30" } -wasmparser = "0.209.1" +wasmparser = "0.210.0" tokio-stream = { version = "0.1" } prost-types = "0.12" # should match version in containerd-shim sha256 = { workspace = true }