Skip to content

Commit 869160f

Browse files
chore(deps): Bump wasmparser from 0.244.0 to 0.245.1
Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.244.0 to 0.245.1. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: wasmparser dependency-version: 0.245.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 92ef055 commit 869160f

File tree

2 files changed

+118
-7
lines changed

2 files changed

+118
-7
lines changed

Cargo.lock

Lines changed: 117 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/component2json/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license.workspace = true
99
serde = { workspace = true, features = ["derive"] }
1010
serde_json = { workspace = true }
1111
wasmtime = { workspace = true }
12-
wasmparser = "0.244"
12+
wasmparser = "0.245"
1313
thiserror = { workspace = true }
1414

1515
[dev-dependencies]

0 commit comments

Comments
 (0)