From 42523b9e01766c6b3adf2000a902cba27a34f721 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 17:04:21 +0000 Subject: [PATCH] --- 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, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dabdb7b18..8b828e356 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -671,7 +671,7 @@ dependencies = [ "tracing", "ttrpc", "ttrpc-codegen", - "wasmparser 0.207.0", + "wasmparser 0.208.1", "wat", "windows-sys 0.52.0", ] @@ -1753,6 +1753,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" dependencies = [ "ahash 0.8.11", + "serde", ] [[package]] @@ -5068,15 +5069,16 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.207.0" +version = "0.208.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e19bb9f8ab07616da582ef8adb24c54f1424c7ec876720b7da9db8ec0626c92c" +checksum = "dd921789c9dcc495f589cb37d200155dee65b4a4beeb853323b5e24e0a5f9c58" dependencies = [ "ahash 0.8.11", "bitflags 2.4.2", "hashbrown 0.14.5", "indexmap 2.2.6", "semver", + "serde", ] [[package]] diff --git a/crates/containerd-shim-wasm/Cargo.toml b/crates/containerd-shim-wasm/Cargo.toml index 5c9c4ec29..037f1d344 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.37.0", features = [ "full" ] } futures = { version = "0.3.30" } -wasmparser = "0.207.0" +wasmparser = "0.208.1" tokio-stream = { version = "0.1" } prost-types = "0.12" # should match version in containerd-shim sha256 = { workspace = true }