From d8ff903561e3e018f24493ba473f5f951e4f5257 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Fri, 16 Aug 2024 14:21:44 +0200 Subject: [PATCH] build(deps): bump wasmparser to v0.215.0 --- Cargo.lock | 11 ++++++----- Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b992b0df..3f9b8f66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1471,7 +1471,7 @@ dependencies = [ "unindent", "url", "walkdir", - "wasmparser 0.207.0", + "wasmparser 0.215.0", "webbrowser", ] @@ -1688,22 +1688,23 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.207.0" +version = "0.212.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e19bb9f8ab07616da582ef8adb24c54f1424c7ec876720b7da9db8ec0626c92c" +checksum = "8d28bc49ba1e5c5b61ffa7a2eace10820443c4b7d1c0b144109261d14570fdf8" dependencies = [ "ahash", "bitflags 2.5.0", "hashbrown 0.14.5", "indexmap", "semver", + "serde", ] [[package]] name = "wasmparser" -version = "0.212.0" +version = "0.215.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d28bc49ba1e5c5b61ffa7a2eace10820443c4b7d1c0b144109261d14570fdf8" +checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e" dependencies = [ "ahash", "bitflags 2.5.0", diff --git a/Cargo.toml b/Cargo.toml index a02a5345..7cd45486 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ tiny_http = "0.12.0" toml = "0.8.14" unindent = "0.2.3" walkdir = "2.5.0" -wasmparser = "0.207.0" +wasmparser = "0.215.0" webbrowser = "1.0.1" tree-sitter = { version = "0.22.6", path = "./lib" }