From c0d2b80c3164fff8cec09b573bcd5ccbc9e4d87b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 03:28:52 +0000 Subject: [PATCH] Update wasmparser requirement from 0.118.1 to 0.121.0 Updates the requirements on [wasmparser](https://github.com/bytecodealliance/wasm-tools) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wasmparser-0.118.1...wasmparser-0.121.0) --- updated-dependencies: - dependency-name: wasmparser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7630ec4..d29020f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,5 +17,5 @@ include = [ ] [dependencies] -wasmparser = "0.118.1" +wasmparser = "0.121.0" paste = "1.0"